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
<style>
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }
</style>
<ol><li><p>Sublist:</p>
<ol><li>Item</li>
</ol>
</ol>
will result with the nested ol having lower-roman applied, instead of lower-alpha.
The text was updated successfully, but these errors were encountered:
This HTML
will result with the nested
ol
havinglower-roman
applied, instead oflower-alpha
.The text was updated successfully, but these errors were encountered: