diff --git a/core-aam/index.html b/core-aam/index.html index fa74f9282..1090cfcc1 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -9852,8 +9852,15 @@
aria-level
, aria-posinset
, and aria-setsize
are all 1-based. When the [=ARIA/property=] is not present or is "0", it indicates the
- property is not computed or not supported. If any of these properties are specified by the author as either "0" or a negative number, [=user agents=] SHOULD use "1"
- instead.
+ property is not computed or not supported.
+
+
+ If the aria-level
or aria-posinset
properties are
+ specified by the author as either "0" or a negative number, [=user agents=] SHOULD use "1" instead.
+
+ If the aria-setsize
property is specified by the author as any non-empty string value other than a positive whole
+ number, the set is an indeterminate size. [=User agents=] MUST NOT calculate the set size of an indeterminate set.
If aria-level
is not provided or inherited for an element of role
@@ -9863,7 +9870,7 @@
If aria-posinset
and aria-setsize
are not provided,
- user agents MUST compute them as follows:
+ or are specified as the empty string, user agents MUST compute them as follows:
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related
This [=ARIA/property=] is marked on the members of a set, not the container element that collects the members of the set. To orient the user by saying an element is "item X out of Y," the assistive technologies would use X equal to the aria-setsize
attribute.
Defines the number of items in the current set of items, such as listitems, treeitems, options, comments, etc. Not required if all elements in the set are present in the DOM. See related
This [=ARIA/property=] is marked on the members of a set, not the container element that collects the members of the set. To orient the user by saying an element is "item X out of Y" or similar, the assistive technologies would use X equal to the aria-setsize
attribute.
If all items up to the current item in a set are present in the document structure, it is not necessary to set this attribute, as the user agent can automatically calculate the position for these items. However, if all previous items in the set are not present in the document structure at a given moment, the author MUST set this attributeto provide an explicit indication of an element's position.
-When specifying aria-setsize
, authors MUST set the value to an integer equal to the number of items in the set. If the total number of items is unknown, authors SHOULD set the value of aria-setsize
to -1
.
When specifying aria-setsize
, authors MUST set the value to an integer equal to the number of items in the set. If the total number of items is unknown (indeterminate), and the DOM is currently incomplete such that user agents would not be able to compute the correct number of items in a set, authors SHOULD set the value of aria-setsize
to a -1
.
When specifying aria-setsize
on a aria-setsize
based on the total number of items in the
The following example shows items 5 through 8 in a set of 16.
<h2 id="label_fruit"> Available Fruit </h2>