diff --git a/accname/index.html b/accname/index.html index cb4b8090a..2ec7e6107 100644 --- a/accname/index.html +++ b/accname/index.html @@ -646,6 +646,10 @@
current node has a role that supports nameFrom: heading,
+ return the text alternative of the first descendant element node matching the role of heading in a depth-first search.
+ current node's role allows
name from content, or if the current node is referenced by aria-labelledby, aria-describedby, or
diff --git a/html-aam/index.html b/html-aam/index.html
index 5e1fe5c4e..dd6ac973c 100644
--- a/html-aam/index.html
+++ b/html-aam/index.html
@@ -16816,7 +16816,43 @@ heading as defined in the AccName
+ computation algorithm for nameFrom: heading. Although "namefrom: heading" is allowed in addition to "namefrom: author" in some roles, "namefrom: heading" is used in content only
+ if higher priority "namefrom: author" features are not provided. Priority is defined by the Accessible Name and Description Computation
+ [[ACCNAME-1.2]].
Authors SHOULD provide an accessible name for a dialog, which can be done with the
Authors SHOULD provide an accessible name for a dialog, using either namefrom: author or namefrom: heading.
Authors SHOULD ensure that all dialogs (both modal and non-modal) have at least one focusable descendant element. Authors SHOULD focus an element in the modal dialog when it is displayed, and authors SHOULD constrain keyboard focus to focusable elements within a modal dialog, until dismissed. @@ -3721,7 +3743,12 @@