html

Source:
Dsl.scala
trait CanonicalReflectedHtmlAttrBuilder
trait ReflectedHtmlAttrBuilder[ReflectedAttr]
trait CanonicalHtmlAttrBuilder
trait HtmlAttrBuilder[HtmlAttr]
trait CanonicalComplexHtmlKeys[ReflectedAttr, HtmlAttr, Prop]
trait ComplexHtmlKeys[ReflectedAttr[String, String], ReflectedAttr[String, String], ReflectedAttr[String, String], HtmlAttr[String], HtmlAttr[String], Prop[String, String]]
trait ReflectedHtmlAttrs[ReflectedAttr]
trait HtmlAttrs[HtmlAttr]
trait CanonicalPropBuilder
trait PropBuilder[Prop]
trait Props[Prop]
trait KeyboardEventProps[EventProp, Event, KeyboardEvent]
trait MouseEventProps[EventProp, Event, MouseEvent, TypedTargetMouseEvent[Element], DragEvent]
trait FormEventProps[EventProp, Event, TypedTargetFocusEvent[Element], Event, TypedTargetEvent[Element], TypedTargetEvent[Element], TypedTargetEvent[Form], TypedTargetEvent[Input]]
trait CanonicalEventPropBuilder[Event]
trait EventPropBuilder[EventProp, Event]
trait StyleBuilders[Modifier]
trait Styles2[Modifier]
trait Styles[Modifier]
trait StylesMisc[Modifier]
trait SvgTagBuilder[ElementBuilder, Element]
trait HtmlTagBuilder[ElementBuilder, Element]
trait TableTags[ElementBuilder, Element, Table, TableCaption, TableCol, TableSection, TableRow, TableCell]
trait SectionTags[ElementBuilder, Element, Body, Element, Heading]
trait FormTags[ElementBuilder, Element, Form, FieldSet, Legend, Label, Input, Button, Select, DataList, OptGroup, Option, TextArea]
trait EmbedTags[ElementBuilder, Element, Image, IFrame, Embed, Object, Param, Video, Audio, Source, Track, Canvas, Map, Area]
trait TextTags[ElementBuilder, Element, Anchor, Element, Span, BR, Mod]
trait GroupingTags[ElementBuilder, Element, Paragraph, HR, Pre, Quote, OList, UList, LI, DList, Element, Div]
class Object
trait Matchable
class Any
html.type

Type members

Inherited classlikes

class AutoStyle[V](name: String) extends Style[V]

A Style that takes any value of type T as a parameter and has an auto value

A Style that takes any value of type T as a parameter and has an auto value

Inherited from:
StylesMisc
Source:
StylesMisc.scala
class BorderRadius(name: String) extends Style[String]
Inherited from:
StylesMisc
Source:
StylesMisc.scala
class BorderStyle(name: String) extends OutlineStyle
Inherited from:
StylesMisc
Source:
StylesMisc.scala
class BorderWidth(name: String) extends Style[String]
Inherited from:
StylesMisc
Source:
StylesMisc.scala
implicit class EvenPropOps[Ev](prop: EventProp[Ev])
implicit class HtmlAttrsOps[V](attr: HtmlAttr[V])
Inherited from:
HtmlAttrsSyntax
Source:
HtmlAttrsDsl.scala
trait MarginAuto extends Style[String]
Inherited from:
StylesMisc
Source:
StylesMisc.scala
class MaxLengthStyle(name: String) extends Style[String]
Inherited from:
StylesMisc
Source:
StylesMisc.scala
class MinLengthStyle(name: String) extends AutoStyle[String]
Inherited from:
StylesMisc
Source:
StylesMisc.scala
class MultiImageStyle(name: String) extends Style[String]
Inherited from:
StylesMisc
Source:
StylesMisc.scala
class MultiTimeStyle(name: String) extends Style[String]
Inherited from:
StylesMisc
Source:
StylesMisc.scala
class NoneOpenStyle[V](name: String) extends Style[V]

A Style that takes any value of type T as a parameter and has an none value

A Style that takes any value of type T as a parameter and has an none value

Inherited from:
StylesMisc
Source:
StylesMisc.scala
class NormalOpenStyle[V](name: String) extends Style[V]

A Style that takes any value of type T as a parameter and has an normal value

A Style that takes any value of type T as a parameter and has an normal value

Inherited from:
StylesMisc
Source:
StylesMisc.scala
class OutlineStyle(name: String) extends Style[String]
Inherited from:
StylesMisc
Source:
StylesMisc.scala
class Overflow(name: String) extends Style[String]
Inherited from:
StylesMisc
Source:
StylesMisc.scala
class OverflowWrap(name: String) extends Style[String]
Inherited from:
Styles
Source:
Styles.scala
class PageBreak(name: String) extends Style[String]
Inherited from:
StylesMisc
Source:
StylesMisc.scala
implicit class PropOps[V, DomV](prop: Prop[V, DomV])
Inherited from:
PropsSyntax
Source:
PropDsl.scala
implicit class StyleOps[V](style: Style[V])
Inherited from:
StylesSyntax
Source:
StyleDsl.scala
trait TextAlign extends Style[String]
Inherited from:
Styles
Source:
Styles.scala
object alignContent extends Style[String]

The CSS align-content property aligns a flex container's lines within the flex container when there is extra space on the cross-axis. This property has no effect on single line flexible boxes.

The CSS align-content property aligns a flex container's lines within the flex container when there is extra space on the cross-axis. This property has no effect on single line flexible boxes.

MDN

Inherited from:
Styles
Source:
Styles.scala
object alignItems extends Style[String]

The CSS align-items property aligns flex items of the current flex line the same way as justify-content but in the perpendicular direction.

The CSS align-items property aligns flex items of the current flex line the same way as justify-content but in the perpendicular direction.

MDN

Inherited from:
Styles
Source:
Styles.scala
object alignSelf extends Style[String]

The align-self CSS property aligns flex items of the current flex line overriding the align-items value. If any of the flex item's cross-axis margin is set to auto, then align-self is ignored.

The align-self CSS property aligns flex items of the current flex line overriding the align-items value. If any of the flex item's cross-axis margin is set to auto, then align-self is ignored.

MDN

Inherited from:
Styles
Source:
Styles.scala
object backfaceVisibility extends Style[String]

