From 9babf09c9efe4a4d7f81e1e61d7ac987662cbf67 Mon Sep 17 00:00:00 2001 From: Sarah Higley Date: Fri, 27 Sep 2024 15:58:01 -0700 Subject: [PATCH] update accname exception to be only about aria-actions on root node --- accname/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accname/index.html b/accname/index.html index 858101b2f..05d6208f4 100644 --- a/accname/index.html +++ b/accname/index.html @@ -672,10 +672,10 @@

Computation steps

current node:
  1. - If the current node has an aria-actions [=attribute=] with an IDREF matching the rendered child node, skip steps b-d for this child node. + If the root node has an aria-actions [=attribute=] with an IDREF matching the rendered child node, skip steps b-d for this child node.
  2. - If the current node has an aria-actions [=attribute=] with at least one valid IDREF matching any of the descendents of the rendered child node, + If the root node has an aria-actions [=attribute=] with at least one valid IDREF matching any of the descendents of the rendered child node, exclude the referenced descendants from the name from content of the current node.