[Webkit-unassigned] [Bug 26183] New: [@font-face] font-family descriptor with multiple names should be discarded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 3 22:02:37 PDT 2009


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

           Summary: [@font-face] font-family descriptor with multiple names
                    should be discarded
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://devfiles.myopera.com/articles/695/webfonts.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: phiw at l-c-n.com


The linked page specifies an @font-face rule as:

@font-face {
    font-family :'myfont', serif;
    src: 'myfont.ttf';
}

p {font-family: 'myfont'; }

http://dev.w3.org/csswg/css3-fonts/#font-family0
(latest editor draft)

specifies font-family in a @font-face rule as
Value: <family-name> 

only one <family-name> is allowed.

On the testcase:
Actual result: the font specified in the @font-face rule is used
Expected: the default font is used.

Gecko (INVALID) bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=496128

see the last two comments there.

Opera 10b also suffers from the same issue.


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