You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jkshapiro this issue has been somewhat resolved. I added custom CSS to the steps in order to allow it to follow the start attribute value up to 9. Anything custom (i.e. any number) would require custom javascript to keep the code manageable. see discussion #2441
Describe the bug
The following HTML should result in a list with a start value of 2, but the start value is 1.
<ol class="lst-stps" start="2">
To Reproduce
Steps to reproduce the behaviour:
<ol>
element, add the attributestart="2"
Current behaviour
The start value is 1.
Expected behaviour
The start value should be 2.
The text was updated successfully, but these errors were encountered: