Closed Bug 1607144 Opened 6 years ago Closed 6 years ago

Wrong numbering of ol with nested ul.

Categories

(Firefox :: Untriaged, defect)

72 Branch
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: estartu, Unassigned)

Details

Attachments

(2 files)

Attached file simple demo html file

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

sorry the markup here removed the list indicators i will attach some screenshots

The screenshot is produces with Firefox 72.0 (64-Bit) on FreeBSD 12.0.

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.

Attachment

General

Created:
Updated:
Size: