From b8baac6752ca61ab1cbf57f6b9c25e75c5a35e44 Mon Sep 17 00:00:00 2001 From: Sarah Higley Date: Wed, 25 Jan 2023 20:25:21 -0800 Subject: [PATCH] fix: update step 2C to also include directly referenced nodes to reflect current browser behavior --- accname/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accname/index.html b/accname/index.html index 99b972102..bd3317482 100644 --- a/accname/index.html +++ b/accname/index.html @@ -386,7 +386,7 @@

Computation steps

-
  • Otherwise, if the current node is a control embedded within the label (e.g. any element directly referenced by aria-labelledby) for another widget, where the user can adjust the embedded control's value, then return the embedded control as part of the text alternative in the following manner: +
  • Otherwise, if the current node allows the user to adjust its value, and is part of an ongoing aria-labelledby or aria-describedby traversal for another widget, process its text alternative in the following manner: