Description
Like the header
and footer
and section
elements, the aside
element can be used liberally within a HTML document. This liberal use can lead to the semantics of the element becoming noise to aural UI users. What we did for the header/footer
elements is to restrict the expression of the role semantics based on their nesting within other significant elements in the DOM. For the section
element we restricted its expression based on the presence of an accessible name. I suggest we should do the same/similar for the aside
element.
grep of aside usage - '<aside|' in *.txt: 9648 matches in 1376 files. 25221 files searched.
note: The data is derived from webdevdata.org latest dump (2016)
Some examples from above of pages with high usage up to 100+
The pages have been saved with their aside elements indicated visually:
/cc @cookiecrook @asurkov @w3c/kiss