D7460N
2022-01-27
Allow OL LI auto increment to be set as an LI element attribute. This would allow CSS (or whatever) to reference <li>
s with auto-generated unique identifiers.
<ol>
<li data-count="currentLiIncrement">list item</li>
<li data-count="currentLiIncrement">list item</li>
<li data-count="currentLiIncrement">list item</li>
</ol>
WDYT?
Thank you in advance.