The CSS backface-visibility property determines whether or not the back face of the element is visible when facing the user. The back face of an element always is a transparent background, letting, when visible, a mirror image of the front face be displayed.

The CSS backface-visibility property determines whether or not the back face of the element is visible when facing the user. The back face of an element always is a transparent background, letting, when visible, a mirror image of the front face be displayed.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
object backgroundAttachment extends Style[String]

If a background-image is specified, the background-attachment CSS property determines whether that image's position is fixed within the viewport, or scrolls along with its containing block.

If a background-image is specified, the background-attachment CSS property determines whether that image's position is fixed within the viewport, or scrolls along with its containing block.

MDN

Inherited from:
Styles
Source:
Styles.scala
object backgroundClip extends Style[String]

The background-clip CSS property specifies whether an element's background, either the color or image, extends underneath its border.

The background-clip CSS property specifies whether an element's background, either the color or image, extends underneath its border.

If there is no background image, this property has only visual effect when the border has transparent regions (because of border-style) or partially opaque regions; otherwise the border covers up the difference.

MDN

Inherited from:
Styles
Source:
Styles.scala
object backgroundOrigin extends Style[String]

The background-origin CSS property determines the background positioning area, that is the position of the origin of an image specified using the background-image CSS property.

The background-origin CSS property determines the background positioning area, that is the position of the origin of an image specified using the background-image CSS property.

Note that background-origin is ignored when background-attachment is fixed.

MDN

Inherited from:
Styles
Source:
Styles.scala
object backgroundSize extends Style[String]

The background-size CSS property specifies the size of the background images. The size of the image can be fully constrained or only partially in order to preserve its intrinsic ratio.

The background-size CSS property specifies the size of the background images. The size of the image can be fully constrained or only partially in order to preserve its intrinsic ratio.

MDN

Inherited from:
Styles
Source:
Styles.scala
object borderCollapse extends Style[String]

The border-collapse CSS property selects a table's border model. This has a big influence on the look and style of the table cells.

The border-collapse CSS property selects a table's border model. This has a big influence on the look and style of the table cells.

MDN

Inherited from:
Styles
Source:
Styles.scala
object borderSpacing extends Style[String]

The border-spacing CSS property specifies the distance between the borders of adjacent cells (only for the separated borders model). This is equivalent to the cellspacing attribute in presentational HTML, but an optional second value can be used to set different horizontal and vertical spacing.

The border-spacing CSS property specifies the distance between the borders of adjacent cells (only for the separated borders model). This is equivalent to the cellspacing attribute in presentational HTML, but an optional second value can be used to set different horizontal and vertical spacing.

MDN

Inherited from:
Styles
Source:
Styles.scala
object boxSizing extends Style[String]

The box-sizing CSS property is used to alter the default CSS box model used to calculate widths and heights of elements. It is possible to use this property to emulate the behavior of browsers that do not correctly support the CSS box model specification.

The box-sizing CSS property is used to alter the default CSS box model used to calculate widths and heights of elements. It is possible to use this property to emulate the behavior of browsers that do not correctly support the CSS box model specification.

MDN

Inherited from:
Styles
Source:
Styles.scala
object captionSide extends Style[String]

The caption-side CSS property positions the content of a table's caption on the specified side.

The caption-side CSS property positions the content of a table's caption on the specified side.

MDN

Inherited from:
Styles
Source:
Styles.scala
object clear extends Style[String]

The clear CSS property specifies whether an element can be next to floating elements that precede it or must be moved down (cleared) below them.

The clear CSS property specifies whether an element can be next to floating elements that precede it or must be moved down (cleared) below them.

The clear property applies to both floating and non-floating elements.

MDN

Inherited from:
Styles
Source:
Styles.scala
object clip extends AutoStyle[String]

The clip CSS property defines what portion of an element is visible. The clip property applies only to elements with position:absolute.

The clip CSS property defines what portion of an element is visible. The clip property applies only to elements with position:absolute.

MDN

Inherited from:
Styles
Source:
Styles.scala
object color extends Style[String]

The CSS color property sets the foreground color of an element's text content, and its decorations. It doesn't affect any other characteristic of the element; it should really be called text-color and would have been named so, save for historical reasons and its appearance in CSS Level 1.

The CSS color property sets the foreground color of an element's text content, and its decorations. It doesn't affect any other characteristic of the element; it should really be called text-color and would have been named so, save for historical reasons and its appearance in CSS Level 1.

MDN

Inherited from:
Styles
Source:
Styles.scala
object columnFill extends Style[String]

The column-fill CSS property controls how contents are partitioned into columns. Contents are either balanced, which means that contents in all columns will have the same height or, when using auto, just take up the room the content needs.

The column-fill CSS property controls how contents are partitioned into columns. Contents are either balanced, which means that contents in all columns will have the same height or, when using auto, just take up the room the content needs.

MDN

Inherited from:
Styles2
Source:
Styles2.scala

The column-rule-style CSS property lets you set the style of the rule drawn between columns in multi-column layouts.

The column-rule-style CSS property lets you set the style of the rule drawn between columns in multi-column layouts.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
object columnRuleWidth extends Style[String]

The column-rule-width CSS property lets you set the width of the rule drawn between columns in multi-column layouts.

The column-rule-width CSS property lets you set the width of the rule drawn between columns in multi-column layouts.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
object columnSpan extends Style[Int]

The column-span CSS property makes it possible for an element to span across all columns when its value is set to all. An element that spans more than one column is called a spanning element.

The column-span CSS property makes it possible for an element to span across all columns when its value is set to all. An element that spans more than one column is called a spanning element.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
object columns extends Style[String]

The columns CSS property is a shorthand property allowing to set both the column-width and the column-count properties at the same time.

The columns CSS property is a shorthand property allowing to set both the column-width and the column-count properties at the same time.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
object cursor extends Style[String]

The cursor CSS property specifies the mouse cursor displayed when the mouse pointer is over an element.

The cursor CSS property specifies the mouse cursor displayed when the mouse pointer is over an element.

MDN

Inherited from:
Styles
Source:
Styles.scala
object direction extends Style[String]

Set the direction CSS property to match the direction of the text: rtl for Hebrew or Arabic text and ltr for other scripts. This is typically done as part of the document (e.g., using the dir attribute in HTML) rather than through direct use of CSS.

Set the direction CSS property to match the direction of the text: rtl for Hebrew or Arabic text and ltr for other scripts. This is typically done as part of the document (e.g., using the dir attribute in HTML) rather than through direct use of CSS.

The property sets the base text direction of block-level elements and the direction of embeddings created by the unicode-bidi property. It also sets the default alignment of text and block-level elements and the direction that cells flow within a table row.

Unlike the dir attribute in HTML, the direction property is not inherited from table columns into table cells, since CSS inheritance follows the document tree, and table cells are inside of the rows but not inside of the columns.

The direction and unicode-bidi properties are the two only properties which are not affected by the all shorthand.

MDN

Inherited from:
Styles
Source:
Styles.scala
object display extends Style[String]

The display CSS property specifies the type of rendering box used for an element. In HTML, default display property values are taken from behaviors described in the HTML specifications or from the browser/user default stylesheet. The default value in XML is inline.

The display CSS property specifies the type of rendering box used for an element. In HTML, default display property values are taken from behaviors described in the HTML specifications or from the browser/user default stylesheet. The default value in XML is inline.

In addition to the many different display box types, the value none lets you turn off the display of an element; when you use none, all descendant elements also have their display turned off. The document is rendered as though the element doesn't exist in the document tree.

MDN

Inherited from:
Styles
Source:
Styles.scala
object emptyCells extends Style[String]

he empty-cells CSS property specifies how user agents should render borders and backgrounds around cells that have no visible content.

he empty-cells CSS property specifies how user agents should render borders and backgrounds around cells that have no visible content.

MDN

Inherited from:
Styles
Source:
Styles.scala
object flexDirection extends Style[String]

The CSS flex-direction property specifies how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).

The CSS flex-direction property specifies how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).

Note that the value row and row-reverse are affected by the directionality of the flex container. If its dir attribute is ltr, row represents the horizontal axis oriented from the left to the right, and row-reverse from the right to the left; if the dir attribute is rtl, row represents the axis oriented from the right to the left, and row-reverse from the left to the right.

MDN

Inherited from:
Styles
Source:
Styles.scala
object flexWrap extends Style[String]

The CSS flex-wrap property specifies whether the children are forced into a single line or if the items can be flowed on multiple lines.

The CSS flex-wrap property specifies whether the children are forced into a single line or if the items can be flowed on multiple lines.

MDN

Inherited from:
Styles
Source:
Styles.scala
object float extends Style[String]

The float CSS property specifies that an element should be taken from the normal flow and placed along the left or right side of its container, where text and inline elements will wrap around it. A floating element is one where the computed value of float is not none.

The float CSS property specifies that an element should be taken from the normal flow and placed along the left or right side of its container, where text and inline elements will wrap around it. A floating element is one where the computed value of float is not none.

MDN

Inherited from:
Styles
Source:
Styles.scala
object fontSize extends Style[String]

The font-size CSS property specifies the size of the font – specifically the desired height of glyphs from the font. Setting the font size may, in turn, change the size of other items, since it is used to compute the value of em and ex Length units.

The font-size CSS property specifies the size of the font – specifically the desired height of glyphs from the font. Setting the font size may, in turn, change the size of other items, since it is used to compute the value of em and ex Length units.

MDN

Inherited from:
Styles
Source:
Styles.scala
object fontStyle extends Style[String]

The font-style CSS property allows italic or oblique faces to be selected within a font-family.

The font-style CSS property allows italic or oblique faces to be selected within a font-family.

MDN

Inherited from:
Styles
Source:
Styles.scala
object fontWeight extends Style[Int]

The font-weight CSS property specifies the weight or boldness of the font. However, some fonts are not available in all weights; some are available only on normal and bold.

The font-weight CSS property specifies the weight or boldness of the font. However, some fonts are not available in all weights; some are available only on normal and bold.

Numeric font weights for fonts that provide more than just normal and bold. If the exact weight given is unavailable, then 600-900 use the closest available darker weight (or, if there is none, the closest available lighter weight), and 100-500 use the closest available lighter weight (or, if there is none, the closest available darker weight). This means that for fonts that provide only normal and bold, 100-500 are normal, and 600-900 are bold.

MDN

Inherited from:
Styles
Source:
Styles.scala
object justifyContent extends Style[String]

The CSS justify-content property defines how a browser distributes available space between and around elements when aligning flex items in the main-axis of the current line. The alignment is done after the lengths and auto margins are applied, meaning that, if there is at least one flexible element, with flex-grow different than 0, it will have no effect as there won't be any available space.

The CSS justify-content property defines how a browser distributes available space between and around elements when aligning flex items in the main-axis of the current line. The alignment is done after the lengths and auto margins are applied, meaning that, if there is at least one flexible element, with flex-grow different than 0, it will have no effect as there won't be any available space.

MDN

Inherited from:
Styles
Source:
Styles.scala
object listStyleImage extends Style[String]

The list-style-image CSS property sets the image that will be used as the list item marker. It is often more convenient to use the shorthand list-style.

The list-style-image CSS property sets the image that will be used as the list item marker. It is often more convenient to use the shorthand list-style.

MDN

Inherited from:
Styles
Source:
Styles.scala
object listStylePosition extends Style[String]

The list-style-position CSS property specifies the position of the marker box in the principal block box. It is often more convenient to use the shortcut list-style.

The list-style-position CSS property specifies the position of the marker box in the principal block box. It is often more convenient to use the shortcut list-style.

MDN

Inherited from:
Styles
Source:
Styles.scala
object listStyleType extends Style[String]

The list-style-type CSS property specifies appearance of a list item element. As it is the only one who defaults to display:list-item, this is usually a li element, but can be any element with this display value.

The list-style-type CSS property specifies appearance of a list item element. As it is the only one who defaults to display:list-item, this is usually a li element, but can be any element with this display value.

MDN

Inherited from:
Styles
Source:
Styles.scala
object margin extends Style[String]

The margin CSS property sets the margin for all four sides. It is a shorthand to avoid setting each side separately with the other margin properties: margin-top, margin-right, margin-bottom and margin-left.

The margin CSS property sets the margin for all four sides. It is a shorthand to avoid setting each side separately with the other margin properties: margin-top, margin-right, margin-bottom and margin-left.

Negative values are also allowed.

MDN

Inherited from:
Styles
Source:
Styles.scala
object mask extends Style[String]

If the value is a URI value, the element pointed to by the URI is used as an SVG mask.

If the value is a URI value, the element pointed to by the URI is used as an SVG mask.

MDN

Inherited from:
Styles
Source:
Styles.scala
object outlineColor extends Style[String]

The outline-color CSS property sets the color of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.

The outline-color CSS property sets the color of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.

MDN

Inherited from:
Styles
Source:
Styles.scala
object outlineWidth extends Style[String]

The outline-width CSS property is used to set the width of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.

The outline-width CSS property is used to set the width of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.

MDN

Inherited from:
Styles
Source:
Styles.scala
object overflow extends Overflow

The overflow CSS property specifies whether to clip content, render scroll bars or display overflow content of a block-level element.

The overflow CSS property specifies whether to clip content, render scroll bars or display overflow content of a block-level element.

MDN

Inherited from:
Styles
Source:
Styles.scala
object pointerEvents extends Style[String]

The CSS property pointer-events allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events. When this property is unspecified, the same characteristics of the visiblePainted value apply to SVG content.

The CSS property pointer-events allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events. When this property is unspecified, the same characteristics of the visiblePainted value apply to SVG content.

In addition to indicating that the element is not the target of mouse events, the value none instructs the mouse event to go "through" the element and target whatever is "underneath" that element instead.

MDN

Inherited from:
Styles
Source:
Styles.scala
object position extends Style[String]

The position CSS property chooses alternative rules for positioning elements, designed to be useful for scripted animation effects.

The position CSS property chooses alternative rules for positioning elements, designed to be useful for scripted animation effects.

MDN

Inherited from:
Styles
Source:
Styles.scala
object quotes extends Style[String]
Inherited from:
Styles
Source:
Styles.scala
object tableLayout extends Style[String]
Inherited from:
Styles
Source:
Styles.scala
object textDecoration extends Style[String]

The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink.

The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink.

MDN

Inherited from:
Styles
Source:
Styles.scala
object textOverflow extends Style[String]

The text-overflow CSS property determines how overflowed content that is not displayed is signaled to the users. It can be clipped, or display an ellipsis ('…', U+2026 HORIZONTAL ELLIPSIS) or a Web author-defined string.

The text-overflow CSS property determines how overflowed content that is not displayed is signaled to the users. It can be clipped, or display an ellipsis ('…', U+2026 HORIZONTAL ELLIPSIS) or a Web author-defined string.

MDN

Inherited from:
Styles
Source:
Styles.scala
object textTransform extends Style[String]

The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.

The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.

MDN

Inherited from:
Styles
Source:
Styles.scala
object textUnderlinePosition extends Style[String]

The CSS text-underline-position property specifies the position of the underline which is set using the text-decoration property underline value.

The CSS text-underline-position property specifies the position of the underline which is set using the text-decoration property underline value.

This property inherits and is not reset by the text-decoration shorthand, allowing to easily set it globally for a given document.

MDN

Inherited from:
Styles
Source:
Styles.scala
object transformStyle extends Style[String]

The transform-style CSS property determines if the children of the element are positioned in the 3D-space or are flattened in the plane of the element.

The transform-style CSS property determines if the children of the element are positioned in the 3D-space or are flattened in the plane of the element.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
object unicodeBidi extends Style[String]

The unicode-bidi CSS property together with the direction property relates to the handling of bidirectional text in a document. For example, if a block of text contains both left-to-right and right-to-left text then the user-agent uses a complex Unicode algorithm to decide how to display the text. This property overrides this algorithm and allows the developer to control the text embedding.

The unicode-bidi CSS property together with the direction property relates to the handling of bidirectional text in a document. For example, if a block of text contains both left-to-right and right-to-left text then the user-agent uses a complex Unicode algorithm to decide how to display the text. This property overrides this algorithm and allows the developer to control the text embedding.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
object verticalAlign extends Style[String]

The vertical-align CSS property specifies the vertical alignment of an inline or table-cell box.

The vertical-align CSS property specifies the vertical alignment of an inline or table-cell box.

MDN

Inherited from:
Styles
Source:
Styles.scala
object visibility extends Style[String]
Inherited from:
Styles
Source:
Styles.scala
object whiteSpace extends Style[String]

The white-space CSS property is used to to describe how whitespace inside the element is handled.

The white-space CSS property is used to to describe how whitespace inside the element is handled.

MDN

Inherited from:
Styles
Source:
Styles.scala
object wordBreak extends Style[String]

The word-break CSS property specifies whether or not the browser should insert line breaks wherever the text would otherwise overflow its content box.

The word-break CSS property specifies whether or not the browser should insert line breaks wherever the text would otherwise overflow its content box.

MDN

Inherited from:
Styles2
Source:
Styles2.scala

Value members

Inherited methods

