scalatags.generic.Attrs

aria

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def activedescendant: Attr

    Identifies the currently active descendant of a composite widget.

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def atomic: Attr

    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. def autocomplete: Attr

    Indicates whether user input completion suggestions are provided.

  8. def busy: Attr

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

  9. def checked: Attr

    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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def controls: Attr

    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. def describedby: Attr

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

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

  13. def disabled: Attr

    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. def dropeffect: Attr

    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

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

    Definition Classes
    AnyRef → Any
  17. def expanded: Attr

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

  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def flowto: Attr

    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[_]

    Definition Classes
    AnyRef → Any
  21. def grabbed: Attr

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

  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def haspopup: Attr

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

  24. def hidden: Attr

    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. def invalid: Attr

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

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def label: Attr

    Defines a string value that labels the current element.

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

  28. def labelledby: Attr

    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. def level: Attr

    Defines the hierarchical level of an element within a structure.

  30. def live: Attr

    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. def multiline: Attr

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

  32. def multiselectable: Attr

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

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

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

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

    Definition Classes
    AnyRef
  36. def orientation: Attr

    Indicates whether the element and orientation is horizontal or vertical.

  37. def owns: Attr

    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. def posinset: Attr

    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. def pressed: Attr

    Indicates the current "pressed" state of toggle buttons.

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

  40. def readonly: Attr

    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. def relevant: Attr

    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. def required: Attr

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

  43. def selected: Attr

    Indicates the current "selected" state of various widgets.

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

  44. def setsize: Attr

    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. def sort: Attr

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

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

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. def valuemax: Attr

    Defines the maximum allowed value for a range widget.

  49. def valuemin: Attr

    Defines the minimum allowed value for a range widget.

  50. def valuenow: Attr

    Defines the current value for a range widget.

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

  51. def valuetext: Attr

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

  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped