DescriptionShare duplicate inline stylesheets in quirks mode.
The reason for the quirks check was because the cache was originally
static and global and quirks and standards change how we process sheets
so we made the cache only standards mode.
Later we had to make the cache be per document to support media queries
which meant this quirks mode special case isn't needed anymore.
The original change with the static cache is:
https://codereview.chromium.org/28553005
R=ojan@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196460
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|
|||||||||||||||||||