protected def booleanReflectedAttr(key: String, attrCodec: Codec[Boolean, String]): ReflectedAttr[Boolean, Boolean]
Inherited from:
ReflectedHtmlAttrBuilder
Source:
ReflectedHtmlAttrBuilder.scala
protected def booleanReflectedAttr(attrKey: String, propKey: String, attrCodec: Codec[Boolean, String]): ReflectedAttr[Boolean, Boolean]
Inherited from:
ReflectedHtmlAttrBuilder
Source:
ReflectedHtmlAttrBuilder.scala
override protected def buildDoubleStyleSetter(style: Style[Double], value: Double): Modifier
Definition Classes
StylesSyntax -> StyleBuilders
Inherited from:
StylesSyntax
Source:
StyleDsl.scala
override protected def buildIntStyleSetter(style: Style[Int], value: Int): Modifier
Definition Classes
StylesSyntax -> StyleBuilders
Inherited from:
StylesSyntax
Source:
StyleDsl.scala
override protected def buildStringStyleSetter(style: Style[_], value: String): Modifier
Definition Classes
StylesSyntax -> StyleBuilders
Inherited from:
StylesSyntax
Source:
StyleDsl.scala
override def dataAttr(suffix: String): HtmlAttr[String]
Definition Classes
CanonicalComplexHtmlKeys -> ComplexHtmlKeys
Inherited from:
CanonicalComplexHtmlKeys
Source:
CanonicalComplexHtmlKeys.scala
protected def doubleHtmlAttr(key: String): HtmlAttr[Double]
Inherited from:
HtmlAttrBuilder
Source:
HtmlAttrBuilder.scala
protected def doubleProp(key: String): Prop[Double, Double]
Inherited from:
PropBuilder
Source:
PropBuilder.scala
protected def doubleReflectedAttr(key: String): ReflectedAttr[Double, Double]
Inherited from:
ReflectedHtmlAttrBuilder
Source:
ReflectedHtmlAttrBuilder.scala
override protected def eventProp[Ev <: Event](key: String): EventProp[Ev]
Definition Classes
CanonicalEventPropBuilder -> EventPropBuilder
Inherited from:
CanonicalEventPropBuilder
Source:
CanonicalEventPropBuilder.scala
override protected def htmlAttr[V](key: String, codec: Codec[V, String]): HtmlAttr[V]
Definition Classes
CanonicalHtmlAttrBuilder -> HtmlAttrBuilder
Inherited from:
CanonicalHtmlAttrBuilder
Source:
CanonicalHtmlAttrBuilder.scala
override protected def htmlTag[Ref <: Element](tagName: String, void: Boolean): ElementBuilder[Ref]
Definition Classes
TagBuilder -> HtmlTagBuilder
Inherited from:
TagBuilder
Source:
Dsl.scala
protected def htmlTag[Ref <: Element](tagName: String): ElementBuilder[Ref]
Inherited from:
HtmlTagBuilder
Source:
HtmlTagBuilder.scala
protected def intHtmlAttr(key: String): HtmlAttr[Int]
Inherited from:
HtmlAttrBuilder
Source:
HtmlAttrBuilder.scala
protected def intProp(key: String): Prop[Int, Int]
Inherited from:
PropBuilder
Source:
PropBuilder.scala
protected def intReflectedAttr(key: String): ReflectedAttr[Int, Int]
Inherited from:
ReflectedHtmlAttrBuilder
Source:
ReflectedHtmlAttrBuilder.scala
protected def intReflectedAttr(attrKey: String, propKey: String): ReflectedAttr[Int, Int]
Inherited from:
ReflectedHtmlAttrBuilder
Source:
ReflectedHtmlAttrBuilder.scala
override protected def prop[V, DomV](key: String, codec: Codec[V, DomV]): Prop[V, DomV]
Definition Classes
CanonicalPropBuilder -> PropBuilder
Inherited from:
CanonicalPropBuilder
Source:
CanonicalPropBuilder.scala
protected def stringHtmlAttr(key: String): HtmlAttr[String]
Inherited from:
HtmlAttrBuilder
Source:
HtmlAttrBuilder.scala
protected def stringProp(key: String): Prop[String, String]
Inherited from:
PropBuilder
Source:
PropBuilder.scala
protected def stringReflectedAttr(key: String): ReflectedAttr[String, String]
Inherited from:
ReflectedHtmlAttrBuilder
Source:
ReflectedHtmlAttrBuilder.scala
protected def stringReflectedAttr(attrKey: String, propKey: String): ReflectedAttr[String, String]
Inherited from:
ReflectedHtmlAttrBuilder
Source:
ReflectedHtmlAttrBuilder.scala
protected def style[V](key: String): Style[V]
Inherited from:
StyleBuilders
Source:
StyleBuilders.scala
override protected def svgTag[Ref <: Element](tagName: String, void: Boolean): ElementBuilder[Ref]
Definition Classes
TagBuilder -> SvgTagBuilder
Inherited from:
TagBuilder
Source:
Dsl.scala
protected def svgTag[Ref <: Element](tagName: String): ElementBuilder[Ref]
Inherited from:
SvgTagBuilder
Source:
SvgTagBuilder.scala

Inherited fields

lazy val `type`: HtmlAttr[String]

This attribute is used to define the type of the content linked to. The value of the attribute should be a MIME type such as text/html, text/css, and so on. The common use of this attribute is to define the type of style sheet linked and the most common current value is text/css, which indicates a Cascading Style Sheet format. You can use tpe as an alias for this attribute so you don't have to backtick-escape this attribute.

This attribute is used to define the type of the content linked to. The value of the attribute should be a MIME type such as text/html, text/css, and so on. The common use of this attribute is to define the type of style sheet linked and the most common current value is text/css, which indicates a Cascading Style Sheet format. You can use tpe as an alias for this attribute so you don't have to backtick-escape this attribute.

MDN

Inherited from:
HtmlAttrs
Source:
HtmlAttrs.scala
lazy val a: ElementBuilder[Anchor]

Represents a hyperlink, linking to another resource.

Represents a hyperlink, linking to another resource.

MDN org.scalajs.dom.html.Anchor

Inherited from:
TextTags
Source:
TextTags.scala
lazy val accept: ReflectedAttr[String, String]

If the value of the type attribute is file, this attribute indicates the types of files that the server accepts; otherwise it is ignored.

If the value of the type attribute is file, this attribute indicates the types of files that the server accepts; otherwise it is ignored.

MDN

Inherited from:
ReflectedHtmlAttrs
Source:
ReflectedHtmlAttrs.scala
lazy val accessKey: ReflectedAttr[String, String]

Specifies a shortcut key to activate/focus an element

Specifies a shortcut key to activate/focus an element

Inherited from:
ReflectedHtmlAttrs
Source:
ReflectedHtmlAttrs.scala
lazy val action: ReflectedAttr[String, String]

The URI of a program that processes the information submitted via the form. This value can be overridden by a formAction attribute on a button or input element.

The URI of a program that processes the information submitted via the form. This value can be overridden by a formAction attribute on a button or input element.

MDN

Only applies to com.raquo.domtypes.generic.defs.tags.FormTags.form

Inherited from:
ReflectedHtmlAttrs
Source:
ReflectedHtmlAttrs.scala
lazy val alt: ReflectedAttr[String, String]

This attribute defines the alternative text describing the image. Users will see this displayed if the image URL is wrong, the image is not in one of the supported formats, or until the image is downloaded.

This attribute defines the alternative text describing the image. Users will see this displayed if the image URL is wrong, the image is not in one of the supported formats, or until the image is downloaded.

MDN

Inherited from:
ReflectedHtmlAttrs
Source:
ReflectedHtmlAttrs.scala
lazy val animation: Style[String]

The animation CSS property is a shorthand property for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count and animation-direction.

The animation CSS property is a shorthand property for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count and animation-direction.

MDN

Inherited from:
Styles2
Source:
Styles2.scala

The animation-delay CSS property specifies when the animation should start. This lets the animation sequence begin some time after it's applied to an element.

