[Webkit-unassigned] [Bug 19085] New: font-family: initial sets font-family differently than font: initial

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 15 12:59:52 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19085

           Summary: font-family: initial sets font-family differently than
                    font: initial
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: HasReduction, NeedsRadar, ReviewedForRadar
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: hyatt at apple.com, mitz at webkit.org


* SUMMARY
When using "font-family: initial" to style text, the font-family computed style
differs from both using "font: initial" to style text and completely unstyled
text.

* STEPS TO REPRODUCE
1. Launch Safari/WebKit.
2. Open attached test case.

* EXPECTED RESULTS
font-family: initial should have a computed font-family property value of
"Times" (assuming the default Safari settings).

* ACTUAL RESULTS
font-family: initial has a computed font-family property value of "''" (that's
two single quotes).

* REGRESSION
This is not a regression.  Safari 2.0.4 with original WebKit on Mac OS X
10.4.11 return the null value.


-- 
Configure bugmail: http://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