[Webkit-unassigned] [Bug 39148] Handle <font size=0> as <font size=1> like any other browser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 15 16:29:59 PDT 2010


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





--- Comment #5 from j.j. <moz at jeka.info>  2010-05-15 16:29:59 PST ---
(In reply to comment #4)
> Bug 11004 says "should make the text not render at all (Firefox) or no bigger than 1px (WinIE)".

Here we have a converse problem:
<font size=0> is rendered too big (like size=3) and should be smaller like <font size=1>.
Not much of expertise necessary ;) 

Note also:
"0" is an invalid value for "size" in HTML4 and behaviour is therefore undefined per spec. It just an issue of compatibility. 
(May be there is some text in HTML5, don't know)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list