com.raquo.domtypes.generic.defs.attrs

Type members

Classlikes

trait AriaAttrs[A[_]]

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.

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

Type Params
A

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

trait HtmlAttrs[A[_]]
Type Params
A

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

trait SvgAttrs[A[_]]
Type Params
A

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