From c9c9a0aa08061d5d6f337d3eff5b900edbbfa06d 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 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 99b9721..bd33174 100644 --- a/index.html +++ b/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: