aria-details
Identifies the element that provides a detailed, extended description for the object. aria-details (property)
Links about aria-details
Getting the details on aria-details | scottohara.me
Introduced in ARIA 1.1, aria-details is meant to help convey that there is additional information available for a particular element a user is interacting with.
Tags:
Code sample
<img src="pythagorean.jpg" alt="Pythagorean Theorem" aria-details="det">
<details id="det">
<summary>Example</summary>
<p>
The Pythagorean Theorem is a relationship in Euclidean Geometry between the three sides of
a right triangle, where the square of the hypotenuse is the sum of the squares of the two
opposing sides.
</p>
</details>
Explore other pages
- select
A control for selecting amongst a set of options.
- scroll-margin
Represents outsets defining the scroll snap area that is used for snapping this box to the snapport.
- :not()
Represents an element that is not represented by its argument.
- mask-image
Sets the mask layer image of an element.