## Attribute selectors Attribute selectors, like [dir="rtl"] and [open]. | TailwindJS token | | ----- | | `attribute_selectors_modifiers` | ### Modifiers | TailwindJS token | TailwindCSS token | | ----- | ----- | | `aria_checked` | [aria-checked](#https://tailwindcss.com/docs/hover-focus-and-other-states#aria-states) | | `aria_disabled` | [aria-disabled](#https://tailwindcss.com/docs/hover-focus-and-other-states#aria-states) | | `aria_expanded` | [aria-expanded](#https://tailwindcss.com/docs/hover-focus-and-other-states#aria-states) | | `aria_hidden` | [aria-hidden](#https://tailwindcss.com/docs/hover-focus-and-other-states#aria-states) | | `aria_pressed` | [aria-pressed](#https://tailwindcss.com/docs/hover-focus-and-other-states#aria-states) | | `aria_readonly` | [aria-readonly](#https://tailwindcss.com/docs/hover-focus-and-other-states#aria-states) | | `aria_required` | [aria-required](#https://tailwindcss.com/docs/hover-focus-and-other-states#aria-states) | | `aria_selected` | [aria-selected](#https://tailwindcss.com/docs/hover-focus-and-other-states#aria-states) | | `ltr` | [ltr](#https://tailwindcss.com/docs/hover-focus-and-other-states#rtl-support) | | `open` | [open](#https://tailwindcss.com/docs/hover-focus-and-other-states#open-closed-state) | | `rtl` | [rtl](#https://tailwindcss.com/docs/hover-focus-and-other-states#rtl-support) | ### Arbitraries | TailwindJS token | TailwindCSS token | | ----- | ----- | | `aria_arbitrary`, `aria_arb` | [aria-[…]](#https://tailwindcss.com/docs/hover-focus-and-other-states#aria-states) | | `data_arbitrary`, `data_arb` | [data-[…]](#https://tailwindcss.com/docs/hover-focus-and-other-states#data-attributes) |