diff --git a/html-aam/index.html b/html-aam/index.html index c65cec5d7..271b8f4cf 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -15963,14 +15963,10 @@
- A `figcaption` provides additional details related to its parent `figure` element. A `figcaption` does not take part in the + A `figcaption` provides additional information related to its parent `figure` element. A `figcaption` does not take part in the accessible name or accessible description computation, unless explicitly referenced by an author.
-- When an author uses `aria-labelledby` or `aria-describedby` to reference the first child `figcaption` element from the parent `figure` element, user agents SHOULD NOT expose the details - relationship between the `figure` and `figcaption` elements, and instead expose the `figcaption` as the element's accessible name or description, according to the following steps. -