[Webkit-unassigned] [Bug 19712] New: error in webkit.org/css/main.css

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 22 11:47:30 PDT 2008


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

           Summary: error in webkit.org/css/main.css
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
               URL: http://webkit.org/css/main.css
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Website
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: quark67 at free.fr


With http://jigsaw.w3.org/css-validator I check http://webkit.org/css/main.css
and as result this give:

line 8 : body  - Family names containing whitespace should be quoted. 
line 8 contain :
font-family: Lucida Grande, Verdana, Arial;)

line 188 :  .code  - Value Error : line-height initial is not a line-height
value : initial
line arround 188 contain :
.code {
    margin-left: 2em;
    font-size: 90%;
    line-height: initial;
}


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