Description
A section or statement that acknowledges significant contributions by persons, organizations, governments and other entities to the realization of the work.
Examples
Example 1 — Acknowledgments with a heading
The label is identified in the aria-labelledby attribute.
<section role="doc-acknowledgments" aria-labelledby="ack-hd">
<h2 id="ack-hd">A Word of Thanks</h2>
…
</section>
Relation to ARIA
doc-acknowledgments is a landmark role.
Usage
doc-acknowledgments is typically used on section elements.
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