Closed
Bug 4247
Opened 26 years ago
Closed 26 years ago
Empty inline elements are not affecting the inline box model as per spec
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M5
People
(Reporter: ian, Assigned: buster)
References
()
Details
The last sentence of CSS2 section 10.8.1, paragraph 2, says:
# (This applies to empty boxes as well, as if the empty box
# contained an infinitely narrow letter.)
-- http://www.w3.org/TR/REC-CSS2/visudet.html#q22
NGLayout is ignoring empty inline elements instead.
See test one on the quoted test page:
http://www.bath.ac.uk/%7Epy8ieh/internet/eviltests/emptyinline.html
Fixed. Empty *inline* elements now work properly. There is no special hackery
for empty inline P's, however.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Fixed in April 26th Win 32 Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•