Number content with JavaScript, not CSS #4
Labels
feature request
New feature or request
help wanted
Extra attention is needed
in progress
We’re working on this now. Please check the issue notes.
CSS
content: value;
declarations are not a part of the DOM. They are only rendered visually. Counters cannot be selected with a cursor, and they are not detectable by screen readers. JavaScript should replace counters by injecting<span>
and<a>
withinsertAdjacentHTML('afterbegin', counter)
to number subheads and paragraph/subparagraph<section>
The text was updated successfully, but these errors were encountered: