Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
o

aria

object aria

ARIA attribute definitions.

For example, aria.label := "Dialog" emits the aria-label HTML attribute.

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria. View source (Generated from Scala DOM Types 19.0.0)

Values36

activedescendant

lazy val activedescendant: HtmlAttr[String]

Defines the aria-activedescendant HTML attribute.

Identifies the currently active descendant of a composite widget.

aria-activedescendant @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.activedescendant. View source (Generated from Scala DOM Types 19.0.0)

atomic

lazy val atomic: HtmlAttr[Boolean]

Defines the aria-atomic HTML attribute.

Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. See related aria-relevant.

aria-atomic @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.atomic. View source (Generated from Scala DOM Types 19.0.0)

autocomplete

lazy val autocomplete: HtmlAttr[String]

Defines the aria-autocomplete HTML attribute.

Indicates whether user input completion suggestions are provided.

Enumerated: "inline" | "list" | "both" | "none" (default)

aria-autocomplete @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.autocomplete. View source (Generated from Scala DOM Types 19.0.0)

busy

lazy val busy: HtmlAttr[Boolean]

Defines the aria-busy HTML attribute.

Indicates whether an element, and its subtree, are currently being updated.

aria-busy @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.busy. View source (Generated from Scala DOM Types 19.0.0)

checked

lazy val checked: HtmlAttr[String]

Defines the aria-checked HTML attribute.

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. See related pressed and selected.

Enumerated: Tristate – "true" | "false" | "mixed" | undefined (default) - undefined means the element does not support being checked

aria-checked @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.checked. View source (Generated from Scala DOM Types 19.0.0)

controls

lazy val controls: HtmlAttr[String]

Defines the aria-controls HTML attribute.

Identifies the element (or elements) whose contents or presence are controlled by the current element. See related owns.

aria-controls @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.controls. View source (Generated from Scala DOM Types 19.0.0)

current

lazy val current: HtmlAttr[String]

Defines the aria-current HTML attribute.

Indicates the element that represents the current item within a container or set of related elements.

Enumerated: "page" | "step" | "location" | "date" | "time" | "true" | "false" (default)

aria-current @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.current. View source (Generated from Scala DOM Types 19.0.0)

describedby

lazy val describedby: HtmlAttr[String]

Defines the aria-describedby HTML attribute.

Identifies the element (or elements) that describes the object. See related labelledby.

aria-describedby @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.describedby. View source (Generated from Scala DOM Types 19.0.0)

details

lazy val details: HtmlAttr[String]

Defines the aria-details HTML attribute.

Identifies the element (or elements) that provide additional information related to the object.

aria-details @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.details. View source (Generated from Scala DOM Types 19.0.0)

disabled

lazy val disabled: HtmlAttr[Boolean]

Defines the aria-disabled HTML attribute.

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. See related hidden and readonly.

aria-disabled @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.disabled. View source (Generated from Scala DOM Types 19.0.0)

errormessage

lazy val errormessage: HtmlAttr[String]

Defines the aria-errormessage HTML attribute.

Identifies the element (or elements) that provide an error message for the object.

aria-errormessage @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.errormessage. View source (Generated from Scala DOM Types 19.0.0)

expanded

lazy val expanded: HtmlAttr[Boolean]

Defines the aria-expanded HTML attribute.

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

aria-expanded @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.expanded. View source (Generated from Scala DOM Types 19.0.0)

haspopup

lazy val haspopup: HtmlAttr[String]

Defines the aria-haspopup HTML attribute.

Indicates that the element has a popup context menu or sub-level menu.

aria-haspopup @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.haspopup. View source (Generated from Scala DOM Types 19.0.0)

hidden

lazy val hidden: HtmlAttr[Boolean]

Defines the aria-hidden HTML attribute.

Indicates that the element and all of its descendants are not visible or perceivable to any user as implemented by the author. See related disabled.

aria-hidden @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.hidden. View source (Generated from Scala DOM Types 19.0.0)

invalid

lazy val invalid: HtmlAttr[String]

Defines the aria-invalid HTML attribute.

Indicates the entered value does not conform to the format expected by the application.

Enumerated: "grammar" | "spelling" | "true" | "false" (default)

aria-invalid @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.invalid. View source (Generated from Scala DOM Types 19.0.0)

keyshortcuts

lazy val keyshortcuts: HtmlAttr[String]

Defines the aria-keyshortcuts HTML attribute.

Indicates keyboard shortcuts implemented by the author to activate or give focus to an element.

aria-keyshortcuts @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.keyshortcuts. View source (Generated from Scala DOM Types 19.0.0)

label

lazy val label: HtmlAttr[String]

Defines the aria-label HTML attribute.

Defines a string value that labels the current element. See related labelledby.

aria-label @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.label. View source (Generated from Scala DOM Types 19.0.0)

labelledby

lazy val labelledby: HtmlAttr[String]

