Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upShare stylesheet-associated data across sites and copy-on-write when modified #2397
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A lot of sites (including iframes) share the same stylesheets, so when we implement the CSSOM we should try to avoid duplicating data associated with the stylesheet between them until it is modified. WebKit already does this:
https://bugs.webkit.org/show_bug.cgi?id=85598