@@ -11343,6 +11343,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
|
11343 | 11343 | <ul> |
11344 | 11344 | <li>Comment: <code>aria-details</code> refers to an element with role <rref>comment</rref>.</li> |
11345 | 11345 | <li>Definition: <code>aria-details</code> is applied to an element with role <rref>term</rref> and refers to an element with role <rref>definition</rref>.</li> |
| 11346 | +<li>Caption: <code>aria-details</code> is applied to an element with role <rref>figure</rref> and refers to an element with role <rref>caption</rref>, or an element within a <code>caption</code>.</li> |
11346 | 11347 | <li>Footnote: <code>aria-details</code> refers to an element with role <code>doc-footnote</code>. This role is defined in [[DPUB-ARIA-1.0]].</li> |
11347 | 11348 | <li>Endnote: <code>aria-details</code> refers to an element with role <code>doc-endnote</code>. This role is defined in [[DPUB-ARIA-1.0]].</li> |
11348 | 11349 | <li>Description or general annotation: <code>aria-details</code> refers to an element with any other role.</li> |
|