The animation-delay CSS property specifies when the animation should start. This lets the animation sequence begin some time after it's applied to an element.

A value of 0s, which is the default value of the property, indicates that the animation should begin as soon as it's applied. Otherwise, the value specifies an offset from the moment the animation is applied to the element; animation will begin that amount of time after being applied.

Specifying a negative value for the animation delay causes the animation to begin executing immediately. However, it will appear to have begun executing partway through its cycle. For example, if you specify -1s as the animation delay time, the animation will begin immediately but will start 1 second into the animation sequence.

If you specify a negative value for the animation delay, but the starting value is implicit, the starting value is taken from the moment the animation is applied to the element.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
lazy val animationDirection: Style[String]

The animation-direction CSS property indicates whether the animation should play in reverse on alternate cycles.

The animation-direction CSS property indicates whether the animation should play in reverse on alternate cycles.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
lazy val animationDuration: Style[String]

The animation-duration CSS property specifies the Length of time that an animation should take to complete one cycle.

The animation-duration CSS property specifies the Length of time that an animation should take to complete one cycle.

A value of 0s, which is the default value, indicates that no animation should occur.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
lazy val animationFillMode: Style[String]

The animation-fill-mode CSS property specifies how a CSS animation should apply styles to its target before and after it is executing.

The animation-fill-mode CSS property specifies how a CSS animation should apply styles to its target before and after it is executing.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
lazy val animationIterationCount: Style[Int]

The animation-iteration-count CSS property defines the number of times an animation cycle should be played before stopping.

The animation-iteration-count CSS property defines the number of times an animation cycle should be played before stopping.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
lazy val animationName: Style[String]

The animation-name CSS property specifies a list of animations that should be applied to the selected element. Each name indicates a @keyframes at-rule that defines the property values for the animation sequence.

The animation-name CSS property specifies a list of animations that should be applied to the selected element. Each name indicates a @keyframes at-rule that defines the property values for the animation sequence.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
lazy val animationPlayState: Style[String]

The animation-play-state CSS property determines whether an animation is running or paused. You can query this property's value to determine whether or not the animation is currently running; in addition, you can set its value to pause and resume playback of an animation.

The animation-play-state CSS property determines whether an animation is running or paused. You can query this property's value to determine whether or not the animation is currently running; in addition, you can set its value to pause and resume playback of an animation.

Resuming a paused animation will start the animation from where it left off at the time it was paused, rather than starting over from the beginning of the animation sequence.

MDN

Inherited from:
Styles2
Source:
Styles2.scala

The CSS animation-timing-function property specifies how a CSS animation should progress over the duration of each cycle. The possible values are one or several .

The CSS animation-timing-function property specifies how a CSS animation should progress over the duration of each cycle. The possible values are one or several .

For keyframed animations, the timing function applies between keyframes rather than over the entire animation. In other words, the timing function is applied at the start of the keyframe and at the end of the keyframe.

An animation timing function defined within a keyframe block applies to that keyframe; otherwise. If no timing function is specified for the keyframe, the timing function specified for the overall animation is used.

MDN

Inherited from:
Styles2
Source:
Styles2.scala
lazy val area: ElementBuilder[Area]

In conjunction with map, defines an image map

In conjunction with map, defines an image map

MDN

Inherited from:
EmbedTags
Source:
EmbedTags.scala
lazy val audio: ElementBuilder[Audio]

Represents a sound or an audio stream.

Represents a sound or an audio stream.

MDN

Inherited from:
EmbedTags
Source:
EmbedTags.scala
lazy val autoCapitalize: ReflectedAttr[String, String]

This is a nonstandard attribute used by Chrome and iOS Safari Mobile, which controls whether and how the text value should be automatically capitalized as it is entered/edited by the user.

This is a nonstandard attribute used by Chrome and iOS Safari Mobile, which controls whether and how the text value should be automatically capitalized as it is entered/edited by the user.

Possible values: "none" | "sentences" | "words" | "characters"

MDN

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Non-standard_%3Cinput%3E_attributes

Inherited from:
ReflectedHtmlAttrs
Source:
ReflectedHtmlAttrs.scala
lazy val autoComplete: ReflectedAttr[String, String]

This attribute indicates whether the value of the control can be automatically completed by the browser. This attribute is ignored if the value of the type attribute is hidden, checkbox, radio, file, or a button type (button, submit, reset, image).

This attribute indicates whether the value of the control can be automatically completed by the browser. This attribute is ignored if the value of the type attribute is hidden, checkbox, radio, file, or a button type (button, submit, reset, image).

MDN

Inherited from:
ReflectedHtmlAttrs
Source:
ReflectedHtmlAttrs.scala
lazy val autoFocus: ReflectedAttr[Boolean, Boolean]

This Boolean attribute lets you specify that a form control should have input focus when the page loads, unless the user overrides it, for example by typing in a different control. Only one form element in a document can have the autofocus attribute, which is a Boolean. It cannot be applied if the type attribute is set to hidden (that is, you cannot automatically set focus to a hidden control).

This Boolean attribute lets you specify that a form control should have input focus when the page loads, unless the user overrides it, for example by typing in a different control. Only one form element in a document can have the autofocus attribute, which is a Boolean. It cannot be applied if the type attribute is set to hidden (that is, you cannot automatically set focus to a hidden control).

MDN

Inherited from:
ReflectedHtmlAttrs
Source:
ReflectedHtmlAttrs.scala
lazy val b: ElementBuilder[Element]

Bold text.

Bold text.

MDN org.scalajs.dom.html.Element

Inherited from:
TextTags
Source:
TextTags.scala
lazy val background: Style[String]

The background CSS property is a shorthand for setting the individual background values in a single place in the style sheet. background can be used to set the values for one or more of: background-clip, background-color, background-image, background-origin, background-position, background-repeat, background-size, and background-attachment.

The background CSS property is a shorthand for setting the individual background values in a single place in the style sheet. background can be used to set the values for one or more of: background-clip, background-color, background-image, background-origin, background-position, background-repeat, background-size, and background-attachment.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val backgroundColor: Style[String]

The background-color CSS property sets the background color of an element, either through a color value or the keyword transparent.

The background-color CSS property sets the background color of an element, either through a color value or the keyword transparent.

MDN

Inherited from:
Styles
Source:
Styles.scala

