Confirmed users
1,396
edits
Line 176: | Line 176: | ||
====Attribute list==== | ====Attribute list==== | ||
Set of exposed attributes depends on semantics of the element. As example typical attributes are: | |||
<code> | <code> | ||
DOMString ''autocomplete''; | |||
:: | ::Exposed on text fields. Values are ''list'', ''none'', ''inline'', ''both''. | ||
DOMString ''live''; | |||
:: | ::Points that the accessible is live region. Values are ''assertive'' and ''polite''. | ||
DOMString ''relevant''; | |||
:: | ::Lists all notifications that qualifies for live region. | ||
</code> | </code> | ||
===Patterns=== | ===Patterns=== |