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 @@
+ If possible, authors SHOULD consider using a different HTML element which allows the specified role, + such as the `button` element. +
- 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 @@- 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.