[Webkit-unassigned] [Bug 24742] New: CSS tokenizer accepts color in 6 hex digit notation to be followed by the next token without separation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 21 11:50:34 PDT 2009


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

           Summary: CSS tokenizer accepts color in 6 hex digit notation to
                    be followed by the next token without separation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: data:text/html<div style="border-top: solid
                    #0077ff9px;"></div>
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Minor
          Priority: P3
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org


The CSS in the URL is parsed as "border-top: solid #0077ff 9px;" despite the
missing space after #0077ff. I think #0077ff9px should be treated as one token
and rejected.


-- 
Configure bugmail: https://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