From ab40c304040f8d180b21b62b82d1ba27b5ef0648 Mon Sep 17 00:00:00 2001 From: Valerie Young Date: Wed, 24 Jul 2024 17:40:53 -0700 Subject: [PATCH 1/5] Remove unused activation behavior term --- core-aam/index.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/core-aam/index.html b/core-aam/index.html index 680eeeacf..b56818ce2 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -367,18 +367,6 @@

Important Terms

example, it does not include objects linked via aria-flowto unless those objects are also descendants in the accessibility tree.

-
Activation behavior
-
-

- The action taken when an event, typically initiated by users through an input device, causes an element to fulfill a defined role. The role may be defined for that element by the - host language, or by author-defined variables, or both. The role for any given element may be a generic action, or may be unique to that element. For example, the activation behavior of - an HTML or SVG <a> element shall be to cause the user agent to traverse - the link specified in the href attribute, with the further optional parameter of specifying the browsing context for the traversal (such as the current window or tab, a - named window, or a new window); the activation behavior of an HTML <input> element with the type attribute - value submit shall be to send the values of the form elements to an author-defined IRI by the author-defined - HTTP method. -

-
From e9fc47f61faa8d32d37f71289b0c4792de7a269d Mon Sep 17 00:00:00 2001 From: Valerie Young Date: Wed, 24 Jul 2024 17:49:58 -0700 Subject: [PATCH 2/5] Move accessibility subtree definition --- core-aam/index.html | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/core-aam/index.html b/core-aam/index.html index b56818ce2..799be0c55 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -355,21 +355,6 @@

Features Deprecated in WAI-ARIA

-
-

Important Terms

-
-

While some terms are defined in place, the following definitions are used throughout this document.

-
-
Accessibility Subtree
-
-

- An [=accessible object=] in the accessibility tree and its descendants in that tree. It does not include objects which have relationships other than parent-child in that tree. For - example, it does not include objects linked via aria-flowto unless those objects are also descendants in the accessibility tree. -

-
-
-
-

Mapping WAI-ARIA to Accessibility APIs

@@ -10643,7 +10628,7 @@

Changes to document content or node visibility

-

Fire these events for node changes where the node in question is an element and has an accessible object:

+

Fire the following events for node changes where the node in question is an element and has an accessible object. The accessibility subtree of a node is its [=accessible object=] in the accessibility tree and its descendants in that tree. It does not include objects which have relationships other than parent-child in that tree. For example, it does not include objects linked via aria-flowto unless those objects are also descendants in the accessibility tree.
Table of document change scenarios and events to be fired in each From a582aab4545130e6db82baf45091aa4c9fdcc5cc Mon Sep 17 00:00:00 2001 From: spectranaut Date: Thu, 25 Jul 2024 00:58:23 +0000 Subject: [PATCH 3/5] chore: prettier --- core-aam/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core-aam/index.html b/core-aam/index.html index 799be0c55..bd12d1e35 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -10628,7 +10628,11 @@

Changes to document content or node visibility

-

Fire the following events for node changes where the node in question is an element and has an accessible object. The accessibility subtree of a node is its [=accessible object=] in the accessibility tree and its descendants in that tree. It does not include objects which have relationships other than parent-child in that tree. For example, it does not include objects linked via aria-flowto unless those objects are also descendants in the accessibility tree. +

+ Fire the following events for node changes where the node in question is an element and has an accessible object. The accessibility subtree of a node is its + [=accessible object=] in the accessibility tree and its descendants in that tree. It does not include objects which have relationships other than parent-child in that tree. For + example, it does not include objects linked via aria-flowto unless those objects are also descendants in the accessibility tree. +

Table of document change scenarios and events to be fired in each From ae060b696393a9209f5fddc0b24d8bb7bc7d92d8 Mon Sep 17 00:00:00 2001 From: Valerie Young Date: Mon, 19 Aug 2024 11:26:35 -0700 Subject: [PATCH 4/5] Update core-aam/index.html --- core-aam/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-aam/index.html b/core-aam/index.html index bd12d1e35..e7edeacc4 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -10630,7 +10630,7 @@

Changes to document content or node visibility

Fire the following events for node changes where the node in question is an element and has an accessible object. The accessibility subtree of a node is its - [=accessible object=] in the accessibility tree and its descendants in that tree. It does not include objects which have relationships other than parent-child in that tree. For + [=accessible object=] in the accessibility tree and its descendants in that tree. It does not include accessible objects which have relationships other than parent-child in that tree. For example, it does not include objects linked via aria-flowto unless those objects are also descendants in the accessibility tree.

From 80c7b8774f43b71111be7b5313744a14b9d31a8f Mon Sep 17 00:00:00 2001 From: spectranaut Date: Mon, 19 Aug 2024 18:26:58 +0000 Subject: [PATCH 5/5] chore: prettier --- core-aam/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-aam/index.html b/core-aam/index.html index e7edeacc4..defa5d3e0 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -10630,8 +10630,8 @@

Changes to document content or node visibility

Fire the following events for node changes where the node in question is an element and has an accessible object. The accessibility subtree of a node is its - [=accessible object=] in the accessibility tree and its descendants in that tree. It does not include accessible objects which have relationships other than parent-child in that tree. For - example, it does not include objects linked via aria-flowto unless those objects are also descendants in the accessibility tree. + [=accessible object=] in the accessibility tree and its descendants in that tree. It does not include accessible objects which have relationships other than parent-child in that + tree. For example, it does not include objects linked via aria-flowto unless those objects are also descendants in the accessibility tree.