diff --git a/index.html b/index.html index ad66161..1df4c3d 100644 --- a/index.html +++ b/index.html @@ -1232,10 +1232,32 @@
Roles:
+
+ `application`,
+ `listbox`,
+ `menu`,
+ `menubar`,
+
`none`,
- `presentation`
- or `radiogroup`. (group
is also allowed, but NOT RECOMMENDED.)
+ `presentation`,
+ `radiogroup`,
+
+ `region`,
+ `tablist`,
+ or `toolbar`.
+ The following roles are allowed, but are NOT RECOMMENDED: + `alertdialog`, + `article`, + `complementary`, + `dialog`, + `document`, + `feed` + or `group`. +
+Global `aria-*` attributes and any `aria-*` attributes applicable to the allowed roles.