[Webkit-unassigned] [Bug 151932] New: CSSSegmentedFontFaces should not contain references to both web fonts and preinstalled fonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 7 00:43:16 PST 2015


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

            Bug ID: 151932
           Summary: CSSSegmentedFontFaces should not contain references to
                    both web fonts and preinstalled fonts
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mmaxfield at apple.com
                CC: mmaxfield at apple.com

The font selection spec says:

"If the font resources defined for a given face in an @font-face rule are either not available or contain invalid font data, then the face should be treated as not present in the family. If no faces are present for a family defined via @font-face rules, the family should be treated as missing; matching a platform font with the same name must not occur in this case."

This means, if I have the following:

@font-face {
    font-family: "Helvetica";
    src: url("notavalidurl");
}

Then we should ::not:: fall back to the system's Helvetica.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151207/8444a053/attachment-0001.html>


More information about the webkit-unassigned mailing list