This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16825 - 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>
Summary: Contrary to the CSS Fonts spec, <font size=1> maps to font-size: x-small in b...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-23 12:17 UTC by contributor
Modified: 2012-07-26 23:46 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-04-23 12:17:28 UTC
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
Comment 1 contributor 2012-07-18 17:22:10 UTC
This bug was cloned to create bug 18126 as part of operation convergence.
Comment 2 contributor 2012-07-26 23:46:16 UTC
Checked in as WHATWG revision r7213.
Check-in comment: Match reality better (apparently).
http://html5.org/tools/web-apps-tracker?from=7212&to=7213