From f6bbf8b14ec95131d877dd0665428eeaa25c9a90 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Fri, 29 Apr 2022 14:13:37 +0000 Subject: [PATCH] include mention of figure/caption (#1704) SHA: 2ece5c55f2903b704195338ff6d363dc81c63a51 Reason: push, by @pkra Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 7b0c34a74..ad9ecd497 100644 --- a/index.html +++ b/index.html @@ -11731,6 +11731,7 @@

comment.
  • Definition: aria-details is applied to an element with role term and refers to an element with role definition.
  • +
  • Caption: aria-details is applied to an element with role figure and refers to an element with role caption, or an element within a caption.
  • Footnote: aria-details refers to an element with role doc-footnote. This role is defined in [DPUB-ARIA-1.0].
  • Endnote: aria-details refers to an element with role doc-endnote. This role is defined in [DPUB-ARIA-1.0].
  • Description or general annotation: aria-details refers to an element with any other role.