Packages

object current extends Generic[|[String, Boolean]]

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

The aria-current attribute is an enumerated type. Any value not included in the list of allowed values SHOULD be treated by assistive technologies as if the value true had been provided. If the attribute is not present or its value is an empty string or undefined, the default value of false applies and the aria-current state MUST NOT be exposed by user agents or assistive technologies.

The aria-current attribute is used when an element within a set of related elements is visually styled to indicate it is the current item in the set. For example:

A page token used to indicate a link within a set of pagination links, where the link is visually styled to represent the currently-displayed page. A step token used to indicate a link within a step indicator for a step-based process, where the link is visually styled to represent the current step. A location token used to indicate the image that is visually highlighted as the current component of a flow chart. A date token used to indicate the current date within a calendar. A time token used to indicate the current time within a timetable. Authors SHOULD only mark one element in a set of elements as current with aria-current.

Authors SHOULD NOT use the aria-current attribute as a substitute for aria-selected in widgets where aria-selected has the same meaning. For example, in a tablist, aria-selected is used on a tab to indicate the currently-displayed tabpanel.

Linear Supertypes
Generic[|[String, Boolean]], Attr[|[String, Boolean]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. current
  2. Generic
  3. Attr
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=[A](a: A)(implicit t: ValueType[A, |[String, Boolean]]): TagMod
    Definition Classes
    GenericAttr
  4. final def :=?[O[_], A](oa: O[A])(implicit O: OptionLike[O], t: ValueType[A, |[String, Boolean]]): TagMod
    Definition Classes
    Attr
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final val attrName: String
    Definition Classes
    Attr
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def date: TagMod

    Represents the current date within a collection of dates.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(any: Any): Boolean
    Definition Classes
    Attr → AnyRef → Any
  12. def false: TagMod

    (default) Does not represent the current item within a set.

  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    Attr → AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def location: TagMod

    Represents the current location within an environment or context.

  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def page: TagMod

    Represents the current page within a set of pages.

  22. def step: TagMod

    Represents the current step within a process.

  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def time: TagMod

    Represents the current time within a set of times.

  25. final def toString(): String
    Definition Classes
    Attr → AnyRef → Any
  26. def true: TagMod

    Represents the current item within a set.

  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Generic[|[String, Boolean]]

Inherited from Attr[|[String, Boolean]]

Inherited from AnyRef

Inherited from Any

Ungrouped