Closed
Bug 1607144
Opened 6 years ago
Closed 6 years ago
Wrong numbering of ol with nested ul.
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: estartu, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
I Have a ordered list containing more unordered lists seperated be on li of the orderlist.
After each ul the next li in the ordered list hast the number of the next element in the embedded ul not the next number of the ol
Actual results:
test1
test1
test2
test3
test2
test1
test2
test3
test1
test2
test3
test4
Expected results:
test1
test1
test2
test3
test2
test1
test2
test3
test1
test2
test3
test4
| Reporter | ||
Comment 1•6 years ago
|
||
sorry the markup here removed the list indicators i will attach some screenshots
| Reporter | ||
Comment 2•6 years ago
|
||
| Reporter | ||
Comment 3•6 years ago
|
||
The screenshot is produces with Firefox 72.0 (64-Bit) on FreeBSD 12.0.
Comment 4•6 years ago
|
||
The example is invalid HTML. Element ul not allowed as child of element ol. It can only be a child of element li in this situation.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•