-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Provides ARIA attributes for Lucid templates
--
-- Provides ARIA attributes for Lucid templates
@package lucid-aria
@version 0.1.0.1
-- | Provides ARIA attributes that can be used to add accessibility
-- annotations to Lucid templates. This module is intended to be imported
-- qualified, e.g., as Aria.
module Lucid.Aria
-- | The aria-busy attribute.
busy_ :: Text -> Attribute
-- | The aria-checked attribute.
checked_ :: Text -> Attribute
-- | The aria-disabled attribute.
disabled_ :: Text -> Attribute
-- | The aria-expanded attribute.
expanded_ :: Text -> Attribute
-- | The aria-grabbed attribute.
grabbed_ :: Text -> Attribute
-- | The aria-hidden attribute.
hidden_ :: Text -> Attribute
-- | The aria-invalid attribute.
invalid_ :: Text -> Attribute
-- | The aria-pressed attribute.
pressed_ :: Text -> Attribute
-- | The aria-selected attribute.
selected_ :: Text -> Attribute
-- | The aria-activedescendant attribute.
activedescendant_ :: Text -> Attribute
-- | The aria-atomic attribute.
atomic_ :: Text -> Attribute
-- | The aria-autocomplete attribute.
autocomplete_ :: Text -> Attribute
-- | The aria-controls attribute.
controls_ :: Text -> Attribute
-- | The aria-describedby attribute.
describedby_ :: Text -> Attribute
-- | The aria-dropeffect attribute.
dropeffect_ :: Text -> Attribute
-- | The aria-flowto attribute.
flowto_ :: Text -> Attribute
-- | The aria-haspopup attribute.
haspopup_ :: Text -> Attribute
-- | The aria-label attribute.
label_ :: Text -> Attribute
-- | The aria-labelledby attribute.
labelledby_ :: Text -> Attribute
-- | The aria-level attribute.
level_ :: Text -> Attribute
-- | The aria-live attribute.
live_ :: Text -> Attribute
-- | The aria-multiline attribute.
multiline_ :: Text -> Attribute
-- | The aria-multiselectable attribute.
multiselectable_ :: Text -> Attribute
-- | The aria-orientation attribute.
orientation_ :: Text -> Attribute
-- | The aria-owns attribute.
owns_ :: Text -> Attribute
-- | The aria-posinset attribute.
posinset_ :: Text -> Attribute
-- | The aria-readonly attribute.
readonly_ :: Text -> Attribute
-- | The aria-relevant attribute.
relevant_ :: Text -> Attribute
-- | The aria-required attribute.
required_ :: Text -> Attribute
-- | The aria-setsize attribute.
setsize_ :: Text -> Attribute
-- | The aria-sort attribute.
sort_ :: Text -> Attribute
-- | The aria-valuemax attribute.
valuemax_ :: Text -> Attribute
-- | The aria-valuemin attribute.
valuemin_ :: Text -> Attribute
-- | The aria-valuenow attribute.
valuenow_ :: Text -> Attribute
-- | The aria-valuetext attribute.
valuetext_ :: Text -> Attribute