[Webkit-unassigned] [Bug 47971] css combinator "+" in combination with NAV tag is buggy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 05:26:16 PDT 2011


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


Chiculita Alexandru <achicu at adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |achicu at adobe.com




--- Comment #7 from Chiculita Alexandru <achicu at adobe.com>  2011-06-09 05:26:16 PST ---
The problem is in tokenizer.flex. There's a rule called "nth" that matches "+n"

nth             [\+-]?{intnum}*n([\t\r\n ]*[\+-][\t\r\n ]*{intnum})?

So the tokens for "#div+nav {}" are:
IDSEL   "div"
nth     "+n"
IDENT   "av"

-- 
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