Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with counter-reset in nested lists (Firefox only) #75

Open
jowra opened this issue Aug 17, 2023 · 1 comment
Open

problem with counter-reset in nested lists (Firefox only) #75

jowra opened this issue Aug 17, 2023 · 1 comment

Comments

@jowra
Copy link

jowra commented Aug 17, 2023

Firefox has a problem with the numbering of nested ordered lists.

With the reset, the property "counter-reset" in Firefox is not set, so Firefox counts every list item continuously. All other browsers are using the standard: ol {counter-reset: list-item}, but for Firefox this must be explicitly set.

MWE:

list.txt

@techmagus
Copy link

Oh! There's a report here already!

I encountered this as well.

In any case, I filed a bug report over at Firefox:

https://bugzilla.mozilla.org/show_bug.cgi?id=1881517

Hopefully they'll add counter-reset: list-item in their UA stylesheet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants