[Webkit-unassigned] [Bug 86706] New: Parsing of :nth-* pseudo-classes should accept strings starting with "+n"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 16 22:48:53 PDT 2012


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

           Summary: Parsing of :nth-* pseudo-classes should accept strings
                    starting with "+n"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kennyluck at csail.mit.edu


E.g. "+n" or "+n+2" or "+n-2".

Right now the tokenizer in CSSParser.cpp already accepts this (with a comment saying 'Simplest case. "+[0-9]*n" is always NthChild'), but the microparser in CSSSelector.cpp doesn't.

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