[Webkit-unassigned] [Bug 90690] New: CSS font property parsing bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 09:21:00 PDT 2012


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

           Summary: CSS font property parsing bug
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vannestesimon at live.be


font: 15px normal 'Open Sans', Trebuchet, Arial, sans-serif;
In this line, the -normal- part gets parsed as one of the font names (See http://www.dafont.com/normal.font).
There isn't a comma between -normal- and -'Open Sans'-, so the parser is wrong.
But the editor is wrong as well because -normal- should be in front of the font-size.
If you have the normal font installed you can see this on (see attached screenshot):
http://html5-demos.appspot.com/static/filesystem/filer.js/demos/index.html
Stylesheet:
http://html5-demos.appspot.com/static/filesystem/filer.js/demos/css/app.css on line 33

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