Example 1: Adjacent Extended Description with <details>
The image uses aria-details to point directly to a nearby <details> container.
The description is adjacent in reading order and does not require a separate forward link.
Extended description — Figure 1 (details)
The chart compares website visits for three sites from January to March 2014. Site 1 declines over the quarter, Site 2 remains relatively stable, and Site 3 grows steadily.
| Period | Site 1 | Site 2 | Site 3 |
|---|---|---|---|
| Jan | 135 | 112 | 92 |
| Feb | 117 | 114 | 99 |
| Mar | 96 | 111 | 126 |
Example 2: Adjacent Extended Description with <aside>
The second image uses the same direct aria-details relationship but points to an adjacent
<aside> container instead of <details>.