Closed
Bug 214871
Opened 22 years ago
Closed 22 years ago
example from CSS 2 sec 12.6.1 spec does not produce expected output - missing parens
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: AndyStone, Unassigned)
Details
Attachments
(1 file)
567 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624
The example shows how you can change the numbering in a list to be (1),(2), (3).
Mozilla renders the numbering as 1. 2. 3.
I'll attach the example
Reproducible: Always
Steps to Reproduce:
just try the first example at <a
href="http://www.w3.org/TR/REC-CSS2/generate.html#propdef-content">http://www.w3.org/TR/REC-CSS2/generate.html#propdef-content</a>
Actual Results:
You get
"
1. This is the first item.
2. This is the second item.
3. This is the third item.
"
Expected Results:
As stated in the CSS2 spec:
"
(1) This is the first item.
(2) This is the second item.
(3) This is the third item.
"
Reporter | ||
Comment 1•22 years ago
|
||
here's the example cut from the CSS2 spec
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 3247 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•