Closed
Bug 1509
Opened 26 years ago
Closed 26 years ago
inline elements get in the way of :first-letter
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
M6
People
(Reporter: howcome, Assigned: buster)
References
()
Details
The :first-letter pseudo-element doesn't seem to work when the first letter
of the block-level element is also inside an inline element.
Section 8 of the test page shows an example.
Updated•26 years ago
|
Assignee: peterl → kipp
Specwise, this is
described in http://www.w3.org/TR/REC-CSS1.html#multiple-pseudo-elements
I suggest creating these pseudo-elements:
<H1><SPAN><H1:first-letter>T</H1:first-letter>the first...</SPAN></H1>
You need to log in
before you can comment on or make changes to this bug.
Description
•