Closed
Bug 189465
Opened 23 years ago
Closed 23 years ago
don't support counter (CSS)
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
People
(Reporter: dtomaszuk, Assigned: asa)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.2.1) Gecko/20021130
Mozilla dosen't support counter (CSS). For example:
in CSS:
div:before {
counter-increment: div;
counter-reset: par;
content: "DIV number " counter(div) " ";
}
in HTML:
<div>This is a DIV
<p>containing a paragraph</p>
<p>and yet another</p>
</div>
Reproducible: Always
Steps to Reproduce:
Comment 3•23 years ago
|
||
Reopen if you disagree (I'm not a CSS specialist).
*** This bug has been marked as a duplicate of 3247 ***
*** This bug has been marked as a duplicate of 3247 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•