article : Html.Attribute msg
Add role="article"
to the attributes of an element.
comboBox : Html.Attribute msg
Add role="combobox"
to the attributes of an element.
definition : Html.Attribute msg
Add role="definition"
to the attributes of an element.
directory : Html.Attribute msg
In ARIA 1.1, role="directory"
described a list of references like a static table of contents.
ARIA 1.2 (which is still a Candidate Draft and not the official version) deprecates this role, and recommends using a semantic list instead.
document : Html.Attribute msg
Add role="document"
to the attributes of an element.
img : Html.Attribute msg
Add role="img"
to the attributes of an element.
link : Html.Attribute msg
Add role="link"
to the attributes of an element.
math : Html.Attribute msg
Add role="math"
to the attributes of an element.
note : Html.Attribute msg
Add role="note"
to the attributes of an element.
code : Html.Attribute msg
Add role="code"
to the attributes of an element.
Prefer using the semantic HTML element code
instead of this role when possible.
Please note that this ARIA property is part of the Candidate Recommendation Draft for ARIA 1.2 -- it's not an official part of a published spec yet.
time : Html.Attribute msg
Add role="time"
to the attributes of an element.
Prefer using the semantic HTML element time
instead of this role when possible.
Please note that this ARIA property is part of the Candidate Recommendation Draft for ARIA 1.2 -- it's not an official part of a published spec yet.
mark : Html.Attribute msg
Add role="mark"
to the attributes of an element.
Please note that mark
is part of the Editor's Draft for ARIA 1.3 -- it's not an official part of a published spec yet.
Also, please be aware of the mark
HTML element. Prefer using the HTML element whenever possible.
suggestion : Html.Attribute msg
Add role="suggestion"
to the attributes of an element.
Please note that suggestion
is part of the Editor's Draft for ARIA 1.3 -- it's not an official part of a published spec yet.
comment : Html.Attribute msg
Add role="comment"
to the attributes of an element.
Please note that comment
is part of the Editor's Draft for ARIA 1.3 -- it's not an official part of a published spec yet.
insertion : Html.Attribute msg
Add role="insertion"
to the attributes of an element.
Use this role on content that is being suggested for addition or for marking differences between versions of content.
Prefer using the semantic HTML element ins
instead of this role when possible.
Please note that this ARIA property is part of the Candidate Recommendation Draft for ARIA 1.2 -- it's not an official part of a published spec yet.
deletion : Html.Attribute msg
Add role="deletion"
to the attributes of an element.
Use this role on content that is being suggested for addition or for marking differences between versions of content.
Prefer using the semantic HTML element del
instead of this role when possible.
Please note that this ARIA property is part of the Candidate Recommendation Draft for ARIA 1.2 -- it's not an official part of a published spec yet.
emphasis : Html.Attribute msg
Add role="emphasis"
to the attributes of an element.
Prefer using the semantic HTML element em
instead of this role when possible.
Please note that this ARIA property is part of the Candidate Recommendation Draft for ARIA 1.2 -- it's not an official part of a published spec yet.
strong : Html.Attribute msg
Add role="strong"
to the attributes of an element.
Prefer using the semantic HTML element strong
instead of this role when possible.
Please note that this ARIA property is part of the Candidate Recommendation Draft for ARIA 1.2 -- it's not an official part of a published spec yet.
subscript : Html.Attribute msg
Add role="subscript"
to the attributes of an element.
Prefer using the semantic HTML element sub
instead of this role when possible.
Please note that this ARIA property is part of the Candidate Recommendation Draft for ARIA 1.2 -- it's not an official part of a published spec yet.
superscript : Html.Attribute msg
Add role="superscript"
to the attributes of an element.
Prefer using the semantic HTML element sub
instead of this role when possible.
Please note that this ARIA property is part of the Candidate Recommendation Draft for ARIA 1.2 -- it's not an official part of a published spec yet.
alertDialog : Html.Attribute msg
Add role="alertdialog"
to the attributes of an element.
dialog : Html.Attribute msg
Add role="dialog"
to the attributes of an element.
columnHeader : Html.Attribute msg
Add role="columnheader"
to the attributes of an element.
grid : Html.Attribute msg
Add role="grid"
to the attributes of an element.
gridCell : Html.Attribute msg
Add role="gridcell"
to the attributes of an element.
row : Html.Attribute msg
Add role="row"
to the attributes of an element.
rowGroup : Html.Attribute msg
Add role="rowgroup"
to the attributes of an element.
rowHeader : Html.Attribute msg
Add role="rowheader"
to the attributes of an element.
group : Html.Attribute msg
Define a set of controls. (for a group of radio inputs, see radioGroup).
radioGroup : Html.Attribute msg
Define a set of radio-controls.
heading : Html.Attribute msg
Prefer using h1
, h2
, h3
, h4
, h5
, and h6
.
Really this attribute should only be necessary if you need an h7
-type heading.
div [ heading, level 7 ] []
button : Html.Attribute msg
Add role="button"
to the attributes of an element.
checkBox : Html.Attribute msg
Add role="checkbox"
to the attributes of an element.
option : Html.Attribute msg
Add role="option"
to the attributes of an element.
radio : Html.Attribute msg
Add role="radio"
to the attributes of an element.
switch : Html.Attribute msg
Add role="switch"
to the attributes of an element.
textBox : Html.Attribute msg
Add role="textbox"
to the attributes of an element.
list : Html.Attribute msg
Add role="list"
to the attributes of an element.
listBox : Html.Attribute msg
Add role="listbox"
to the attributes of an element.
listItem : Html.Attribute msg
Add role="listitem"
to the attributes of an element.
alert : Html.Attribute msg
Add role="alert"
to the attributes of an element.
log : Html.Attribute msg
Add role="log"
to the attributes of an element.
marquee : Html.Attribute msg
Add role="marquee"
to the attributes of an element.
timer : Html.Attribute msg
Add role="timer"
to the attributes of an element.
status : Html.Attribute msg
Add role="status"
to the attributes of an element.
menu : Html.Attribute msg
Add role="menu"
to the attributes of an element.
menuBar : Html.Attribute msg
Add role="menubar"
to the attributes of an element.
menuItem : Html.Attribute msg
Add role="menuitem"
to the attributes of an element.
menuItemCheckBox : Html.Attribute msg
Add role="menuitemcheckbox"
to the attributes of an element.
menuItemRadio : Html.Attribute msg
Add role="menuitemradio"
to the attributes of an element.
meter : Html.Attribute msg
Add role="meter"
to the attributes of an element.
Please note that this ARIA property is part of the Candidate Recommendation Draft for ARIA 1.2 -- it's not an official part of a published spec yet.
progressBar : Html.Attribute msg
Add role="progressbar"
to the attributes of an element.
scrollBar : Html.Attribute msg
Add role="scrollbar"
to the attributes of an element.
separator : Html.Attribute msg
Add role="separator"
to the attributes of an element.
slider : Html.Attribute msg
Add role="slider"
to the attributes of an element.
spinButton : Html.Attribute msg
Add role="spinbutton"
to the attributes of an element.
tab : Html.Attribute msg
Add role="tab"
to the attributes of an element.
tabList : Html.Attribute msg
Add role="tablist"
to the attributes of an element.
tabPanel : Html.Attribute msg
Add role="tabpanel"
to the attributes of an element.
toolBar : Html.Attribute msg
Add role="toolbar"
to the attributes of an element.
toolTip : Html.Attribute msg
Add role="tooltip"
to the attributes of an element.
tree : Html.Attribute msg
Add role="tree"
to the attributes of an element.
treeGrid : Html.Attribute msg
Add role="treegrid"
to the attributes of an element.
treeItem : Html.Attribute msg
Add role="treeitem"
to the attributes of an element.
presentation : Html.Attribute msg
Sets role presentation.
application : Html.Attribute msg
Creates a role="application"
attribute.
Be very careful with this attribute! Be sure you fully understand what you're doing before you use it.