diff --git a/src/pages/docs/hover-focus-and-other-states.mdx b/src/pages/docs/hover-focus-and-other-states.mdx index d4d93bff6..cbc91dc2b 100644 --- a/src/pages/docs/hover-focus-and-other-states.mdx +++ b/src/pages/docs/hover-focus-and-other-states.mdx @@ -1400,6 +1400,7 @@ By default we've included modifiers for the most common boolean ARIA attributes: | Modifier | CSS | | --- | --- | +| aria-busy | &[aria-busy="true"] | | aria-checked | &[aria-checked="true"] | | aria-disabled | &[aria-disabled="true"] | | aria-expanded | &[aria-expanded="true"] |