diff --git a/html-aria/index.html b/html-aria/index.html index f8d03a844..dd2c13085 100644 --- a/html-aria/index.html +++ b/html-aria/index.html @@ -1826,7 +1826,7 @@

- Roles: + The following roles are allowed, but are NOT RECOMMENDED: `button`, `checkbox`, `gridcell`, @@ -1846,6 +1846,10 @@

Global `aria-*` attributes and any `aria-*` attributes applicable to the allowed roles.

+

+ If possible, authors SHOULD consider using a different HTML element which allows the specified role, + such as the `button` element. +

@@ -1981,7 +1985,8 @@

and any `aria-*` attributes applicable to the allowed roles.

- If possible, authors SHOULD consider using a different HTML element which allows the specified role. + If possible, authors SHOULD consider using a different HTML element which allows the specified role, + such as the `button` element.

@@ -2036,7 +2041,8 @@

and any `aria-*` attributes applicable to the allowed roles.

- If possible, authors SHOULD consider using a different HTML element which allows the specified role. + If possible, authors SHOULD consider using a different HTML element which allows the specified role, + such as the `button` element.