The CSS background-image property sets one or several background images for an element. The images are drawn on successive stacking context layers, with the first specified being drawn as if it is the closest to the user. The borders of the element are then drawn on top of them, and the background-color is drawn beneath them.

The CSS background-image property sets one or several background images for an element. The images are drawn on successive stacking context layers, with the first specified being drawn as if it is the closest to the user. The borders of the element are then drawn on top of them, and the background-color is drawn beneath them.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val backgroundPosition: Style[String]

The background-position CSS property sets the initial position, relative to the background position layer defined by background-origin for each defined background image.

The background-position CSS property sets the initial position, relative to the background position layer defined by background-origin for each defined background image.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val backgroundRepeat: Style[String]

The background-repeat CSS property defines how background images are repeated. A background image can be repeated along the horizontal axis, the vertical axis, both, or not repeated at all. When the repetition of the image tiles doesn't let them exactly cover the background, the way adjustments are done can be controlled by the author: by default, the last image is clipped, but the different tiles can instead be re-sized, or space can be inserted between the tiles.

The background-repeat CSS property defines how background images are repeated. A background image can be repeated along the horizontal axis, the vertical axis, both, or not repeated at all. When the repetition of the image tiles doesn't let them exactly cover the background, the way adjustments are done can be controlled by the author: by default, the last image is clipped, but the different tiles can instead be re-sized, or space can be inserted between the tiles.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val blockQuote: ElementBuilder[Quote]

Represents a content that is quoted from another source.

Represents a content that is quoted from another source.

MDN

Inherited from:
GroupingTags
Source:
GroupingTags.scala
lazy val body: ElementBuilder[Body]

Represents the content of an HTML document. There is only one body element in a document.

Represents the content of an HTML document. There is only one body element in a document.

MDN org.scalajs.dom.html.Body

Inherited from:
SectionTags
Source:
SectionTags.scala
lazy val border: Style[String]

The border CSS property is a shorthand property for setting the individual border property values in a single place in the style sheet. border can be used to set the values for one or more of: border-width, border-style, border-color.

The border CSS property is a shorthand property for setting the individual border property values in a single place in the style sheet. border can be used to set the values for one or more of: border-width, border-style, border-color.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val borderBottom: Style[String]

The border-bottom CSS property is a shorthand that sets the values of border-bottom-color, border-bottom-style, and border-bottom-width. These properties describe the bottom border of elements.

The border-bottom CSS property is a shorthand that sets the values of border-bottom-color, border-bottom-style, and border-bottom-width. These properties describe the bottom border of elements.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val borderBottomColor: Style[String]

The border-bottom-color CSS property sets the color of the bottom border of an element. Note that in many cases the shorthand CSS properties border-color or border-bottom are more convenient and preferable.

The border-bottom-color CSS property sets the color of the bottom border of an element. Note that in many cases the shorthand CSS properties border-color or border-bottom are more convenient and preferable.

MDN

Inherited from:
Styles
Source:
Styles.scala

The border-bottom-left-radius CSS property sets the rounding of the bottom-left corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.

The border-bottom-left-radius CSS property sets the rounding of the bottom-left corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.

MDN

Inherited from:
Styles
Source:
Styles.scala

The border-bottom-right-radius CSS property sets the rounding of the bottom-right corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.

The border-bottom-right-radius CSS property sets the rounding of the bottom-right corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.

MDN

Inherited from:
Styles
Source:
Styles.scala

The border-bottom-style CSS property sets the line style of the bottom border of a box.

The border-bottom-style CSS property sets the line style of the bottom border of a box.

MDN

Inherited from:
Styles
Source:
Styles.scala

The border-bottom-width CSS property sets the width of the bottom border of a box.

The border-bottom-width CSS property sets the width of the bottom border of a box.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val borderColor: Style[String]

The border-color CSS property is a shorthand for setting the color of the four sides of an element's border: border-top-color, border-right-color, border-bottom-color, border-left-color

The border-color CSS property is a shorthand for setting the color of the four sides of an element's border: border-top-color, border-right-color, border-bottom-color, border-left-color

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val borderLeft: Style[String]

The border-left CSS property is a shorthand that sets the values of border-left-color, border-left-style, and border-left-width. These properties describe the left border of elements.

The border-left CSS property is a shorthand that sets the values of border-left-color, border-left-style, and border-left-width. These properties describe the left border of elements.

The three values of the shorthand property can be specified in any order, and one or two of them may be omitted.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val borderLeftColor: Style[String]

The border-right-color CSS property sets the color of the right border of an element. Note that in many cases the shorthand CSS properties border-color or border-right are more convenient and preferable.

The border-right-color CSS property sets the color of the right border of an element. Note that in many cases the shorthand CSS properties border-color or border-right are more convenient and preferable.

MDN

Inherited from:
Styles
Source:
Styles.scala

The border-left-style CSS property sets the line style of the left border of a box.

The border-left-style CSS property sets the line style of the left border of a box.

MDN

Inherited from:
Styles
Source:
Styles.scala

The border-left-width CSS property sets the width of the left border of a box.

The border-left-width CSS property sets the width of the left border of a box.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val borderRadius: Style[String]

The border-radius CSS property allows Web authors to define how rounded border corners are. The curve of each corner is defined using one or two radii, defining its shape: circle or ellipse.

The border-radius CSS property allows Web authors to define how rounded border corners are. The curve of each corner is defined using one or two radii, defining its shape: circle or ellipse.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val borderRight: Style[String]

The border-right CSS property is a shorthand that sets the values of border-right-color, border-right-style, and border-right-width. These properties describe the right border of elements.

The border-right CSS property is a shorthand that sets the values of border-right-color, border-right-style, and border-right-width. These properties describe the right border of elements.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val borderRightColor: Style[String]

The border-right-color CSS property sets the color of the top border of an element. Note that in many cases the shorthand CSS properties border-color or border-right are more convenient and preferable.

The border-right-color CSS property sets the color of the top border of an element. Note that in many cases the shorthand CSS properties border-color or border-right are more convenient and preferable.

MDN

Inherited from:
Styles
Source:
Styles.scala

The border-right-style CSS property sets the line style of the right border of a box.

The border-right-style CSS property sets the line style of the right border of a box.

MDN

Inherited from:
Styles
Source:
Styles.scala

The border-right-width CSS property sets the width of the right border of a box.

The border-right-width CSS property sets the width of the right border of a box.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val borderStyle: Style[String]

The border-style CSS property is a shorthand property for setting the line style for all four sides of the elements border.

The border-style CSS property is a shorthand property for setting the line style for all four sides of the elements border.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val borderTop: Style[String]

The border-top CSS property is a shorthand that sets the values of border-top-color, border-top-style, and border-top-width. These properties describe the top border of elements.

The border-top CSS property is a shorthand that sets the values of border-top-color, border-top-style, and border-top-width. These properties describe the top border of elements.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val borderTopColor: Style[String]

The border-top-color CSS property sets the color of the top border of an element. Note that in many cases the shorthand CSS properties border-color or border-top are more convenient and preferable.

The border-top-color CSS property sets the color of the top border of an element. Note that in many cases the shorthand CSS properties border-color or border-top are more convenient and preferable.

MDN

Inherited from:
Styles
Source:
Styles.scala

The border-top-left-radius CSS property sets the rounding of the top-left corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.

The border-top-left-radius CSS property sets the rounding of the top-left corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.

MDN

Inherited from:
Styles
Source:
Styles.scala

The border-top-right-radius CSS property sets the rounding of the top-right corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.

The border-top-right-radius CSS property sets the rounding of the top-right corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.

MDN

Inherited from:
Styles
Source:
Styles.scala

The border-top-style CSS property sets the line style of the top border of a box.

The border-top-style CSS property sets the line style of the top border of a box.

MDN

Inherited from:
Styles
Source:
Styles.scala

The border-top-width CSS property sets the width of the top border of a box.

The border-top-width CSS property sets the width of the top border of a box.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val borderWidth: Style[String]

The border-width CSS property sets the width of the border of a box. Using the shorthand property border is often more convenient.

The border-width CSS property sets the width of the border of a box. Using the shorthand property border is often more convenient.

MDN

Inherited from:
Styles
Source:
Styles.scala

The bottom CSS property participates in specifying the position of positioned elements.

The bottom CSS property participates in specifying the position of positioned elements.

For absolutely positioned elements, that is those with position: absolute or position: fixed, it specifies the distance between the bottom margin edge of the element and the bottom edge of its containing block.

For relatively positioned elements, that is those with position: relative, it specifies the distance the element is moved above its normal position.

However, the top property overrides the bottom property, so if top is not auto, the computed value of bottom is the negative of the computed value of top.

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val boxShadow: Style[String]

The box-shadow CSS property describes one or more shadow effects as a comma-separated list. It allows casting a drop shadow from the frame of almost any element. If a border-radius is specified on the element with a box shadow, the box shadow takes on the same rounded corners. The z-ordering of multiple box shadows is the same as multiple text shadows (the first specified shadow is on top).

The box-shadow CSS property describes one or more shadow effects as a comma-separated list. It allows casting a drop shadow from the frame of almost any element. If a border-radius is specified on the element with a box shadow, the box shadow takes on the same rounded corners. The z-ordering of multiple box shadows is the same as multiple text shadows (the first specified shadow is on top).

MDN

Inherited from:
Styles
Source:
Styles.scala
lazy val br: ElementBuilder[BR]

Represents a line break.

Represents a line break.

MDN org.scalajs.dom.html.BR

Inherited from:
TextTags
Source:
TextTags.scala
lazy val button: ElementBuilder[Button]

A button

A button

MDN

Inherited from:
FormTags
Source:
FormTags.scala
lazy val canvas: ElementBuilder[Canvas]

Represents a bitmap area that scripts can use to render graphics like graphs, games or any visual images on the fly.

Represents a bitmap area that scripts can use to render graphics like graphs, games or any visual images on the fly.

MDN

Inherited from:
EmbedTags
Source:
EmbedTags.scala
lazy val caption: ElementBuilder[TableCaption]

The title of a table.

The title of a table.

MDN

Inherited from:
TableTags
Source:
TableTags.scala
lazy val charset: HtmlAttr[String]

Declares the character encoding of the page or script. Used on meta and script elements.

Declares the character encoding of the page or script. Used on meta and script elements.

MDN

Inherited from:
HtmlAttrs
Source:
HtmlAttrs.scala
lazy val checked: Prop[Boolean, Boolean]

When the value of the type attribute is "radio" or "checkbox", this property determines whether it is checked or not.

When the value of the type attribute is "radio" or "checkbox", this property determines whether it is checked or not.

See also com.raquo.domtypes.generic.defs.reflectedAttrs.ReflectedHtmlAttrs.defaultChecked

Inherited from:
Props
Source:
Props.scala
lazy val cite: ElementBuilder[Element]

Represents the title of a work being cited.

Represents the title of a work being cited.

MDN org.scalajs.dom.html.Element

Inherited from:
TextTags
Source:
TextTags.scala
lazy override val className: ReflectedAttr[String, String]
Inherited from:
CanonicalComplexHtmlKeys
Source:
CanonicalComplexHtmlKeys.scala
lazy val cls: ReflectedAttr[String, String]
Inherited from:
ComplexHtmlKeys
Source:
ComplexHtmlKeys.scala
lazy val code: ElementBuilder[Element]

Represents computer code.

Represents computer code.

MDN org.scalajs.dom.html.Element

Inherited from:
TextTags
Source:
TextTags.scala
lazy val col: ElementBuilder[TableCol]

A single column.

A single column.

MDN

Inherited from:
TableTags
Source:
TableTags.scala
lazy val colGroup: ElementBuilder[TableCol]

A set of columns.

A set of columns.

MDN

Inherited from:
TableTags
Source:
TableTags.scala
lazy val colSpan: ReflectedAttr[Int, Int]

This attribute contains a non-negative integer value that indicates for how many columns the cell extends. Its default value is 1; if its value is set to 0, it extends until the end of the , even if implicitly defined, that the cell belongs to. Values higher than 1000 will be considered as incorrect and will be set to the default value (1).

This attribute contains a non-negative integer value that indicates for how many columns the cell extends. Its default value is 1; if its value is set to 0, it extends until the end of the , even if implicitly defined, that the cell belongs to. Values higher than 1000 will be considered as incorrect and will be set to the default value (1).

MDN

Inherited from:
ReflectedHtmlAttrs
Source:
ReflectedHtmlAttrs.scala
lazy val cols: ReflectedAttr[Int, Int]

The visible width of text input or