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 @@

Group Position

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 @@

Group Position

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: