[Webkit-unassigned] [Bug 17686] CSS3 Selector Test: negation pseudo-class should only accept simple selectors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 5 15:45:02 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17686


webkit at blaut.biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at blaut.biz




------- Comment #1 from webkit at blaut.biz  2008-03-05 15:45 PDT -------
I wonder if this test is valid. simple selectors are "either a type selector,
universal selector, attribute selector, class selector, ID selector, content
selector, or pseudo-class. One pseudo-element may be appended to the last
sequence of simple selectors." 

In this case we have attribute selector and class selector. It seems that the
combination of simple selectors are not simple selector any more but you should
notice that an attribute selector is always combination of attribute selector
and other simple selector ;) For me the test case is invalid.

Links to CSS Selectors spec:
http://www.w3.org/TR/css3-selectors/#negation
http://www.w3.org/TR/css3-selectors/#simple-selectors-dfn
http://www.w3.org/TR/css3-selectors/#attribute-selectors


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



More information about the webkit-unassigned mailing list