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

Ordered lists not obeying start attribute #52

Open
JoshuaMorris opened this issue Apr 6, 2023 · 1 comment
Open

Ordered lists not obeying start attribute #52

JoshuaMorris opened this issue Apr 6, 2023 · 1 comment

Comments

@JoshuaMorris
Copy link

JoshuaMorris commented Apr 6, 2023

When using ordered lists and wanting the list to start on a specific number, it persists the count to begin with one instead of the number specified in the start attribute. Example:

<ol start="21">
   <li></li>
</ol>
@JoshuaMorris
Copy link
Author

Also it ignores other styles such as list-style-type on unordered lists

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

1 participant