Closed
Bug 578
Opened 27 years ago
Closed 26 years ago
CSS First-line selector doesn't work
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: angus, Assigned: buster)
References
()
Details
I assume that we don't have APIs into the content model to get the first line
(kipp) but this is a stlye thing too (peterl).
<style type="text/css">
P:first-line {color: green;}
</style>
<body>
<p>The first line only should be green. The rest should be default
text color (black) bla bla bla bla bla bla bla bla bla bla
hope this makes it to the second line bla bla bla.
</body>
Reporter | ||
Comment 1•26 years ago
|
||
Interesting to note that the latest release of Opera 3.5 beta 8 supports
first-line and first-letter. You can download this browser to see an example of
the expected behavior.
You need to log in
before you can comment on or make changes to this bug.
Description
•