[Webkit-unassigned] [Bug 55573] Selector usage flags should not be set by the CSS parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 05:56:36 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55573


Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #84410|                            |review?
               Flag|                            |




--- Comment #1 from Antti Koivisto <koivisto at iki.fi>  2011-03-02 05:56:36 PST ---
Created an attachment (id=84410)
 --> (https://bugs.webkit.org/attachment.cgi?id=84410&action=review)
move figuring out the selector flags to CSSStyleSelector

- Use the selector traversal in style selector constructor to figure out which flags actually are needed for the currently active style sheets.
- Remove the flag related code from the CSS parser/grammar.
- Remove the usesDescendantRules flag completely. We have descendant rules in the default style sheet, so every document uses them.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list