Aria

calico.html.Aria
final class Aria[F[_]]

Attributes

Source
HtmlAttr.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

protected def boolAsTrueFalseAriaAttr(name: String): AriaAttr[F, Boolean]

Attributes

Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
protected def doubleAriaAttr(name: String): AriaAttr[F, Double]

Attributes

Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
protected def intAriaAttr(name: String): AriaAttr[F, Int]

Attributes

Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
protected def stringAriaAttr(name: String): AriaAttr[F, String]

Attributes

Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala

Inherited fields

lazy val activeDescendant: AriaAttr[F, String]

Identifies the currently active descendant of a composite widget.

Identifies the currently active descendant of a composite widget.

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val atomic: AriaAttr[F, Boolean]

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 relevant.

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 relevant.

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val autoComplete: AriaAttr[F, String]

Indicates whether user input completion suggestions are provided.

Indicates whether user input completion suggestions are provided.

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val busy: AriaAttr[F, Boolean]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val checked: AriaAttr[F, String]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val controls: AriaAttr[F, String]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val current: AriaAttr[F, String]

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

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)

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val describedBy: AriaAttr[F, String]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val disabled: AriaAttr[F, Boolean]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val dropEffect: AriaAttr[F, String]

Indicates what functions can be performed when the dragged object is released on the drop target. This allows assistive technologies to convey the possible drag options available to users, including whether a pop-up menu of choices is provided by the application. Typically, drop effect functions can only be provided once an object has been grabbed for a drag operation as the drop effect functions available are dependent on the object being dragged.

Indicates what functions can be performed when the dragged object is released on the drop target. This allows assistive technologies to convey the possible drag options available to users, including whether a pop-up menu of choices is provided by the application. Typically, drop effect functions can only be provided once an object has been grabbed for a drag operation as the drop effect functions available are dependent on the object being dragged.

Enumerated: "copy" | "move" | "link" | "execute" | "popup" | "none" (default)

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val expanded: AriaAttr[F, Boolean]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val flowTo: AriaAttr[F, String]

Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.

Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val grabbed: AriaAttr[F, Boolean]

Indicates an element's "grabbed" state in a drag-and-drop operation.

Indicates an element's "grabbed" state in a drag-and-drop operation.

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val hasPopup: AriaAttr[F, Boolean]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val hidden: AriaAttr[F, Boolean]

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.

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.

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val invalid: AriaAttr[F, String]

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

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val label: AriaAttr[F, String]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val labelledBy: AriaAttr[F, String]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val level: AriaAttr[F, Int]

Defines the hierarchical level of an element within a structure.

Defines the hierarchical level of an element within a structure.

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val live: AriaAttr[F, String]

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.

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)

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val multiLine: AriaAttr[F, Boolean]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val multiSelectable: AriaAttr[F, Boolean]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val orientation: AriaAttr[F, String]

Indicates whether the element and orientation is horizontal or vertical.

Indicates whether the element and orientation is horizontal or vertical.

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val owns: AriaAttr[F, String]

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.

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.

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val posInSet: AriaAttr[F, Int]

Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related setSize.

Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related setSize.

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val pressed: AriaAttr[F, String]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val readOnly: AriaAttr[F, Boolean]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val relevant: AriaAttr[F, String]

Indicates what user agent change notifications (additions, removals, etc.) assistive technologies will receive within a live region. See related atomic.

Indicates what user agent change notifications (additions, removals, etc.) assistive technologies will receive within a live region. See related atomic.

Enumerated: "additions" | "removals" | "text" | "all" | "additions text" (default)

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val required: AriaAttr[F, Boolean]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val selected: AriaAttr[F, Boolean]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val setSize: AriaAttr[F, Int]

Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related posInSet.

Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related posInSet.

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val sort: AriaAttr[F, String]

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

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val valueMax: AriaAttr[F, Double]

Defines the maximum allowed value for a range widget.

Defines the maximum allowed value for a range widget.

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val valueMin: AriaAttr[F, Double]

Defines the minimum allowed value for a range widget.

Defines the minimum allowed value for a range widget.

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val valueNow: AriaAttr[F, Double]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala
lazy val valueText: AriaAttr[F, String]

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

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

Attributes

See also
Inherited from:
AriaAttrs (hidden)
Source
AriaAttrs.scala