Role of an element.
Role of an element. More info at https://www.w3.org/TR/html-aria/#aria-table.
module Html.Styled.Attributes.Aria.Role exposing (Role(..))
{-| Role of an element.
@docs Role
-}
{-| Role of an element. More info at
<https://www.w3.org/TR/html-aria/#aria-table>.
-}
type Role
= Any
| Alert
| Alertdialog
| Application
| Article
| Banner
| Button
| Checkbox
| Cell
| Columnheader
| Combobox
| Complementary
| Contentinfo
| Definition
| Dialog
| Directory
| Document
| Feed
| Figure
| Form
| Group
| Heading
| Img
| Link
| List
| Listbox
| Listitem
| Log
| Main
| Marquee
| Math
| Menu
| Menuitem
| Menuitemcheckbox
| Menuitemradio
| Navigation
| None
| Note
| Option
| Presentation
| Progressbar
| Radio
| Radiogroup
| Region
| Row
| Rowgroup
| Rowheader
| Scrollbar
| Search
| Searchbox
| Separator
| Slider
| Spinbutton
| Statu
| Switch
| Tab
| Table
| Tablist
| Tabpanel
| Term
| Textbox
| Toolbar
| Tooltip
| Tree
| Treegrid
| Treeitem