Description
A collection of notes at the end of a work or a section within it.
Examples
Example 1 — Endnotes with a heading
The label is identified in the aria-labelledby attribute.
<section role="doc-endnotes" aria-labelledby="note-hd">
<h2 id="note-hd">Notes</h2>
<section>
<h3>Chapter 1</h3>
…
</section>
…
</section>
Relation to ARIA
doc-endnotes is a landmark role.
Usage
doc-endnotes is typically used on section elements. The requirement that an
element with the role doc-endnotes also have at least one element with the role
doc-endnote should be ignored until a new version of the vocabulary is released it
that resolves the incompatibility.
A label must be provided for the role using one of the aria-labelledby,
aria-label or title attributes.
List of all elements allowed on
- a (without an href attribute)
- abbr
- address
- b
- bdi
- bdo
- blockquote
- br
- canvas
- cite
- code
- del
- dfn
- div
- em
- i
- img (with alt text)
- ins
- kbd
- mark
- output
- p
- pre
- q
- rp
- rt
- ruby
- s
- samp
- section
- small
- span
- strong
- sub
- sup
- table
- tbody
- td
- tfoot
- thead
- th
- tr
- time
- u
- var
- wbr