Closed
Bug 10676
Opened 25 years ago
Closed 25 years ago
Style Width specified in em's appears a bit too large.
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: travis, Assigned: peterl-retired)
Details
When setting width using em width ends up being a bit too large below is an
example specifying 32em. Typing in 32 'M's ends up with enough space for 3 more
'M's.
<html>
<body>
<input style="width:32em" type="TEXT"></input>
</body>
</html>
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 1•25 years ago
|
||
An 'em' unit is NOT the width of an 'M' glyph. It is defined as a square the
size of the font size.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
Based on Peter's comments, marking as verified invalid.
You need to log in
before you can comment on or make changes to this bug.
Description
•