Why not allow users to insert deeper levels by utilizing \
and \
elements directly. Why would optional aria-levels be needed?
You may not want to show them on the UI, although like with A11yFirst, really the important thing is showing only the heading levels that someone could access. If you're using an H3, why wouldn't it make sense to show the H4 when you are under that section.
Or to go back to the earlier posts, If you're on the 2nd heading, why not show the 3rd or fourth?
Again, looking at:
http://ckeditor.github.io/editor-recommendations/features/headings.html
Why not allow users to insert deeper levels by utilizing \
and \
elements directly. Why would optional aria-levels be needed?
You may not want to show them on the UI, although like with A11yFirst, really the important thing is showing only the heading levels that someone could access. If you're using an H3, why wouldn't it make sense to show the H4 when you are under that section.
Or to go back to the earlier posts, If you're on the 2nd heading, why not show the 3rd or fourth?