-
Notifications
You must be signed in to change notification settings - Fork 288
The start
attribute of the ordered list is ignored
#71
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
Comments
just ran into this today. we need some sort of opt out, or to fix this underlying issue! |
In my opinion, the best solution right now is to display the default browser counter, and style it with the new pseudo-element Overriding the default counter introduce several issues:
Links: |
I've run into this issue too. It's a real problem when using markup that's been converted from markdown - markdown uses the |
@adamwathan @simonswiss would you take a PR for this one? |
I have also prepared an alternative solution to this issue ( see PR #85 ) - If someone needs a quick solution, it seems to be a pretty good alternative |
The
start
attribute of the ordered list ( MDN | The Ordered List element ) is ignored (reset).Reason:
Possible solution in future (maybe):
But
<type-or-unit>
param forattr()
is not supported today. Solution like #70 is not possieble due tostart
is not finite. Does anyone have an idea?EDIT:
Maybe option to opt-in/out for custom/default list style option?
There is also an issue ( #56 ), where both are rendered - but it can illustrate what I mean, an option to enable/disable one of them.
The text was updated successfully, but these errors were encountered: