com.raquo.domtypes.defs.attrs

Members list

Type members

Classlikes

object AriaAttrDefs

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.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object HtmlAttrDefs

HTML attributes that don't reflect onto props. See also: Props, ReflectedHtmlAttrs, SvgAttrs

HTML attributes that don't reflect onto props. See also: Props, ReflectedHtmlAttrs, SvgAttrs

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object SvgAttrDefs

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type