Closed
Bug 1519
Opened 26 years ago
Closed 25 years ago
underline and collapsing trailing whitespace
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
People
(Reporter: howcome, Assigned: buster)
References
()
Details
Section (7) in the test page shows two problems with underlining in nglayout.
First, setting "text-decoraion: none" on a child element should not turn off an
underline set on a parent element. This may seem counter-intuitive, but there
are good reasons for it. The CSS WG is likely to add functionality to turn off
underlining at a later point. Section 5.4.3 in CSS1 describes the behavior:
"This property is not inherited, but elements should match their parent. E.g.,
if an element is underlined, the line should span the child elements."
The second problem shown on the test page is not about CSS, but how white space
is collapsed in nglayout. I belive the underlined space character after "have a"
and "the text." should have been collapsed.
Updated•26 years ago
|
Assignee: peterl → kipp
Comment 1•26 years ago
|
||
The underlining works as specified now.
Kipp: what about collapsing the trailing whitespace?
Comment 3•25 years ago
|
||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Target Milestone: M15
Comment 4•25 years ago
|
||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
Verified Dup
You need to log in
before you can comment on or make changes to this bug.
Description
•