lucid-aria-0.1.0.1: Provides ARIA attributes for Lucid templates
Safe HaskellNone
LanguageHaskell2010

Lucid.Aria

Description

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

Documentation

busy_ :: Text -> Attribute Source #

The aria-busy attribute.

checked_ :: Text -> Attribute Source #

The aria-checked attribute.

disabled_ :: Text -> Attribute Source #

The aria-disabled attribute.

expanded_ :: Text -> Attribute Source #

The aria-expanded attribute.

grabbed_ :: Text -> Attribute Source #

The aria-grabbed attribute.

hidden_ :: Text -> Attribute Source #

The aria-hidden attribute.

invalid_ :: Text -> Attribute Source #

The aria-invalid attribute.

pressed_ :: Text -> Attribute Source #

The aria-pressed attribute.

selected_ :: Text -> Attribute Source #

The aria-selected attribute.

activedescendant_ :: Text -> Attribute Source #

The aria-activedescendant attribute.

atomic_ :: Text -> Attribute Source #

The aria-atomic attribute.

autocomplete_ :: Text -> Attribute Source #

The aria-autocomplete attribute.

controls_ :: Text -> Attribute Source #

The aria-controls attribute.

describedby_ :: Text -> Attribute Source #

The aria-describedby attribute.

dropeffect_ :: Text -> Attribute Source #

The aria-dropeffect attribute.

flowto_ :: Text -> Attribute Source #

The aria-flowto attribute.

haspopup_ :: Text -> Attribute Source #

The aria-haspopup attribute.

label_ :: Text -> Attribute Source #

The aria-label attribute.

labelledby_ :: Text -> Attribute Source #

The aria-labelledby attribute.

level_ :: Text -> Attribute Source #

The aria-level attribute.

live_ :: Text -> Attribute Source #

The aria-live 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.

owns_ :: Text -> Attribute Source #

The aria-owns attribute.

posinset_ :: Text -> Attribute Source #

The aria-posinset attribute.

readonly_ :: Text -> Attribute Source #

The aria-readonly attribute.

relevant_ :: Text -> Attribute Source #

The aria-relevant attribute.

required_ :: Text -> Attribute Source #

The aria-required attribute.

setsize_ :: Text -> Attribute Source #

The aria-setsize attribute.

sort_ :: Text -> Attribute Source #

The aria-sort attribute.

valuemax_ :: Text -> Attribute Source #

The aria-valuemax attribute.

valuemin_ :: Text -> Attribute Source #

The aria-valuemin attribute.

valuenow_ :: Text -> Attribute Source #

The aria-valuenow attribute.

valuetext_ :: Text -> Attribute Source #

The aria-valuetext attribute.