Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
.
Synopsis
- busy_ :: Text -> Attribute
- checked_ :: Text -> Attribute
- disabled_ :: Text -> Attribute
- expanded_ :: Text -> Attribute
- grabbed_ :: Text -> Attribute
- hidden_ :: Text -> Attribute
- invalid_ :: Text -> Attribute
- pressed_ :: Text -> Attribute
- selected_ :: Text -> Attribute
- activedescendant_ :: Text -> Attribute
- atomic_ :: Text -> Attribute
- autocomplete_ :: Text -> Attribute
- controls_ :: Text -> Attribute
- describedby_ :: Text -> Attribute
- dropeffect_ :: Text -> Attribute
- flowto_ :: Text -> Attribute
- haspopup_ :: Text -> Attribute
- label_ :: Text -> Attribute
- labelledby_ :: Text -> Attribute
- level_ :: Text -> Attribute
- live_ :: Text -> Attribute
- multiline_ :: Text -> Attribute
- multiselectable_ :: Text -> Attribute
- orientation_ :: Text -> Attribute
- owns_ :: Text -> Attribute
- posinset_ :: Text -> Attribute
- readonly_ :: Text -> Attribute
- relevant_ :: Text -> Attribute
- required_ :: Text -> Attribute
- setsize_ :: Text -> Attribute
- sort_ :: Text -> Attribute
- valuemax_ :: Text -> Attribute
- valuemin_ :: Text -> Attribute
- valuenow_ :: Text -> Attribute
- valuetext_ :: Text -> Attribute
Documentation
activedescendant_ :: Text -> Attribute Source #
The aria-activedescendant
attribute.
autocomplete_ :: Text -> Attribute Source #
The aria-autocomplete
attribute.
describedby_ :: Text -> Attribute Source #
The aria-describedby
attribute.
dropeffect_ :: Text -> Attribute Source #
The aria-dropeffect
attribute.
labelledby_ :: Text -> Attribute Source #
The aria-labelledby
attribute.
multiline_ :: Text -> Attribute Source #
The aria-multiline
attribute.
multiselectable_ :: Text -> Attribute Source #
The aria-multiselectable
attribute.
orientation_ :: Text -> Attribute Source #
The aria-orientation
attribute.
valuetext_ :: Text -> Attribute Source #
The aria-valuetext
attribute.