Skip to content

Commit 04ff980

Browse files
authored
Document aria-busy variant (#1763)
This was added back in Tailwind 3.3.3 (tailwindlabs/tailwindcss#10966) but not documented.
1 parent 9b046d8 commit 04ff980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/docs/hover-focus-and-other-states.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,7 @@ By default we've included modifiers for the most common boolean ARIA attributes:
14001400

14011401
| Modifier | CSS |
14021402
| --- | --- |
1403+
| <code className="before:content-none after:content-none">aria-busy</code> | <code className="whitespace-nowrap before:content-none after:content-none"><span className="text-slate-400">&</span>[aria-busy="true"]</code> |
14031404
| <code className="before:content-none after:content-none">aria-checked</code> | <code className="whitespace-nowrap before:content-none after:content-none"><span className="text-slate-400">&</span>[aria-checked="true"]</code> |
14041405
| <code className="before:content-none after:content-none">aria-disabled</code> | <code className="whitespace-nowrap before:content-none after:content-none"><span className="text-slate-400">&</span>[aria-disabled="true"]</code> |
14051406
| <code className="before:content-none after:content-none">aria-expanded</code> | <code className="whitespace-nowrap before:content-none after:content-none"><span className="text-slate-400">&</span>[aria-expanded="true"]</code> |

0 commit comments

Comments
 (0)