[Webkit-unassigned] [Bug 9610] Quirksmode meta bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 23 04:09:31 PST 2006


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





------- Comment #9 from ddkilzer at webkit.org  2006-12-23 04:09 PDT -------
Line-height declaration in short-hand form
Reported on 29 September 2006
http://www.quirksmode.org/bugreports/archives/2006/09/Line_height_declaration_in_short_hand_form.html

Safari doesn't show line-heights defined in the shorthand font declaration:

font:bold italic 14px/40px Arial, Helvetica, sans-serif;
The line height should be 40px, but it's not, in safari.

The solution is quite simple, though: use the common way to declare
line-height:

line-height:40px;

Test page: http://djspark.com.br/testes/safari-line-height/

Fixed as of locally-built debug build of WebKit r18399 with Safari 2.0.4
(419.3) on Mac OS X 10.4.8 (8N1037).


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