Package

com.raquo.domtypes.generic.defs

attrs

Permalink

package attrs

Visibility
  1. Public
  2. All

Type Members

  1. trait AriaAttrs[A[_]] extends AnyRef

    Permalink

    ARIA is a set of special accessibility attributes which can be added to any markup, but is especially suited to HTML.

    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

    A

    Attribute, canonically com.raquo.domtypes.generic.keys.HtmlAttr

  2. trait HtmlAttrs[A[_]] extends AnyRef

    Permalink

    A

    HTML Attribute, canonically com.raquo.domtypes.generic.keys.HtmlAttr

  3. trait SvgAttrs[A[_]] extends AnyRef

    Permalink

    A

    SVG Attribute, canonically com.raquo.domtypes.generic.keys.SvgAttr

Value Members

  1. object SvgAttrs

    Permalink

Ungrouped