Object

outwatch.dom.GlobalAttributes

Aria

Related Doc: package GlobalAttributes

Permalink

object Aria

ARIA is a set of special accessibility attributes which can be added to any markup, but is especially suited to HTML. The role attribute defines what the general type of object is (such as an article, alert, or slider). Additional ARIA attributes provide other useful properties, such as a description for a form or the current value of a progressbar.

MDN

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Aria
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val activedescendant: BoolAttributeBuilder

    Permalink

    Identifies the currently active descendant of a composite widget.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. lazy val atomic: BoolAttributeBuilder

    Permalink

    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.

    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.

  7. lazy val autocomplete: BoolAttributeBuilder

    Permalink

    Indicates whether user input completion suggestions are provided.

  8. lazy val busy: BoolAttributeBuilder

    Permalink

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

  9. lazy val checked: BoolAttributeBuilder

    Permalink

    Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

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

  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. lazy val controls: BoolAttributeBuilder

    Permalink

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

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

  12. lazy val describedby: BoolAttributeBuilder

    Permalink

    Identifies the element (or elements) that describes the object.

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

  13. lazy val disabled: BoolAttributeBuilder

    Permalink

    Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

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

  14. lazy val dropeffect: BoolAttributeBuilder

    Permalink

    Indicates what functions can be performed when the dragged object is released on the drop target.

    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.

  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. lazy val expanded: BoolAttributeBuilder

    Permalink

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

  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. lazy val flowto: BoolAttributeBuilder

    Permalink

    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.

  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. lazy val grabbed: BoolAttributeBuilder

    Permalink

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

  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. lazy val haspopup: BoolAttributeBuilder

    Permalink

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

  24. lazy val hidden: BoolAttributeBuilder

    Permalink

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

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

  25. lazy val invalid: BoolAttributeBuilder

    Permalink

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

  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. lazy val label: BoolAttributeBuilder

    Permalink

    Defines a string value that labels the current element.

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

  28. lazy val labelledby: BoolAttributeBuilder

    Permalink

    Identifies the element (or elements) that labels the current element.

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

  29. lazy val level: BoolAttributeBuilder

    Permalink

    Defines the hierarchical level of an element within a structure.

  30. lazy val live: BoolAttributeBuilder

    Permalink

    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.

  31. lazy val multiline: BoolAttributeBuilder

    Permalink

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

  32. lazy val multiselectable: BoolAttributeBuilder

    Permalink

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

  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. lazy val orientation: BoolAttributeBuilder

    Permalink

    Indicates whether the element and orientation is horizontal or vertical.

  37. lazy val owns: BoolAttributeBuilder

    Permalink

    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.

    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 aria-controls.

  38. lazy val posinset: BoolAttributeBuilder

    Permalink

    Defines an element's number or position in the current set of listitems or treeitems.

    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 aria-setsize.

  39. lazy val pressed: BoolAttributeBuilder

    Permalink

    Indicates the current "pressed" state of toggle buttons.

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

  40. lazy val readonly: BoolAttributeBuilder

    Permalink

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

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

  41. lazy val relevant: BoolAttributeBuilder

    Permalink

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

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

  42. lazy val required: BoolAttributeBuilder

    Permalink

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

  43. lazy val selected: BoolAttributeBuilder

    Permalink

    Indicates the current "selected" state of various widgets.

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

  44. lazy val setsize: BoolAttributeBuilder

    Permalink

    Defines the number of items in the current set of listitems or treeitems.

    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 aria-posinset.

  45. lazy val sort: BoolAttributeBuilder

    Permalink

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

  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. lazy val valuemax: BoolAttributeBuilder

    Permalink

    Defines the maximum allowed value for a range widget.

  49. lazy val valuemin: BoolAttributeBuilder

    Permalink

    Defines the minimum allowed value for a range widget.

  50. lazy val valuenow: BoolAttributeBuilder

    Permalink

    Defines the current value for a range widget.

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

  51. lazy val valuetext: BoolAttributeBuilder

    Permalink

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

  52. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped