[Webkit-unassigned] [Bug 200709] New: 'font-family: initial' acts like 'font-family: inherit' instead of getting the initial value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 14 05:10:22 PDT 2019


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

            Bug ID: 200709
           Summary: 'font-family: initial' acts like 'font-family:
                    inherit' instead of getting the initial value
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zcorpan at gmail.com

See https://github.com/w3c/csswg-drafts/issues/4192 (and in particular the first comment by fantasai)

Test: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/7120

<!DOCTYPE html>
<style>
div {
font-family: fantasy;
 }
span { font-family: initial }
</style>
The following two lines should look the same:<br>
test
<div>
<span>test</span>
</div>


This works as expected in Blink and Gecko.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190814/a20f571b/attachment.html>


More information about the webkit-unassigned mailing list