Closed
Bug 1019
Opened 26 years ago
Closed 26 years ago
Text decorations break at container boundaries
Categories
(Core Graveyard :: GFX, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: peterl-retired, Assigned: buster)
References
()
Details
Text decorations should span container boundaries.
For:
<u>underline <b>bold</b></u>
the underline should be continuous.
Comment 1•26 years ago
|
||
Two very closely related bugs:
When the font size or font changes within an underlined section, the underlining
should stay at a constant vertical level:
http://www.w3.org/Style/CSS/Test/current/sec13.htm
When the color changes within an underlined section, according to the CSS test
suite, the underline should stay the original color:
http://www.w3.org/Style/CSS/Test/current/sec543.htm‰
Reporter | ||
Comment 2•26 years ago
|
||
No, the decoration placement should be consistent with the font it's rendered
for (like it is). Otherwise you're inviting havok.
Regarding the color, look again.
The style now continues across the frame boundaries (the bug was caused by over
zealous space trimming; now only the spaces at the end of a line are trimmed)
If the other stuff is really a bug then please file a new one.
Dec3a Seamonkey build on NT - The underline is continuous in the first example <
u>underline <b>bold</b></u> for both words, but the underline is in bold for the
text affected by the bold tags, in this case "bold". Marking fixed here and
filing new bug for underline changing vertically in height.
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•