From 94ac7d0b3ca7506b209863e53f9473805a756071 Mon Sep 17 00:00:00 2001 From: Matt King Date: Wed, 3 Jun 2026 16:30:11 -0700 Subject: [PATCH] Add browser requirements that support synthetic activation by AT --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0cbd99c92..d13c54c5a 100644 --- a/index.html +++ b/index.html @@ -10270,7 +10270,9 @@

Definitions of States and Properties (all aria-* attributes)

  • Authors MUST NOT define an empty string value (aria-actions="") on elements that do not have actions.
  • Authors SHOULD ensure that related actions elements are visible and activatable when the current element has DOM focus.
  • Authors SHOULD ensure the referencing element has aria-actions="" defined when not focused, if the related action elements do not exist in the DOM until the referencing element receives focus. This allows assistive technologies to surface the existence of actions outside of user interactions that trigger DOM focus.
  • -
  • User Agents SHOULD use the accessible names of elements referenced by aria-actions to determine the names of actions that are exposed in a platform accessibility API.
  • +
  • User Agents MUST use the accessible names of elements referenced by aria-actions to determine the names of actions that are exposed in a platform accessibility API.
  • +
  • User Agents MUST expose actions in the order that references are listed.
  • +
  • User Agents MUST expose an activation path to assistive technologies that performs the activation behavior of an element referenced by aria-actions without executing the default focus-transfer behavior associated with pointer activation.
  • User Agents MUST NOT expose aria-actions if the Author MUST's are not followed.