diff --git a/index.html b/index.html index 51d77a8..9a872da 100644 --- a/index.html +++ b/index.html @@ -3117,22 +3117,23 @@

No corresponding role

- Many, but not all, user agents expose the `summary` element with an implicit ARIA - role=button. + The exposed role of a `summary` element can vary depending on the user agent and assistive technology.

No `role` if the `summary` element is a - summary for its parent details. + summary for its parent details element.

Global `aria-*` attributes, `aria-disabled`, and `aria-haspopup` attributes.

- Otherwise, authors MAY specifiy Any `role`, and any + Otherwise, if the `summary` element is not a + summary for its parent details + element, authors MAY specifiy any `role`, and any global `aria-*` attributes and any `aria-*` attributes applicable to the allowed roles.