- From: <bugzilla@jessica.w3.org>
- Date: Mon, 23 Apr 2012 12:17:29 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16825 Summary: Contrary to the CSS Fonts spec, <font size=1> maps to font-size: x-small in browsers, not xx-small. Tested in mozilla-central, Chrome 20 dev, Opera Next 12.00 alpha, IE10 Developer Preview: <!doctype html> <span style="font-size:xx-small">xx-small</span> Product: HTML WG Version: unspecified Platform: Other URL: http://www.whatwg.org/specs/web-apps/current-work/#phr asing-content-1 OS/Version: other Status: NEW Severity: normal Priority: P3 Component: other Hixie drafts (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: contributor@whatwg.org QAContact: public-html-bugzilla@w3.org CC: mike@w3.org Specification: http://www.whatwg.org/specs/web-apps/current-work/ Multipage: http://www.whatwg.org/C#phrasing-content-1 Complete: http://www.whatwg.org/c#phrasing-content-1 Comment: Contrary to the CSS Fonts spec, <font size=1> maps to font-size: x-small in browsers, not xx-small. Tested in mozilla-central, Chrome 20 dev, Opera Next 12.00 alpha, IE10 Developer Preview: <!doctype html> <span style="font-size:xx-small">xx-small</span> <font size=1>1</font> <span style="font-size:x-small">x-small</span> Posted from: 79.179.221.246 User agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1096.1 Safari/536.6 -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Monday, 23 April 2012 12:17:34 UTC