We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e215a2 commit eaaeddfCopy full SHA for eaaeddf
src/util/attributes/role.json
@@ -1816,7 +1816,9 @@
1816
]
1817
},
1818
"MENUITEMCHECKBOX": {
1819
- "requiredProps": [],
+ "requiredProps": [
1820
+ "ARIA-CHECKED"
1821
+ ],
1822
"abstract": false,
1823
"props": [
1824
"ARIA-CHECKED",
@@ -1839,7 +1841,9 @@
1839
1841
1840
1842
1843
"MENUITEMRADIO": {
1844
1845
1846
1847
1848
1849
@@ -1985,7 +1989,9 @@
1985
1989
1986
1990
1987
1991
"RADIO": {
1988
1992
1993
1994
1995
1996
1997
0 commit comments