Description
A set of corrections discovered after initial publication of the work, sometimes referred to as corrigenda.
Examples
Example 1 — Errata with a heading
The label is identified in the aria-labelledby attribute.
<section role="doc-errata" aria-labelledby="corr-hd">
<h2 id="corr-hd">Errata for the Fifth Edition</h2>
…
</section>
Relation to ARIA
doc-errata is a landmark role.
Usage
doc-errata is typically used on section elements. Do not
use the role on list elements. List(s) of errata occurs inside the element carrying the
doc-errata role.
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