Closed
Bug 292572
Opened 20 years ago
Closed 20 years ago
text-decoration does not carry to child element that is absolute position
Categories
(Core :: Layout: Positioned, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mark.inderhees, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 text-decoration does not carry like it should to child elements when those child elements are absolute position. When the children are relative (or anything else) they are correctly modified. Example: http://www.ews.uiuc.edu/~inderhee/text-decoration_absolute_bug.html Reproducible: Always
Comment 1•20 years ago
|
||
# When specified on an inline element, ['text-decoration'] affects all the boxes
# generated by that element; for all other elements, the decorations are
# propagated to an anonymous inline box that wraps all the in-flow inline
# children of the element, and to any block-level in-flow descendants. It is not,
# however, further propagated to floating and absolutely positioned descendants,
# nor to the contents of 'inline-table' and 'inline-block' descendants.
-- CSS2.1 16:3:1
http://www.w3.org/TR/CSS21/text.html#lining-striking-propsStatus: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•