Defines the aria-labelledby HTML attribute.

Identifies the element (or elements) that labels the current element. See related label and describedby.

aria-labelledby @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.labelledby. View source (Generated from Scala DOM Types 19.0.0)

level

lazy val level: HtmlAttr[Int]

Defines the aria-level HTML attribute.

Defines the hierarchical level of an element within a structure.

aria-level @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.level. View source (Generated from Scala DOM Types 19.0.0)

live

lazy val live: HtmlAttr[String]

Defines the aria-live HTML attribute.

Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.

Enumerated: "polite" | "assertive" | "off" (default)

aria-live @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.live. View source (Generated from Scala DOM Types 19.0.0)

multiline

lazy val multiline: HtmlAttr[Boolean]

Defines the aria-multiline HTML attribute.

Indicates whether a text box accepts multiple lines of input or only a single line.

aria-multiline @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.multiline. View source (Generated from Scala DOM Types 19.0.0)

multiselectable

lazy val multiselectable: HtmlAttr[Boolean]

Defines the aria-multiselectable HTML attribute.

Indicates that the user may select more than one item from the current selectable descendants.

aria-multiselectable @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.multiselectable. View source (Generated from Scala DOM Types 19.0.0)

orientation

lazy val orientation: HtmlAttr[String]

Defines the aria-orientation HTML attribute.

Indicates whether the element and orientation is horizontal or vertical.

Enumerated: "vertical" | "horizontal" (default)

aria-orientation @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.orientation. View source (Generated from Scala DOM Types 19.0.0)

owns

lazy val owns: HtmlAttr[String]

Defines the aria-owns HTML attribute.

Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. See related controls.

aria-owns @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.owns. View source (Generated from Scala DOM Types 19.0.0)

placeholder

lazy val placeholder: HtmlAttr[String]

Defines the aria-placeholder HTML attribute.

Defines a short hint intended to help the user enter data when a control has no value.

aria-placeholder @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.placeholder. View source (Generated from Scala DOM Types 19.0.0)

pressed

lazy val pressed: HtmlAttr[String]

Defines the aria-pressed HTML attribute.

Indicates the current "pressed" state of toggle buttons. See related checked and selected.

Enumerated: Tristate – "true" | "false" | "mixed" | undefined (default) - undefined means the element does not support being pressed

aria-pressed @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.pressed. View source (Generated from Scala DOM Types 19.0.0)

readonly

lazy val readonly: HtmlAttr[Boolean]

Defines the aria-readonly HTML attribute.

Indicates that the element is not editable, but is otherwise operable. See related disabled.

aria-readonly @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.readonly. View source (Generated from Scala DOM Types 19.0.0)

required

lazy val required: HtmlAttr[Boolean]

Defines the aria-required HTML attribute.

Indicates that user input is required on the element before a form may be submitted.

aria-required @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.required. View source (Generated from Scala DOM Types 19.0.0)

roledescription

lazy val roledescription: HtmlAttr[String]

Defines the aria-roledescription HTML attribute.

Defines a human-readable, author-localized description for the role of an element.

aria-roledescription @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.roledescription. View source (Generated from Scala DOM Types 19.0.0)

selected

lazy val selected: HtmlAttr[Boolean]

Defines the aria-selected HTML attribute.

Indicates the current "selected" state of various widgets. See related checked and pressed.

aria-selected @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.selected. View source (Generated from Scala DOM Types 19.0.0)

sort

lazy val sort: HtmlAttr[String]

Defines the aria-sort HTML attribute.

Indicates if items in a table or grid are sorted in ascending or descending order.

Enumerated: "ascending" | "descending" | "other" | "none" (default)

aria-sort @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.sort. View source (Generated from Scala DOM Types 19.0.0)

valuemax

lazy val valuemax: HtmlAttr[Double]

Defines the aria-valuemax HTML attribute.

Defines the maximum allowed value for a range widget.

aria-valuemax @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.valuemax. View source (Generated from Scala DOM Types 19.0.0)

valuemin

lazy val valuemin: HtmlAttr[Double]

Defines the aria-valuemin HTML attribute.

Defines the minimum allowed value for a range widget.

aria-valuemin @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.valuemin. View source (Generated from Scala DOM Types 19.0.0)

valuenow

lazy val valuenow: HtmlAttr[Double]

Defines the aria-valuenow HTML attribute.

Defines the current value for a range widget. See related valuetext.

aria-valuenow @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.valuenow. View source (Generated from Scala DOM Types 19.0.0)

valuetext

lazy val valuetext: HtmlAttr[String]

Defines the aria-valuetext HTML attribute.

Defines the human readable text alternative of aria-valuenow for a range widget.

aria-valuetext @ MDN

Inherited from scalive.defs.complex.NamespacedHtmlKeys.aria.valuetext. View source (Generated from Scala DOM Types 19.0.0)