|
|
|
|
|
by laszlokorte
2604 days ago
|
|
It seems all those css tracking tricks (a:visted, [value=...], now :hover) depend on external resouces (background-images) being loaded lazily only once the selector is matched.
Wouldn't a easy solution be for browsers to always download all url('...') references found the the stylesheets even if the selector is never matched? |
|