Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Document aria-busy variant
This was added back in Tailwind 3.3.3 (tailwindlabs/tailwindcss#10966) but not documented.
  • Loading branch information
rik authored Jan 11, 2024
commit cba36a4a2af926ab4697fb7c84f27d637ea84796
1 change: 1 addition & 0 deletions src/pages/docs/hover-focus-and-other-states.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,7 @@ By default we've included modifiers for the most common boolean ARIA attributes:

| Modifier | CSS |
| --- | --- |
| <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> |
| <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> |
| <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> |
| <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> |
Expand Down