Object

scalatags.Text

all

Related Doc: package Text

Permalink

object all extends Cap with Attrs with Styles with text.Tags with DataConverters with Aggregate

Convenience object for importing all of Scalatags' functionality at once

Definition Classes
TextBundle
Linear Supertypes
Aggregate, generic.Aggregate[Builder, String, String], Aliases[Builder, String, String], DataConverters, text.Tags, generic.Tags[Builder, String, String], generic.Styles[Builder, String, String], StyleMisc[Builder, String, String], generic.Attrs[Builder, String, String], FormEventAttrs[Builder, String, String], WindowEventAttrs[Builder, String, String], MouseEventAttrs[Builder, String, String], KeyboardEventAttrs[Builder, String, String], MiscellaneousEventAttrs[Builder, String, String], MediaEventAttrs[Builder, String, String], SharedEventAttrs[Builder, String, String], ClipboardEventAttrs[Builder, String, String], InputAttrs[Builder, String, String], GlobalAttrs[Builder, String, String], Cap, TagFactory, generic.Util[Builder, String, String], LowPriUtil[Builder, String, String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. all
  2. Aggregate
  3. Aggregate
  4. Aliases
  5. DataConverters
  6. Tags
  7. Tags
  8. Styles
  9. StyleMisc
  10. Attrs
  11. FormEventAttrs
  12. WindowEventAttrs
  13. MouseEventAttrs
  14. KeyboardEventAttrs
  15. MiscellaneousEventAttrs
  16. MediaEventAttrs
  17. SharedEventAttrs
  18. ClipboardEventAttrs
  19. InputAttrs
  20. GlobalAttrs
  21. Cap
  22. TagFactory
  23. Util
  24. LowPriUtil
  25. AnyRef
  26. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Attr = generic.Attr

    Permalink
    Definition Classes
    Aliases
  2. type AttrPair = generic.AttrPair[Builder, String]

    Permalink
    Definition Classes
    Aliases
  3. type AttrValue[V] = generic.AttrValue[Builder, V]

    Permalink
    Definition Classes
    Aliases
  4. type Attrs = generic.Attrs[Builder, String, String]

    Permalink
    Definition Classes
    Aliases
  5. type BaseTagType = TypedTag[String]

    Permalink
    Definition Classes
    Cap
  6. type ConcreteHtmlTag[T <: String] = TypedTag[T]

    Permalink
    Definition Classes
    CapUtil
  7. class CssNumber[T] extends AnyRef

    Permalink

    Extends numbers to provide a bunch of useful methods, allowing you to write CSS-lengths in a nice syntax without resorting to strings.

    Extends numbers to provide a bunch of useful methods, allowing you to write CSS-lengths in a nice syntax without resorting to strings.

    Definition Classes
    DataConverters
  8. class DataAttribute extends Dynamic

    Permalink
    Definition Classes
    GlobalAttrs
  9. type Frag = generic.Frag[Builder, String]

    Permalink
    Definition Classes
    Aliases
  10. type Modifier = generic.Modifier[Builder]

    Permalink
    Definition Classes
    Aliases
  11. type PixelStyleValue[V] = generic.PixelStyleValue[Builder, V]

    Permalink
    Definition Classes
    Aliases
  12. type RawFrag = Text.RawFrag

    Permalink

    A Modifier which contains a String which will not be escaped.

    A Modifier which contains a String which will not be escaped.

    Definition Classes
    AggregateAliases
  13. implicit class SeqFrag[A] extends Text.Frag

    Permalink
    Definition Classes
    Cap
  14. implicit class SeqNode[A] extends Modifier[Builder]

    Permalink

    Allows you to modify a ConcreteHtmlTag by adding a Seq containing other nest-able objects to its list of children.

    Allows you to modify a ConcreteHtmlTag by adding a Seq containing other nest-able objects to its list of children.

    Definition Classes
    Util
  15. type StringFrag = Text.StringFrag

    Permalink

    A Modifier which contains a String.

    A Modifier which contains a String.

    Definition Classes
    AggregateAliases
  16. type Style = generic.Style

    Permalink
    Definition Classes
    Aliases
  17. implicit class StyleFrag extends StyleSheetFrag

    Permalink
    Definition Classes
    Aggregate
  18. type StyleValue[V] = generic.StyleValue[Builder, V]

    Permalink
    Definition Classes
    Aliases
  19. type Styles = generic.Styles[Builder, String, String]

    Permalink
    Definition Classes
    Aliases
  20. type Styles2 = generic.Styles2[Builder, String, String]

    Permalink
    Definition Classes
    Aliases
  21. type SvgAttrs = generic.SvgAttrs[Builder, String, String]

    Permalink
    Definition Classes
    Aliases
  22. type SvgTags = generic.SvgTags[Builder, String, String]

    Permalink
    Definition Classes
    Aliases
  23. type Tag = generic.TypedTag[Builder, String, String]

    Permalink
    Definition Classes
    Aliases
  24. type Tags = generic.Tags[Builder, String, String]

    Permalink
    Definition Classes
    Aliases
  25. type Tags2 = generic.Tags2[Builder, String, String]

    Permalink
    Definition Classes
    Aliases
  26. trait TextAlign extends Style

    Permalink
    Definition Classes
    Styles
  27. type Util = generic.Util[Builder, String, String]

    Permalink
    Definition Classes
    Aliases

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def ArrayFrag[A](xs: Array[A])(implicit ev: (A) ⇒ generic.Frag[Builder, String]): generic.Frag[Builder, String]

    Permalink

    Renders an Seq of FragT into a single FragT

    Renders an Seq of FragT into a single FragT

    Definition Classes
    LowPriUtil
  5. implicit def ArrayNode[A](xs: Array[A])(implicit ev: (A) ⇒ generic.Modifier[Builder]): SeqNode[A]

    Permalink

    Allows you to modify a ConcreteHtmlTag by adding an Array containing other nest-able objects to its list of children.

    Allows you to modify a ConcreteHtmlTag by adding an Array containing other nest-able objects to its list of children.

    Definition Classes
    Util
  6. implicit def Byte2CssNumber(x: Byte): CssNumber[Byte]

    Permalink
    Definition Classes
    DataConverters
  7. implicit def ClsModifier(s: Cls): Modifier

    Permalink
    Definition Classes
    AggregateAggregate
  8. implicit def Double2CssNumber(x: Double): CssNumber[Double]

    Permalink
    Definition Classes
    DataConverters
  9. implicit def Float2CssNumber(x: Float): CssNumber[Float]

    Permalink
    Definition Classes
    DataConverters
  10. implicit def Int2CssNumber(x: Int): CssNumber[Int]

    Permalink
    Definition Classes
    DataConverters
  11. implicit def Long2CssNumber(x: Long): CssNumber[Long]

    Permalink
    Definition Classes
    DataConverters
  12. implicit def OptionFrag[A](xs: Option[A])(implicit ev: (A) ⇒ generic.Frag[Builder, String]): generic.Frag[Builder, String]

    Permalink

    Renders an Option of FragT into a single FragT

    Renders an Option of FragT into a single FragT

    Definition Classes
    LowPriUtil
  13. implicit def OptionNode[A](xs: Option[A])(implicit ev: (A) ⇒ generic.Modifier[Builder]): SeqNode[A]

    Permalink

    Allows you to modify a ConcreteHtmlTag by adding an Option containing other nest-able objects to its list of children.

    Allows you to modify a ConcreteHtmlTag by adding an Option containing other nest-able objects to its list of children.

    Definition Classes
    Util
  14. val RawFrag: Text.RawFrag.type

    Permalink
    Definition Classes
    AggregateAliases
  15. implicit def Short2CssNumber(x: Short): CssNumber[Short]

    Permalink
    Definition Classes
    DataConverters
  16. val StringFrag: Text.StringFrag.type

    Permalink
    Definition Classes
    AggregateAliases
  17. val Tag: TypedTag.type

    Permalink
    Definition Classes
    Aggregate
  18. implicit def UnitFrag(u: Unit): Text.StringFrag

    Permalink

    Lets you put Unit into a scalatags tree, as a no-op.

    Lets you put Unit into a scalatags tree, as a no-op.

    Definition Classes
    CapLowPriUtil
  19. lazy val a: ConcreteHtmlTag[String]

    Permalink

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN

    Definition Classes
    TagsTags
  20. lazy val accept: generic.Attr

    Permalink

    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

    Definition Classes
    Attrs
  21. lazy val accesskey: generic.Attr

    Permalink

    Specifies a shortcut key to activate/focus an element

    Specifies a shortcut key to activate/focus an element

    Definition Classes
    GlobalAttrs
  22. lazy val action: generic.Attr

    Permalink

    The URI of a program that processes the information submitted via the form.

    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

    Definition Classes
    InputAttrs
  23. object alignContent extends Style

    Permalink

    The CSS align-content property aligns a flex container's lines within the flex container when there is extra space on the cross-axis.

    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

    Definition Classes
    Styles
  24. object alignItems extends Style

    Permalink

    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

    Definition Classes
    Styles
  25. object alignSelf extends Style

    Permalink

    The align-self CSS property aligns flex items of the current flex line overriding the align-items value.

    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

    Definition Classes
    Styles
  26. lazy val alt: generic.Attr

    Permalink

    This attribute defines the alternative text describing the image.

    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

    Definition Classes
    Attrs
  27. lazy val area: ConcreteHtmlTag[String]

    Permalink

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    MDN

    Definition Classes
    TagsTags
  28. object aria

    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

    Definition Classes
    Attrs
  29. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  30. def attr(s: String, ns: Namespace = null, raw: Boolean = false): generic.Attr

    Permalink

    Constructs an Attr attribute object from a string; can be used inline:

    Constructs an Attr attribute object from a string; can be used inline:

    div(
      attr("hello-world-special-attr") := "foo
    )

    Or assigned to a name and used later

    val hello = attr("hello-world-special-attr")
    div(
      hello := "foo
    )
    Definition Classes
    Util
  31. lazy val audio: ConcreteHtmlTag[String]

    Permalink

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    MDN

    Definition Classes
    TagsTags
  32. lazy val autocomplete: generic.Attr

    Permalink

    This attribute indicates whether the value of the control can be automatically completed by the browser.

    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).

    Possible values are "off" and "on"

    MDN

    Definition Classes
    InputAttrs
  33. lazy val autofocus: generic.AttrPair[Builder, String]

    Permalink

    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.

    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

    Definition Classes
    InputAttrs
  34. lazy val b: ConcreteHtmlTag[String]

    Permalink

    Bold text.

    Bold text.

    MDN

    Definition Classes
    TagsTags
  35. lazy val background: generic.Style

    Permalink

    The background CSS property is a shorthand for setting the individual background values in a single place in the style sheet.

    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

    Definition Classes
    Styles
  36. object backgroundAttachment extends Style

    Permalink

    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

    Definition Classes
    Styles
  37. object backgroundClip extends Style

    Permalink

    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

    Definition Classes
    Styles
  38. lazy val backgroundColor: generic.Style

    Permalink

    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

    Definition Classes
    Styles
  39. lazy val backgroundImage: MultiImageStyle

    Permalink

    The CSS background-image property sets one or several background images for an element.

    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

    Definition Classes
    Styles
  40. object backgroundOrigin extends Style

    Permalink

    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

    Definition Classes
    Styles
  41. lazy val backgroundPosition: generic.Style

    Permalink

    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

    Definition Classes
    Styles
  42. lazy val backgroundRepeat: generic.Style

    Permalink

    The background-repeat CSS property defines how background images are repeated.

    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

    Definition Classes
    Styles
  43. object backgroundSize extends Style

    Permalink

    The background-size CSS property specifies the size of the background images.

    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

    Definition Classes
    Styles
  44. lazy val base: ConcreteHtmlTag[String]

    Permalink

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    MDN

    Definition Classes
    TagsTags
  45. lazy val blockquote: ConcreteHtmlTag[String]

    Permalink

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    MDN

    Definition Classes
    TagsTags
  46. lazy val body: ConcreteHtmlTag[String]

    Permalink

    Represents the content of an HTML document.

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

    MDN

    Definition Classes
    TagsTags
  47. implicit val booleanAttr: AttrValue[Boolean]

    Permalink
    Definition Classes
    Aggregate
  48. implicit val booleanPixelStyle: PixelStyleValue[Boolean]

    Permalink
    Definition Classes
    Aggregate
  49. implicit val booleanStyle: StyleValue[Boolean]

    Permalink
    Definition Classes
    Aggregate
  50. lazy val border: generic.Style

    Permalink

    The border CSS property is a shorthand property for setting the individual border property values in a single place in the style sheet.

    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

    Definition Classes
    Styles
  51. lazy val borderBottom: generic.Style

    Permalink

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

    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

    Definition Classes
    Styles
  52. lazy val borderBottomColor: generic.Style

    Permalink

    The border-bottom-color CSS property sets the color of the bottom border of an element.

    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

    Definition Classes
    Styles
  53. lazy val borderBottomLeftRadius: BorderRadius

    Permalink

    The border-bottom-left-radius CSS property sets the rounding of the bottom-left corner of the element.

    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

    Definition Classes
    Styles
  54. lazy val borderBottomRightRadius: BorderRadius

    Permalink

    The border-bottom-right-radius CSS property sets the rounding of the bottom-right corner of the element.

    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

    Definition Classes
    Styles
  55. lazy val borderBottomStyle: BorderStyle

    Permalink

    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

    Definition Classes
    Styles
  56. lazy val borderBottomWidth: BorderWidth

    Permalink

    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

    Definition Classes
    Styles
  57. object borderCollapse extends Style

    Permalink

    The border-collapse CSS property selects a table's border model.

    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

    Definition Classes
    Styles
  58. lazy val borderColor: generic.Style

    Permalink

    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

    Definition Classes
    Styles
  59. lazy val borderLeft: generic.Style

    Permalink

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

    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

    Definition Classes
    Styles
  60. lazy val borderLeftColor: generic.Style

    Permalink

    The border-right-color CSS property sets the color of the right border of an element.

    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

    Definition Classes
    Styles
  61. lazy val borderLeftStyle: BorderStyle

    Permalink

    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

    Definition Classes
    Styles
  62. lazy val borderLeftWidth: BorderWidth

    Permalink

    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

    Definition Classes
    Styles
  63. lazy val borderRadius: generic.Style

    Permalink

    The border-radius CSS property allows Web authors to define how rounded border corners are.

    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

    Definition Classes
    Styles
  64. lazy val borderRight: generic.Style

    Permalink

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

    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

    Definition Classes
    Styles
  65. lazy val borderRightColor: generic.Style

    Permalink

    The border-right-color CSS property sets the color of the top border of an element.

    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

    Definition Classes
    Styles
  66. lazy val borderRightStyle: BorderStyle

    Permalink

    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

    Definition Classes
    Styles
  67. lazy val borderRightWidth: BorderWidth

    Permalink

    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

    Definition Classes
    Styles
  68. object borderSpacing extends Style

    Permalink

    The border-spacing CSS property specifies the distance between the borders of adjacent cells (only for the separated borders model).

    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

    Definition Classes
    Styles
  69. lazy val borderStyle: generic.Style

    Permalink

    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

    Definition Classes
    Styles
  70. lazy val borderTop: generic.Style

    Permalink

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

    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

    Definition Classes
    Styles
  71. lazy val borderTopColor: generic.Style

    Permalink

    The border-top-color CSS property sets the color of the top border of an element.

    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

    Definition Classes
    Styles
  72. lazy val borderTopLeftRadius: BorderRadius

    Permalink

    The border-top-left-radius CSS property sets the rounding of the top-left corner of the element.

    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

    Definition Classes
    Styles
  73. lazy val borderTopRightRadius: BorderRadius

    Permalink

    The border-top-right-radius CSS property sets the rounding of the top-right corner of the element.

    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

    Definition Classes
    Styles
  74. lazy val borderTopStyle: BorderStyle

    Permalink

    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

    Definition Classes
    Styles
  75. lazy val borderTopWidth: BorderWidth

    Permalink

    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

    Definition Classes
    Styles
  76. lazy val borderWidth: generic.Style

    Permalink

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

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

    MDN

    Definition Classes
    Styles
  77. lazy val bottom: PixelAutoStyle

    Permalink

    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

    Definition Classes
    Styles
  78. lazy val boxShadow: generic.Style

    Permalink

    The box-shadow CSS property describes one or more shadow effects as a comma-separated list.

    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

    Definition Classes
    Styles
  79. object boxSizing extends Style

    Permalink

    The box-sizing CSS property is used to alter the default CSS box model used to calculate widths and heights of elements.

    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

    Definition Classes
    Styles
  80. lazy val br: ConcreteHtmlTag[String]

    Permalink

    Represents a line break.

    Represents a line break.

    MDN

    Definition Classes
    TagsTags
  81. lazy val button: ConcreteHtmlTag[String]

    Permalink

    A button

    A button

    MDN

    Definition Classes
    TagsTags
  82. implicit val byteAttr: AttrValue[Byte]

    Permalink
    Definition Classes
    Aggregate
  83. implicit def byteFrag(v: Byte): Frag

    Permalink
    Definition Classes
    Aggregate
  84. implicit val bytePixelStyle: PixelStyleValue[Byte]

    Permalink
    Definition Classes
    Aggregate
  85. implicit val byteStyle: StyleValue[Byte]

    Permalink
    Definition Classes
    Aggregate
  86. lazy val canvas: ConcreteHtmlTag[String]

    Permalink

    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

    Definition Classes
    TagsTags
  87. lazy val caption: ConcreteHtmlTag[String]

    Permalink

    The title of a table.

    The title of a table.

    MDN

    Definition Classes
    TagsTags
  88. object captionSide extends Style

    Permalink

    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

    Definition Classes
    Styles
  89. lazy val charset: generic.Attr

    Permalink

    Declares the character encoding of the page or script.

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

    MDN

    Definition Classes
    Attrs
  90. lazy val checked: generic.AttrPair[Builder, String]

    Permalink

    When the value of the type attribute is radio or checkbox, the presence of this Boolean attribute indicates that the control is selected by default; otherwise it is ignored.

    When the value of the type attribute is radio or checkbox, the presence of this Boolean attribute indicates that the control is selected by default; otherwise it is ignored.

    MDN

    Definition Classes
    InputAttrs
  91. lazy val cite: ConcreteHtmlTag[String]

    Permalink

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    MDN

    Definition Classes
    TagsTags
  92. lazy val class: generic.Attr

    Permalink

    This attribute is a space-separated list of the classes of the element.

    This attribute is a space-separated list of the classes of the element. Classes allows CSS and Javascript to select and access specific elements via the class selectors or functions like the DOM method document.getElementsByClassName. You can use cls as an alias for this attribute so you don't have to backtick-escape this attribute.

    MDN

    Definition Classes
    GlobalAttrs
  93. object clear extends Style

    Permalink

    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

    Definition Classes
    Styles
  94. object clip extends Style

    Permalink

    The clip CSS property defines what portion of an element is visible.

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

    MDN

    Definition Classes
    Styles
  95. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. lazy val cls: generic.Attr

    Permalink

    Shorthand for the class attribute

    Shorthand for the class attribute

    Definition Classes
    GlobalAttrs
  97. lazy val code: ConcreteHtmlTag[String]

    Permalink

    Represents computer code.

    Represents computer code.

    MDN

    Definition Classes
    TagsTags
  98. lazy val col: ConcreteHtmlTag[String]

    Permalink

    A single column.

    A single column.

    MDN

    Definition Classes
    TagsTags
  99. lazy val colgroup: ConcreteHtmlTag[String]

    Permalink

    A set of columns.

    A set of columns.

    MDN

    Definition Classes
    TagsTags
  100. object color extends CurrentColor

    Permalink

    The CSS color property sets the foreground color of an element's text content, and its decorations.

    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

    Definition Classes
    Styles
  101. lazy val cols: generic.Attr

    Permalink

    The visible width of the text control, in average character widths.

    The visible width of the text control, in average character widths. If it is specified, it must be a positive integer. If it is not specified, the default value is 20 (HTML5).

    MDN

    Definition Classes
    Attrs
  102. lazy val colspan: generic.Attr

    Permalink

    This attribute contains a non-negative integer value that indicates for how many columns the cell extends.

    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

    Definition Classes
    Attrs
  103. lazy val content: generic.Attr

    Permalink

    This attribute gives the value associated with the http-equiv or name attribute, depending of the context.

    This attribute gives the value associated with the http-equiv or name attribute, depending of the context.

    MDN

    Definition Classes
    Attrs
  104. lazy val contenteditable: generic.Attr

    Permalink
    Definition Classes
    GlobalAttrs
  105. lazy val contextmenu: generic.Attr

    Permalink
    Definition Classes
    GlobalAttrs
  106. def css(s: String): generic.Style

    Permalink

    Constructs a CSS Style from a string, can be used inline

    Constructs a CSS Style from a string, can be used inline

    div(
      css("-moz-special-style") := "foo"
    )

    Or assigned to a name and used later

    val mozSpecial := css("-moz-special-style")
    div(
      mozSpecial := "foo"
    )
    Definition Classes
    Util
  107. object cursor extends Style

    Permalink

    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

    Definition Classes
    Styles
  108. def data(suffix: String): generic.Attr

    Permalink
    Definition Classes
    GlobalAttrs
  109. object data extends DataAttribute

    Permalink

    This class of attributes, called custom data attributes, allows proprietary information to be exchanged between the HTML and its DOM representation that may be used by scripts.

    This class of attributes, called custom data attributes, allows proprietary information to be exchanged between the HTML and its DOM representation that may be used by scripts. All such custom data are available via the HTMLElement interface of the element the attribute is set on. The HTMLElement.dataset property gives access to them.

    The * may be replaced by any name following the production rule of xml names with the following restrictions:

    the name must not start with xml, whatever case is used for these letters; the name must not contain any semicolon (U+003A); the name must not contain capital A to Z letters.

    Note that the HTMLElement.dataset attribute is a StringMap and the name of the custom data attribute data-test-value will be accessible via HTMLElement.dataset.testValue as any dash (U+002D) is replaced by the capitalization of the next letter (camelcase).

    MDN

    Definition Classes
    GlobalAttrs
  110. lazy val datalist: ConcreteHtmlTag[String]

    Permalink

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

    Definition Classes
    TagsTags
  111. lazy val dd: ConcreteHtmlTag[String]

    Permalink

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    MDN

    Definition Classes
    TagsTags
  112. lazy val del: ConcreteHtmlTag[String]

    Permalink

    Defines a removal from the document.

    Defines a removal from the document.

    MDN

    Definition Classes
    TagsTags
  113. lazy val dir: generic.Attr

    Permalink

    Specifies the text direction for the content in an element.

    Specifies the text direction for the content in an element. The valid values are:

    - ltr Default. Left-to-right text direction

    - rtl Right-to-left text direction

    - auto Let the browser figure out the text direction, based on the content, (only recommended if the text direction is unknown)

    Definition Classes
    GlobalAttrs
  114. object direction extends Style

    Permalink

    Set the direction CSS property to match the direction of the text: rtl for Hebrew or Arabic text and ltr for other scripts.

    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

    Definition Classes
    Styles
  115. lazy val disabled: generic.AttrPair[Builder, String]

    Permalink

    This Boolean attribute indicates that the form control is not available for interaction.

    This Boolean attribute indicates that the form control is not available for interaction. In particular, the click event will not be dispatched on disabled controls. Also, a disabled control's value isn't submitted with the form.

    This attribute is ignored if the value of the type attribute is hidden.

    MDN

    Definition Classes
    Attrs
  116. object display extends Style

    Permalink

    The display CSS property specifies the type of rendering box used for an element.

    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

    Definition Classes
    Styles
  117. lazy val div: ConcreteHtmlTag[String]

    Permalink

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    MDN

    Definition Classes
    TagsTags
  118. lazy val dl: ConcreteHtmlTag[String]

    Permalink

    Defines a definition list; a list of terms and their associated definitions.

    Defines a definition list; a list of terms and their associated definitions.

    MDN

    Definition Classes
    TagsTags
  119. implicit val doubleAttr: AttrValue[Double]

    Permalink
    Definition Classes
    Aggregate
  120. implicit def doubleFrag(v: Double): Frag

    Permalink
    Definition Classes
    Aggregate
  121. implicit val doublePixelStyle: PixelStyleValue[Double]

    Permalink
    Definition Classes
    Aggregate
  122. implicit val doubleStyle: StyleValue[Double]

    Permalink
    Definition Classes
    Aggregate
  123. lazy val draggable: generic.AttrPair[Builder, String]

    Permalink

    A Boolean attribute that specifies whether an element is draggable or not

    A Boolean attribute that specifies whether an element is draggable or not

    Definition Classes
    GlobalAttrs
  124. lazy val dropzone: generic.Attr

    Permalink

    Specifies whether the dragged data is copied, moved, or linked, when dropped

    Specifies whether the dragged data is copied, moved, or linked, when dropped

    Definition Classes
    GlobalAttrs
  125. lazy val dt: ConcreteHtmlTag[String]

    Permalink

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    MDN

    Definition Classes
    TagsTags
  126. lazy val em: ConcreteHtmlTag[String]

    Permalink

    Represents emphasized text.

    Represents emphasized text.

    MDN

    Definition Classes
    TagsTags
  127. lazy val embed: ConcreteHtmlTag[String]

    Permalink

    Represents a integration point for an external, often non-HTML, application or interactive content.

    Represents a integration point for an external, often non-HTML, application or interactive content.

    MDN

    Definition Classes
    TagsTags
  128. object emptyCells extends Style

    Permalink

    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

    Definition Classes
    Styles
  129. lazy val enctype: generic.Attr

    Permalink

    The enctype attribute provides the encoding type of the form when it is submitted (for forms with a method of "POST").

    The enctype attribute provides the encoding type of the form when it is submitted (for forms with a method of "POST").

    Definition Classes
    InputAttrs
  130. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  131. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  132. lazy val fieldset: ConcreteHtmlTag[String]

    Permalink

    A set of fields.

    A set of fields.

    MDN

    Definition Classes
    TagsTags
  133. lazy val figcaption: ConcreteHtmlTag[String]

    Permalink

    Represents the legend of a figure.

    Represents the legend of a figure.

    MDN

    Definition Classes
    TagsTags
  134. lazy val figure: ConcreteHtmlTag[String]

    Permalink

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    MDN

    Definition Classes
    TagsTags
  135. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  136. final lazy val flex: generic.Style

    Permalink

    The flex CSS property is a shorthand property specifying the ability of a flex item to alter its dimensions to fill available space.

    The flex CSS property is a shorthand property specifying the ability of a flex item to alter its dimensions to fill available space. Flex items can be stretched to use available space proportional to their flex grow factor or their flex shrink factor to prevent overflow.

    MDN

    Definition Classes
    Styles
  137. final lazy val flexBasis: generic.Style

    Permalink

    The CSS flex-basis property specifies the flex basis which is the initial main size of a flex item.

    The CSS flex-basis property specifies the flex basis which is the initial main size of a flex item. The property determines the size of the content-box unless specified otherwise using box-sizing.

    MDN

    Definition Classes
    Styles
  138. object flexDirection extends Style

    Permalink

    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

    Definition Classes
    Styles
  139. final lazy val flexGrow: generic.Style

    Permalink

    The CSS flex-grow property specifies the flex grow factor of a flex item.

    The CSS flex-grow property specifies the flex grow factor of a flex item.

    MDN

    Definition Classes
    Styles
  140. final lazy val flexShrink: generic.Style

    Permalink

    The CSS flex-shrink property specifies the flex shrink factor of a flex item.

    The CSS flex-shrink property specifies the flex shrink factor of a flex item.

    MDN

    Definition Classes
    Styles
  141. object flexWrap extends Style

    Permalink

    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

    Definition Classes
    Styles
  142. object float extends Style

    Permalink

    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.

    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

    Definition Classes
    Styles
  143. implicit val floatAttr: AttrValue[Float]

    Permalink
    Definition Classes
    Aggregate
  144. implicit def floatFrag(v: Float): Frag

    Permalink
    Definition Classes
    Aggregate
  145. implicit val floatPixelStyle: PixelStyleValue[Float]

    Permalink
    Definition Classes
    Aggregate
  146. implicit val floatStyle: StyleValue[Float]

    Permalink
    Definition Classes
    Aggregate
  147. lazy val font: generic.Style

    Permalink

    The font CSS property is either a shorthand property for setting font-style, font-variant, font-weight, font-size, line-height and font-family, or a way to set the element's font to a system font, using specific keywords.

    The font CSS property is either a shorthand property for setting font-style, font-variant, font-weight, font-size, line-height and font-family, or a way to set the element's font to a system font, using specific keywords.

    MDN

    Definition Classes
    Styles
  148. lazy val fontFamily: generic.Style

    Permalink

    The font-family CSS property allows for a prioritized list of font family names and/or generic family names to be specified for the selected element.

    The font-family CSS property allows for a prioritized list of font family names and/or generic family names to be specified for the selected element. Unlike most other CSS properties, values are separated by a comma to indicate that they are alternatives. The browser will select the first font on the list that is installed on the computer, or that can be downloaded using the information provided by a @font-face at-rule.

    MDN

    Definition Classes
    Styles
  149. lazy val fontFeatureSettings: generic.Style

    Permalink

    The font-feature-settings CSS property allows control over advanced typographic features in OpenType fonts.

    The font-feature-settings CSS property allows control over advanced typographic features in OpenType fonts.

    MDN

    Definition Classes
    Styles
  150. object fontSize extends Style

    Permalink

    The font-size CSS property specifies the size of the font – specifically the desired height of glyphs from the font.

    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

    Definition Classes
    Styles
  151. lazy val fontSizeAdjust: generic.Style

    Permalink

    The font-size-adjust CSS property specifies that font size should be chosen based on the height of lowercase letters rather than the height of capital letters.

    The font-size-adjust CSS property specifies that font size should be chosen based on the height of lowercase letters rather than the height of capital letters.

    This is useful since the legibility of fonts, especially at small sizes, is determined more by the size of lowercase letters than by the size of capital letters. This can cause problems when the first-choice font-family is unavailable and its replacement has a significantly different aspect ratio (the ratio of the size of lowercase letters to the size of the font).

    MDN

    Definition Classes
    Styles
  152. object fontStyle extends Style

    Permalink

    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

    Definition Classes
    Styles
  153. object fontWeight extends Style

    Permalink

    The font-weight CSS property specifies the weight or boldness of the font.

    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

    Definition Classes
    Styles
  154. lazy val footer: ConcreteHtmlTag[String]

    Permalink

    Defines the footer for a page or section.

    Defines the footer for a page or section. It often contains a copyright notice, some links to legal information, or addresses to give feedback.

    MDN

    Definition Classes
    TagsTags
  155. lazy val for: generic.Attr

    Permalink

    Describes elements which belongs to this one.

    Describes elements which belongs to this one. Used on labels and output elements.

    MDN

    Definition Classes
    Attrs
  156. lazy val form: ConcreteHtmlTag[String]

    Permalink

    Represents a form, consisting of controls, that can be submitted to a server for processing.

    Represents a form, consisting of controls, that can be submitted to a server for processing.

    MDN

    Definition Classes
    TagsTags
  157. lazy val formA: generic.Attr

    Permalink

    The form attribute specifies one or more forms an ` element belongs to.

    The form attribute specifies one or more forms an ` element belongs to.

    Definition Classes
    InputAttrs
  158. lazy val formaction: generic.Attr

    Permalink

    The formaction attribute provides the URL that will process the input control when the form is submitted and overrides the default action attribute of the form element.

    The formaction attribute provides the URL that will process the input control when the form is submitted and overrides the default action attribute of the form element. This should be used only with input elements of type submit or image.

    Definition Classes
    InputAttrs
  159. lazy val formenctype: generic.Attr

    Permalink

    The formenctype attribute provides the encoding type of the form when it is submitted (for forms with a method of "POST") and overrides the default enctype attribute of the form element.

    The formenctype attribute provides the encoding type of the form when it is submitted (for forms with a method of "POST") and overrides the default enctype attribute of the form element. This should be used only with the input elements of type "submit" or "image"

    Definition Classes
    InputAttrs
  160. lazy val formmethod: generic.Attr

    Permalink

    The formmethod attribute specifies the HTTP Method the form should use when it is submitted and overrides the default method attribute of the form element.

    The formmethod attribute specifies the HTTP Method the form should use when it is submitted and overrides the default method attribute of the form element. This should be used only with the input elements of type "submit" or "image".

    Definition Classes
    InputAttrs
  161. lazy val formnovalidate: generic.Attr

    Permalink

    The formnovalidate Boolean attribute specifies that the input of the form should not be validated upon submit and overrides the default novalidate attribute of the form.

    The formnovalidate Boolean attribute specifies that the input of the form should not be validated upon submit and overrides the default novalidate attribute of the form. This should only be used with input elements of of type "submit".

    Definition Classes
    InputAttrs
  162. lazy val formtarget: generic.Attr

    Permalink

    The formtarget provides a name or keyword that indicates where to display the response that is received after submitting the form and overrides the target attribute of them form element.

    The formtarget provides a name or keyword that indicates where to display the response that is received after submitting the form and overrides the target attribute of them form element. This should only be used with the input elements of type "submit" or "image"

    Definition Classes
    InputAttrs
  163. def frag(frags: generic.Frag[Builder, String]*): generic.Frag[Builder, String]

    Permalink
    Definition Classes
    Util
  164. def genericAttr[T]: GenericAttr[T]

    Permalink
    Definition Classes
    AggregateAggregate
  165. def genericPixelStyle[T](implicit ev: StyleValue[T]): PixelStyleValue[T]

    Permalink
    Definition Classes
    AggregateAggregate
  166. def genericPixelStylePx[T](implicit ev: StyleValue[String]): PixelStyleValue[T]

    Permalink
    Definition Classes
    AggregateAggregate
  167. def genericStyle[T]: GenericStyle[T]

    Permalink
    Definition Classes
    AggregateAggregate
  168. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  169. lazy val h1: ConcreteHtmlTag[String]

    Permalink

    Heading level 1

    Heading level 1

    MDN

    Definition Classes
    TagsTags
  170. lazy val h2: ConcreteHtmlTag[String]

    Permalink

    Heading level 2

    Heading level 2

    MDN

    Definition Classes
    TagsTags
  171. lazy val h3: ConcreteHtmlTag[String]

    Permalink

    Heading level 3

    Heading level 3

    MDN

    Definition Classes
    TagsTags
  172. lazy val h4: ConcreteHtmlTag[String]

    Permalink

    Heading level 4

    Heading level 4

    MDN

    Definition Classes
    TagsTags
  173. lazy val h5: ConcreteHtmlTag[String]

    Permalink

    Heading level 5

    Heading level 5

    MDN

    Definition Classes
    TagsTags
  174. lazy val h6: ConcreteHtmlTag[String]

    Permalink

    Heading level 6

    Heading level 6

    MDN

    Definition Classes
    TagsTags
  175. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  176. lazy val head: ConcreteHtmlTag[String]

    Permalink

    Represents a collection of metadata about the document, including links to, or definitions of, scripts and style sheets.

    Represents a collection of metadata about the document, including links to, or definitions of, scripts and style sheets.

    MDN

    Definition Classes
    TagsTags
  177. lazy val header: ConcreteHtmlTag[String]

    Permalink

    Defines the header of a page or section.

    Defines the header of a page or section. It often contains a logo, the title of the Web site, and a navigational table of content.

    MDN

    Definition Classes
    TagsTags
  178. lazy val height: PixelAutoStyle

    Permalink

    The height CSS property specifies the height of the content area of an element.

    The height CSS property specifies the height of the content area of an element. The content area is inside the padding, border, and margin of the element.

    The min-height and max-height properties override height.

    MDN

    Definition Classes
    Styles
  179. lazy val heightA: generic.Attr

    Permalink

    The height attribute specifies the height of an input element of type "image".

    The height attribute specifies the height of an input element of type "image".

    Definition Classes
    InputAttrs
  180. lazy val hidden: generic.AttrPair[Builder, String]

    Permalink

    Specifies that an element is not yet, or is no longer, relevant and consequently hidden from view of the user.

    Specifies that an element is not yet, or is no longer, relevant and consequently hidden from view of the user.

    Definition Classes
    GlobalAttrs
  181. lazy val high: generic.Attr

    Permalink

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    Attrs
    See also

    https://css-tricks.com/html5-meter-element/

  182. lazy val hr: ConcreteHtmlTag[String]

    Permalink

    Represents a thematic break between paragraphs of a section or article or any longer content.

    Represents a thematic break between paragraphs of a section or article or any longer content.

    MDN

    Definition Classes
    TagsTags
  183. lazy val href: generic.Attr

    Permalink

    This is the single required attribute for anchors defining a hypertext source link.

    This is the single required attribute for anchors defining a hypertext source link. It indicates the link target, either a URL or a URL fragment. A URL fragment is a name preceded by a hash mark (#), which specifies an internal target location (an ID) within the current document. URLs are not restricted to Web (HTTP)-based documents. URLs might use any protocol supported by the browser. For example, file, ftp, and mailto work in most user agents.

    MDN

    Definition Classes
    Attrs
  184. lazy val html: ConcreteHtmlTag[String]

    Permalink

    Represents the root of an HTML or XHTML document.

    Represents the root of an HTML or XHTML document. All other elements must be descendants of this element.

    MDN

    Definition Classes
    TagsTags
  185. lazy val httpEquiv: generic.Attr

    Permalink

    This enumerated attribute defines the pragma that can alter servers and user-agents behavior.

    This enumerated attribute defines the pragma that can alter servers and user-agents behavior. The value of the pragma is defined using the content attribute and can be one of the following:

    • content-language
    • content-type
    • default-style
    • refresh
    • set-cookie

    MDN

    Definition Classes
    Attrs
  186. lazy val i: ConcreteHtmlTag[String]

    Permalink

    Italicized text.

    Italicized text.

    MDN

    Definition Classes
    TagsTags
  187. lazy val id: generic.Attr

    Permalink

    This attribute defines a unique identifier (ID) which must be unique in the whole document.

    This attribute defines a unique identifier (ID) which must be unique in the whole document. Its purpose is to identify the element when linking (using a fragment identifier), scripting, or styling (with CSS).

    MDN

    Definition Classes
    GlobalAttrs
  188. lazy val iframe: ConcreteHtmlTag[String]

    Permalink

    Represents a nested browsing context, that is an embedded HTML document.

    Represents a nested browsing context, that is an embedded HTML document.

    MDN

    Definition Classes
    TagsTags
  189. lazy val img: ConcreteHtmlTag[String]

    Permalink

    Represents an image.

    Represents an image.

    MDN

    Definition Classes
    TagsTags
  190. lazy val input: ConcreteHtmlTag[String]

    Permalink

    A typed data field allowing the user to input data.

    A typed data field allowing the user to input data.

    MDN

    Definition Classes
    TagsTags
  191. lazy val ins: ConcreteHtmlTag[String]

    Permalink

    Defines an addition to the document.

    Defines an addition to the document.

    MDN

    Definition Classes
    TagsTags
  192. implicit val intAttr: AttrValue[Int]

    Permalink
    Definition Classes
    Aggregate
  193. implicit def intFrag(v: Int): Frag

    Permalink
    Definition Classes
    Aggregate
  194. implicit val intPixelStyle: PixelStyleValue[Int]

    Permalink
    Definition Classes
    Aggregate
  195. implicit val intStyle: StyleValue[Int]

    Permalink
    Definition Classes
    Aggregate
  196. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  197. object justifyContent extends Style

    Permalink

    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 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

    Definition Classes
    Styles
  198. lazy val label: ConcreteHtmlTag[String]

    Permalink

    The caption of a single field

    The caption of a single field

    MDN

    Definition Classes
    TagsTags
  199. lazy val lang: generic.Attr

    Permalink

    This attribute participates in defining the language of the element, the language that non-editable elements are written in or the language that editable elements should be written in.

    This attribute participates in defining the language of the element, the language that non-editable elements are written in or the language that editable elements should be written in. The tag contains one single entry value in the format defines in the Tags for Identifying Languages (BCP47) IETF document. If the tag content is the empty string the language is set to unknown; if the tag content is not valid, regarding to BCP47, it is set to invalid.

    MDN

    Definition Classes
    GlobalAttrs
  200. lazy val left: PixelAutoStyle

    Permalink

    The left CSS property specifies part of the position of positioned elements.

    The left CSS property specifies part of the position of positioned elements.

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

    MDN

    Definition Classes
    Styles
  201. lazy val legend: ConcreteHtmlTag[String]

    Permalink

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

    Definition Classes
    TagsTags
  202. lazy val letterSpacing: NormalOpenStyle

    Permalink

    The letter-spacing CSS property specifies spacing behavior between text characters.

    The letter-spacing CSS property specifies spacing behavior between text characters.

    MDN

    Definition Classes
    Styles
  203. lazy val li: ConcreteHtmlTag[String]

    Permalink

    Defines an item of an list.

    Defines an item of an list.

    MDN

    Definition Classes
    TagsTags
  204. lazy val lineHeight: NormalOpenStyle

    Permalink

    On block level elements, the line-height CSS property specifies the minimal height of line boxes within the element.

    On block level elements, the line-height CSS property specifies the minimal height of line boxes within the element.

    On non-replaced inline elements, line-height specifies the height that is used in the calculation of the line box height.

    On replaced inline elements, like buttons or other input element, line-height has no effect.

    MDN

    Definition Classes
    Styles
  205. lazy val link: ConcreteHtmlTag[String]

    Permalink

    Used to link JavaScript and external CSS with the current HTML document.

    Used to link JavaScript and external CSS with the current HTML document.

    MDN

    Definition Classes
    TagsTags
  206. lazy val list: generic.Attr

    Permalink

    The list attribute refers to a <datalist> element that contains the options for an input element the presents a select list.

    The list attribute refers to a <datalist> element that contains the options for an input element the presents a select list.

    Definition Classes
    InputAttrs
  207. lazy val listStyle: generic.Style

    Permalink

    The list-style CSS property is a shorthand property for setting list-style-type, list-style-image and list-style-position.

    The list-style CSS property is a shorthand property for setting list-style-type, list-style-image and list-style-position.

    MDN

    Definition Classes
    Styles
  208. object listStyleImage extends Style

    Permalink

    The list-style-image CSS property sets the image that will be used as the list item marker.

    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

    Definition Classes
    Styles
  209. object listStylePosition extends Style

    Permalink

    The list-style-position CSS property specifies the position of the marker box in the principal block box.

    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

    Definition Classes
    Styles
  210. object listStyleType extends Style

    Permalink

    The list-style-type CSS property specifies appearance of a list item element.

    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

    Definition Classes
    Styles
  211. implicit val longAttr: AttrValue[Long]

    Permalink
    Definition Classes
    Aggregate
  212. implicit def longFrag(v: Long): Frag

    Permalink
    Definition Classes
    Aggregate
  213. implicit val longPixelStyle: PixelStyleValue[Long]

    Permalink
    Definition Classes
    Aggregate
  214. implicit val longStyle: StyleValue[Long]

    Permalink
    Definition Classes
    Aggregate
  215. lazy val low: generic.Attr

    Permalink

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    Attrs
    See also

    https://css-tricks.com/html5-meter-element/

  216. def makeAbstractTypedTag[T](tag: String, void: Boolean, namespaceConfig: Namespace): TypedTag[Nothing]

    Permalink
    Definition Classes
    CapUtil
  217. lazy val map: ConcreteHtmlTag[String]

    Permalink

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    MDN

    Definition Classes
    TagsTags
  218. object margin extends PixelStyle

    Permalink

    The margin CSS property sets the margin for all four sides.

    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

    Definition Classes
    Styles
  219. lazy val marginBottom: PixelAutoStyle

    Permalink

    The margin-bottom CSS property of an element sets the margin space required on the bottom of an element.

    The margin-bottom CSS property of an element sets the margin space required on the bottom of an element. A negative value is also allowed.

    MDN

    Definition Classes
    Styles
  220. lazy val marginLeft: PixelStyle with MarginAuto

    Permalink

    The margin-left CSS property of an element sets the margin space required on the left side of a box associated with an element.

    The margin-left CSS property of an element sets the margin space required on the left side of a box associated with an element. A negative value is also allowed.

    The vertical margins of two adjacent boxes may fuse. This is called margin collapsing.

    MDN

    Definition Classes
    Styles
  221. lazy val marginRight: PixelStyle with MarginAuto

    Permalink

    The margin-right CSS property of an element sets the margin space required on the bottom of an element.

    The margin-right CSS property of an element sets the margin space required on the bottom of an element. A negative value is also allowed.

    MDN

    Definition Classes
    Styles
  222. lazy val marginTop: PixelStyle with MarginAuto

    Permalink

    The margin-top CSS property of an element sets the margin space required on the top of an element.

    The margin-top CSS property of an element sets the margin space required on the top of an element. A negative value is also allowed.

    MDN

    Definition Classes
    Styles
  223. object mask extends Style

    Permalink

    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

    Definition Classes
    Styles
  224. lazy val max: generic.Attr

    Permalink

    The max attribute specifies the maximum value for an element of type number, range, date, datetime, datetime-local, month, time, or week.

    The max attribute specifies the maximum value for an element of type number, range, date, datetime, datetime-local, month, time, or week.

    Definition Classes
    InputAttrs
  225. lazy val maxHeight: MaxLengthStyle

    Permalink

    The max-height CSS property is used to set the maximum height of a given element.

    The max-height CSS property is used to set the maximum height of a given element. It prevents the used value of the height property from becoming larger than the value specified for max-height.

    max-height overrides height, but min-height overrides max-height.

    MDN

    Definition Classes
    Styles
  226. lazy val maxWidth: MaxLengthStyle

    Permalink

    The max-width CSS property is used to set the maximum width of a given element.

    The max-width CSS property is used to set the maximum width of a given element. It prevents the used value of the width property from becoming larger than the value specified for max-width.

    max-width overrides width, but min-width overrides max-width.

    MDN

    Definition Classes
    Styles
  227. lazy val maxlength: generic.Attr

    Permalink

    The maximum allowed length for the input field.

    The maximum allowed length for the input field. This attribute forces the input control to accept no more than the allowed number of characters. It does not produce any feedback to the user; you must write Javascript to make that happen.

    Definition Classes
    InputAttrs
  228. lazy val media: generic.Attr

    Permalink

    This attribute specifies the media which the linked resource applies to.

    This attribute specifies the media which the linked resource applies to. Its value must be a media query. This attribute is mainly useful when linking to external stylesheets by allowing the user agent to pick the best adapted one for the device it runs on.

    Definition Classes
    Attrs
    See also

    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#attr-media

  229. lazy val meta: ConcreteHtmlTag[String]

    Permalink

    Defines metadata that can't be defined using another HTML element.

    Defines metadata that can't be defined using another HTML element.

    MDN

    Definition Classes
    TagsTags
  230. lazy val method: generic.Attr

    Permalink

    The HTTP method that the browser uses to submit the form.

    The HTTP method that the browser uses to submit the form. Possible values are:

    - post: Corresponds to the HTTP POST method ; form data are included in the body of the form and sent to the server.

    - get: Corresponds to the HTTP GET method; form data are appended to the action attribute URI with a '?' as a separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters.

    This value can be overridden by a formmethod attribute on a button or input element.

    MDN

    Definition Classes
    InputAttrs
  231. lazy val min: generic.Attr

    Permalink

    The min attribute specifies the minimum value for an element of type number, range, date, datetime, datetime-local, month, time, or week.

    The min attribute specifies the minimum value for an element of type number, range, date, datetime, datetime-local, month, time, or week.

    Definition Classes
    InputAttrs
  232. lazy val minHeight: MinLengthStyle

    Permalink

    The min-height CSS property is used to set the minimum height of a given element.

    The min-height CSS property is used to set the minimum height of a given element. It prevents the used value of the height property from becoming smaller than the value specified for min-height.

    The value of min-height overrides both max-height and height.

    MDN

    Definition Classes
    Styles
  233. lazy val minWidth: MinLengthStyle

    Permalink

    The min-width CSS property is used to set the minimum width of a given element.

    The min-width CSS property is used to set the minimum width of a given element. It prevents the used value of the width property from becoming smaller than the value specified for min-width.

    The value of min-width overrides both max-width and width.

    MDN

    Definition Classes
    Styles
  234. def modifier(mods: generic.Modifier[Builder]*): generic.Modifier[Builder]

    Permalink
    Definition Classes
    Util
  235. lazy val multiple: generic.AttrPair[Builder, String]

    Permalink

    This Boolean attribute specifies, when present/true, that the user is allowed to enter more than one value for the element for types "email" or "file". It can also be provided to the element for types "email" or "file". It can also be provided to the ). MDN

    The submit event is raised when the user clicks a submit button in a form (). MDN

    Definition Classes
    FormEventAttrs
  236. lazy val onsuspend: generic.Attr

    Permalink

    Script to be run when fetching the media data is stopped before it is completely loaded for whatever reason

    Script to be run when fetching the media data is stopped before it is completely loaded for whatever reason

    Definition Classes
    MediaEventAttrs
  237. lazy val ontimeupdate: generic.Attr

    Permalink

    Script to be run when the playing position has changed (like when the user fast forwards to a different point in the media)

    Script to be run when the playing position has changed (like when the user fast forwards to a different point in the media)

    Definition Classes
    MediaEventAttrs
  238. lazy val ontoggle: generic.Attr

    Permalink

    Fires when the user opens or closes the <details> element

    Fires when the user opens or closes the <details> element

    Definition Classes
    MiscellaneousEventAttrs
  239. lazy val onunload: generic.Attr

    Permalink

    Fires once a page has unloaded (or the browser window has been closed)

    Fires once a page has unloaded (or the browser window has been closed)

    Definition Classes
    WindowEventAttrs
  240. lazy val onvolumechange: generic.Attr

    Permalink

    Script to be run each time the volume is changed which (includes setting the volume to "mute")

    Script to be run each time the volume is changed which (includes setting the volume to "mute")

    Definition Classes
    MediaEventAttrs
  241. lazy val onwaiting: generic.Attr

    Permalink

    Script to be run when the media has paused but is expected to resume (like when the media pauses to buffer more data)

    Script to be run when the media has paused but is expected to resume (like when the media pauses to buffer more data)

    Definition Classes
    MediaEventAttrs
  242. lazy val onwheel: generic.Attr

    Permalink

    Fires when the mouse wheel rolls up or down over an element

    Fires when the mouse wheel rolls up or down over an element

    Definition Classes
    MouseEventAttrs
  243. lazy val opacity: generic.Style

    Permalink

    The opacity CSS property specifies the transparency of an element, that is, the degree to which the background behind the element is overlaid.

    The opacity CSS property specifies the transparency of an element, that is, the degree to which the background behind the element is overlaid.

    The value applies to the element as a whole, including its contents, even though the value is not inherited by child elements. Thus, an element and its contained children all have the same opacity relative to the element's background, even if the element and its children have different opacities relative to one another.

    Using this property with a value different than 1 places the element in a new stacking context.

    MDN

    Definition Classes
    Styles
  244. lazy val optgroup: ConcreteHtmlTag[String]

    Permalink

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

    Definition Classes
    TagsTags
  245. lazy val optimum: generic.Attr

    Permalink

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    Attrs
    See also

    https://css-tricks.com/html5-meter-element/

  246. lazy val option: ConcreteHtmlTag[String]

    Permalink

    An option in a select element.

    An option in a select element.

    MDN

    Definition Classes
    TagsTags
  247. lazy val outline: generic.Style

    Permalink

    The CSS outline property is a shorthand property for setting one or more of the individual outline properties outline-style, outline-width and outline-color in a single rule.

    The CSS outline property is a shorthand property for setting one or more of the individual outline properties outline-style, outline-width and outline-color in a single rule. In most cases the use of this shortcut is preferable and more convenient.

    Outlines do not take up space, they are drawn above the content.

    MDN

    Definition Classes
    Styles
  248. object outlineColor extends Style

    Permalink

    The outline-color CSS property sets the color of the outline of an element.

    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

    Definition Classes
    Styles
  249. lazy val outlineStyle: OutlineStyle

    Permalink

    The outline-style CSS property is used to set the style of the outline of an element.

    The outline-style CSS property is used to set the style 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

    Definition Classes
    Styles
  250. object outlineWidth extends Style

    Permalink

    The outline-width CSS property is used to set the width of the outline of an element.

    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

    Definition Classes
    Styles
  251. object overflow extends Overflow

    Permalink

    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

    Definition Classes
    Styles
  252. lazy val overflowX: Overflow

    Permalink

    The overflow-x CSS property specifies whether to clip content, render a scroll bar or display overflow content of a block-level element, when it overflows at the left and right edges.

    The overflow-x CSS property specifies whether to clip content, render a scroll bar or display overflow content of a block-level element, when it overflows at the left and right edges.

    MDN

    Definition Classes
    Styles
  253. lazy val overflowY: Overflow

    Permalink

    The overflow-y CSS property specifies whether to clip content, render a scroll bar, or display overflow content of a block-level element, when it overflows at the top and bottom edges.

    The overflow-y CSS property specifies whether to clip content, render a scroll bar, or display overflow content of a block-level element, when it overflows at the top and bottom edges.

    MDN

    Definition Classes
    Styles
  254. lazy val p: ConcreteHtmlTag[String]

    Permalink

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    MDN

    Definition Classes
    TagsTags
  255. lazy val padding: PixelStyle

    Permalink

    The padding CSS property sets the required padding space on all sides of an element.

    The padding CSS property sets the required padding space on all sides of an element. The padding area is the space between the content of the element and its border. Negative values are not allowed.

    The padding property is a shorthand to avoid setting each side separately (padding-top, padding-right, padding-bottom, padding-left).

    MDN

    Definition Classes
    Styles
  256. lazy val paddingBottom: PixelStyle

    Permalink

    The padding-bottom CSS property of an element sets the height of the padding area at the bottom of an element.

    The padding-bottom CSS property of an element sets the height of the padding area at the bottom of an element. The padding area is the space between the content of the element and it's border. Contrary to margin-bottom values, negative values of padding-bottom are invalid.

    MDN

    Definition Classes
    Styles
  257. lazy val paddingLeft: PixelStyle

    Permalink

    The padding-left CSS property of an element sets the padding space required on the left side of an element.

    The padding-left CSS property of an element sets the padding space required on the left side of an element. The padding area is the space between the content of the element and it's border. A negative value is not allowed.

    MDN

    Definition Classes
    Styles
  258. lazy val paddingRight: PixelStyle

    Permalink

    The padding-right CSS property of an element sets the padding space required on the right side of an element.

    The padding-right CSS property of an element sets the padding space required on the right side of an element. The padding area is the space between the content of the element and its border. Negative values are not allowed.

    MDN

    Definition Classes
    Styles
  259. lazy val paddingTop: PixelStyle

    Permalink

    The padding-top CSS property of an element sets the padding space required on the top of an element.

    The padding-top CSS property of an element sets the padding space required on the top of an element. The padding area is the space between the content of the element and its border. Contrary to margin-top values, negative values of padding-top are invalid.

    MDN

    Definition Classes
    Styles
  260. lazy val param: ConcreteHtmlTag[String]

    Permalink

    Defines parameters for use by plug-ins invoked by object elements.

    Defines parameters for use by plug-ins invoked by object elements.

    MDN

    Definition Classes
    TagsTags
  261. lazy val pattern: generic.Attr

    Permalink

    Specifies a regular expression to validate the input.

    Specifies a regular expression to validate the input. The pattern attribute works with the following input types: text, search, url, tel, email, and password. Use the title attribute to describe the pattern to the user.

    Definition Classes
    InputAttrs
  262. lazy val placeholder: generic.Attr

    Permalink

    A hint to the user of what can be entered in the control.

    A hint to the user of what can be entered in the control. The placeholder text must not contain carriage returns or line-feeds. This attribute applies when the value of the type attribute is text, search, tel, url or email; otherwise it is ignored.

    MDN

    Definition Classes
    InputAttrs
  263. object pointerEvents extends Style

    Permalink

    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.

    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

    Definition Classes
    Styles
  264. object position extends Style

    Permalink

    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

    Definition Classes
    Styles
  265. lazy val pre: ConcreteHtmlTag[String]

    Permalink

    Indicates that its content is preformatted and that this format must be preserved.

    Indicates that its content is preformatted and that this format must be preserved.

    MDN

    Definition Classes
    TagsTags
  266. object quotes extends Style

    Permalink
    Definition Classes
    Styles
  267. def raw(s: String): Text.RawFrag

    Permalink

    Delimits a string that should be included in the result as raw, un-escaped HTML

    Delimits a string that should be included in the result as raw, un-escaped HTML

    Definition Classes
    AggregateAggregate
  268. lazy val readonly: generic.AttrPair[Builder, String]

    Permalink

    This Boolean attribute indicates that the user cannot modify the value of the control.

    This Boolean attribute indicates that the user cannot modify the value of the control. This attribute is ignored if the value of the type attribute is hidden, range, color, checkbox, radio, file, or a button type.

    MDN

    Definition Classes
    InputAttrs
  269. lazy val rel: generic.Attr

    Permalink

    This attribute names a relationship of the linked document to the current document.

    This attribute names a relationship of the linked document to the current document. The attribute must be a space-separated list of the link types values. The most common use of this attribute is to specify a link to an external style sheet: the rel attribute is set to stylesheet, and the href attribute is set to the URL of an external style sheet to format the page.

    MDN

    Definition Classes
    Attrs
  270. lazy val required: generic.AttrPair[Builder, String]

    Permalink

    This attribute specifies that the user must fill in a value before submitting a form.

    This attribute specifies that the user must fill in a value before submitting a form. It cannot be used when the type attribute is hidden, image, or a button type (submit, reset, or button). The :optional and :required CSS pseudo-classes will be applied to the field as appropriate.

    MDN

    Definition Classes
    InputAttrs
  271. lazy val right: PixelAutoStyle

    Permalink

    The right CSS property specifies part of the position of positioned elements.

    The right CSS property specifies part of the position of positioned elements.

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

    The right property has no effect on non-positioned elements.

    When both the right CSS property and the left CSS property are defined, the position of the element is overspecified. In that case, the left value has precedence when the container is left-to-right (that is that the right computed value is set to -left), and the right value has precedence when the container is right-to-left (that is that the left computed value is set to -right).

    MDN

    Definition Classes
    Styles
  272. lazy val role: generic.Attr

    Permalink

    The attribute describes the role(s) the current element plays in the context of the document.

    The attribute describes the role(s) the current element plays in the context of the document. This can be used, for example, by applications and assistive technologies to determine the purpose of an element. This could allow a user to make informed decisions on which actions may be taken on an element and activate the selected action in a device independent way. It could also be used as a mechanism for annotating portions of a document in a domain specific way (e.g., a legal term taxonomy). Although the role attribute may be used to add semantics to an element, authors should use elements with inherent semantics, such as p, rather than layering semantics on semantically neutral elements, such as div role="paragraph".

    See: http://www.w3.org/TR/role-attribute/#s_role_module_attributes

    Definition Classes
    Attrs
  273. lazy val rows: generic.Attr

    Permalink

    The number of visible text lines for the control.

    The number of visible text lines for the control.

    MDN

    Definition Classes
    Attrs
  274. lazy val rowspan: generic.Attr

    Permalink

    This attribute contains a non-negative integer value that indicates for how many rows the cell extends.

    This attribute contains a non-negative integer value that indicates for how many rows the cell extends. Its default value is 1; if its value is set to 0, it extends until the end of the table section (, , , even if implicitly defined, that the cell belongs to. Values higher than 65534 are clipped down to 65534. MDN

    Definition Classes
    Attrs
  275. lazy val s: ConcreteHtmlTag[String]

    Permalink

    Strikethrough element, used for that is no longer accurate or relevant.

    Strikethrough element, used for that is no longer accurate or relevant.

    MDN

    Definition Classes
    TagsTags
  276. lazy val scoped: generic.Attr

    Permalink

    For use in <style> tags.

    For use in <style> tags.

    If this attribute is present, then the style applies only to its parent element. If absent, the style applies to the whole document.

    Definition Classes
    Attrs
  277. lazy val script: ConcreteHtmlTag[String]

    Permalink

    Defines either an internal script or a link to an external script.

    Defines either an internal script or a link to an external script. The script language is JavaScript.

    MDN

    Definition Classes
    TagsTags
  278. lazy val select: ConcreteHtmlTag[String]

    Permalink

    A control that allows the user to select one of a set of options.

    A control that allows the user to select one of a set of options.

    MDN

    Definition Classes
    TagsTags
  279. lazy val selected: generic.AttrPair[Builder, String]

    Permalink

    Indicates a selected option in an option list of a

    Indicates a selected option in an option list of a element that should be considered legal for the input. For example, if step is 2 on a number typed then the legal numbers could be -2, 0, 2, 4, 6 etc. The step attribute should be used in conjunction with the min and max attributes to specify the full range and interval of the legal values. The step attribute is applicable to elements of the following types: number, range, date, datetime, datetime-local, month, time and week.

    The step attribute specifies the numeric intervals for an element that should be considered legal for the input. For example, if step is 2 on a number typed then the legal numbers could be -2, 0, 2, 4, 6 etc. The step attribute should be used in conjunction with the min and max attributes to specify the full range and interval of the legal values. The step attribute is applicable to elements of the following types: number, range, date, datetime, datetime-local, month, time and week.

    Definition Classes
    InputAttrs
  280. implicit val stringAttr: AttrValue[String]

    Permalink
    Definition Classes
    Aggregate
  281. implicit def stringAttrX: GenericAttr[String]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CapUtil
  282. implicit def stringFrag(v: String): Text.StringFrag

    Permalink
    Definition Classes
    AggregateAggregate
  283. implicit val stringPixelStyle: PixelStyleValue[String]

    Permalink
    Definition Classes
    Aggregate
  284. implicit def stringPixelStyleX: GenericPixelStyle[String]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CapUtil
  285. implicit val stringStyle: StyleValue[String]

    Permalink
    Definition Classes
    Aggregate
  286. implicit def stringStyleX: GenericStyle[String]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CapUtil
  287. lazy val strong: ConcreteHtmlTag[String]

    Permalink

    Represents especially important text.

    Represents especially important text.

    MDN

    Definition Classes
    TagsTags
  288. lazy val style: generic.Attr

    Permalink

    This attribute contains CSS styling declarations to be applied to the element.

    This attribute contains CSS styling declarations to be applied to the element. Note that it is recommended for styles to be defined in a separate file or files. This attribute and the style element have mainly the purpose of allowing for quick styling, for example for testing purposes.

    MDN

    Definition Classes
    GlobalAttrs
  289. lazy val sub: ConcreteHtmlTag[String]

    Permalink

    Subscript tag

    Subscript tag

    MDN

    Definition Classes
    TagsTags
  290. lazy val sup: ConcreteHtmlTag[String]

    Permalink

    Superscript tag.

    Superscript tag.

    MDN

    Definition Classes
    TagsTags
  291. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  292. lazy val tabindex: generic.Attr

    Permalink

    This integer attribute indicates if the element can take input focus (is focusable), if it should participate to sequential keyboard navigation, and if so, at what position.

    This integer attribute indicates if the element can take input focus (is focusable), if it should participate to sequential keyboard navigation, and if so, at what position. It can takes several values:

    - a negative value means that the element should be focusable, but should not be reachable via sequential keyboard navigation; - 0 means that the element should be focusable and reachable via sequential keyboard navigation, but its relative order is defined by the platform convention; - a positive value which means should be focusable and reachable via sequential keyboard navigation; its relative order is defined by the value of the attribute: the sequential follow the increasing number of the tabindex. If several elements share the same tabindex, their relative order follows their relative position in the document).

    An element with a 0 value, an invalid value, or no tabindex value should be placed after elements with a positive tabindex in the sequential keyboard navigation order.

    Definition Classes
    GlobalAttrs
  293. lazy val table: ConcreteHtmlTag[String]

    Permalink

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    MDN

    Definition Classes
    TagsTags
  294. object tableLayout extends Style

    Permalink
    Definition Classes
    Styles
  295. def tag(s: String, void: Boolean = false): ConcreteHtmlTag[String]

    Permalink
    Definition Classes
    TagFactoryUtil
  296. lazy val target: generic.Attr

    Permalink

    A name or keyword indicating where to display the response that is received after submitting the form.

    A name or keyword indicating where to display the response that is received after submitting the form. In HTML 4, this is the name of, or a keyword for, a frame. In HTML5, it is a name of, or keyword for, a browsing context (for example, tab, window, or inline frame). The following keywords have special meanings:

    - _self: Load the response into the same HTML 4 frame (or HTML5 browsing context) as the current one. This value is the default if the attribute is not specified. - _blank: Load the response into a new unnamed HTML 4 window or HTML5 browsing context. - _parent: Load the response into the HTML 4 frameset parent of the current frame or HTML5 parent browsing context of the current one. If there is no parent, this option behaves the same way as _self. - _top: HTML 4: Load the response into the full, original window, canceling all other frames. HTML5: Load the response into the top-level browsing context (that is, the browsing context that is an ancestor of the current one, and has no parent). If there is no parent, this option behaves the same way as _self. - iframename: The response is displayed in a named iframe.

    Definition Classes
    InputAttrs
  297. lazy val tbody: ConcreteHtmlTag[String]

    Permalink

    The table body.

    The table body.

    MDN

    Definition Classes
    TagsTags
  298. lazy val td: ConcreteHtmlTag[String]

    Permalink

    A single cell in a table.

    A single cell in a table.

    MDN

    Definition Classes
    TagsTags
  299. lazy val textAlign: generic.Style with TextAlign

    Permalink

    The text-align CSS property describes how inline content like text is aligned in its parent block element.

    The text-align CSS property describes how inline content like text is aligned in its parent block element. text-align does not control the alignment of block elements itself, only their inline content.

    MDN

    Definition Classes
    Styles
  300. lazy val textAlignLast: generic.Style with TextAlign

    Permalink

    The text-align-last CSS property describes how the last line of a block or a line, right before a forced line break, is aligned.

    The text-align-last CSS property describes how the last line of a block or a line, right before a forced line break, is aligned.

    MDN

    Definition Classes
    Styles
  301. object textDecoration extends Style

    Permalink

    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

    Definition Classes
    Styles
  302. lazy val textIndent: generic.Style

    Permalink

    The text-indent CSS property specifies how much horizontal space should be left before the beginning of the first line of the text content of an element.

    The text-indent CSS property specifies how much horizontal space should be left before the beginning of the first line of the text content of an element. Horizontal spacing is with respect to the left (or right, for right-to-left layout) edge of the containing block element's box.

    MDN

    Definition Classes
    Styles
  303. object textOverflow extends Style

    Permalink

    The text-overflow CSS property determines how overflowed content that is not displayed is signaled to the users.

    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

    Definition Classes
    Styles
  304. lazy val textShadow: NoneOpenStyle

    Permalink

    The text-shadow CSS property adds shadows to text.

    The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and text-decorations of the element.

    Each shadow is specified as an offset from the text, along with optional color and blur radius values.

    Multiple shadows are applied front-to-back, with the first-specified shadow on top.

    MDN

    Definition Classes
    Styles
  305. object textTransform extends Style

    Permalink

    The text-transform CSS property specifies how to capitalize an element's text.

    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

    Definition Classes
    Styles
  306. object textUnderlinePosition extends Style

    Permalink

    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

    Definition Classes
    Styles
  307. lazy val textarea: ConcreteHtmlTag[String]

    Permalink

    A multiline text edit control.

    A multiline text edit control.

    MDN

    Definition Classes
    TagsTags
  308. lazy val tfoot: ConcreteHtmlTag[String]

    Permalink

    The table footer.

    The table footer.

    MDN

    Definition Classes
    TagsTags
  309. lazy val th: ConcreteHtmlTag[String]

    Permalink

    A header cell in a table.

    A header cell in a table.

    MDN

    Definition Classes
    TagsTags
  310. lazy val thead: ConcreteHtmlTag[String]

    Permalink

    The table headers.

    The table headers.

    MDN

    Definition Classes
    TagsTags
  311. lazy val title: generic.Attr

    Permalink

    This attribute contains a text representing advisory information related to the element it belongs too.

    This attribute contains a text representing advisory information related to the element it belongs too. Such information can typically, but not necessarily, be presented to the user as a tooltip.

    MDN

    Definition Classes
    GlobalAttrs
  312. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  313. lazy val top: PixelAutoStyle

    Permalink

    The top CSS property specifies part of the position of positioned elements.

    The top CSS property specifies part of the position of positioned elements. It has no effect on non-positioned elements.

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

    For relatively positioned elements (those with position: relative), it specifies the amount the element is moved below its normal position.

    When both top and bottom are specified, the element position is over-constrained and the top property has precedence: the computed value of bottom is set to -top, while its specified value is ignored.

    MDN

    Definition Classes
    Styles
  314. lazy val tpe: generic.Attr

    Permalink

    Shorthand for the type attribute

    Shorthand for the type attribute

    Definition Classes
    InputAttrs
  315. lazy val tr: ConcreteHtmlTag[String]

    Permalink

    A single row in a table.

    A single row in a table.

    MDN

    Definition Classes
    TagsTags
  316. lazy val track: ConcreteHtmlTag[String]

    Permalink

    Allows authors to specify timed text track for media elements like video or audio

    Allows authors to specify timed text track for media elements like video or audio

    MDN

    Definition Classes
    TagsTags
  317. lazy val transition: generic.Style

    Permalink

    The CSS transition property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay.

    The CSS transition property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay. It allows to define the transition between two states of an element. Different states may be defined using pseudo-classes like :hover or :active or dynamically set using JavaScript.

    MDN

    Definition Classes
    Styles
  318. lazy val transitionDelay: MultiTimeStyle

    Permalink

    The transition-delay CSS property specifies the amount of time to wait between a change being requested to a property that is to be transitioned and the start of the transition effect.

    The transition-delay CSS property specifies the amount of time to wait between a change being requested to a property that is to be transitioned and the start of the transition effect.

    A value of 0s, or 0ms, indicates that the property will begin to animate its transition immediately when the value changes; positive values will delay the start of the transition effect for the corresponding number of seconds. Negative values cause the transition to begin immediately, but to cause the transition to seem to begin partway through the animation effect.

    You may specify multiple delays; each delay will be applied to the corresponding property as specified by the transition-property property, which acts as a master list. If there are fewer delays specified than in the master list, missing values are set to the initial value (0s). If there are more delays, the list is simply truncated to the right size. In both case the CSS declaration stays valid.

    MDN

    Definition Classes
    Styles
  319. lazy val transitionDuration: MultiTimeStyle

    Permalink

    The transition-duration CSS property specifies the number of seconds or milliseconds a transition animation should take to complete.

    The transition-duration CSS property specifies the number of seconds or milliseconds a transition animation should take to complete. By default, the value is 0s, meaning that no animation will occur.

    You may specify multiple durations; each duration will be applied to the corresponding property as specified by the transition-property property, which acts as a master list. If there are fewer durations specified than in the master list, the user agent repeat the list of durations. If there are more durations, the list is simply truncated to the right size. In both case the CSS declaration stays valid.

    MDN

    Definition Classes
    Styles
  320. lazy val transitionProperty: generic.Style

    Permalink

    The transition-property CSS property is used to specify the names of CSS properties to which a transition effect should be applied.

    The transition-property CSS property is used to specify the names of CSS properties to which a transition effect should be applied.

    MDN

    Definition Classes
    Styles
  321. lazy val transitionTimingFunction: generic.Style

    Permalink

    The CSS transition-timing-function property is used to describe how the intermediate values of the CSS properties being affected by a transition effect are calculated.

    The CSS transition-timing-function property is used to describe how the intermediate values of the CSS properties being affected by a transition effect are calculated. This in essence lets you establish an acceleration curve, so that the speed of the transition can vary over its duration.

    MDN

    Definition Classes
    Styles
  322. lazy val translate: generic.AttrPair[Builder, String]

    Permalink

    Specifies whether the content of an element should be translated or not

    Specifies whether the content of an element should be translated or not

    Definition Classes
    GlobalAttrs
  323. lazy val type: generic.Attr

    Permalink

    This attribute is used to define the type of the content linked to.

    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

    Definition Classes
    InputAttrs
  324. lazy val u: ConcreteHtmlTag[String]

    Permalink

    Underlined text.

    Underlined text.

    MDN

    Definition Classes
    TagsTags
  325. lazy val ul: ConcreteHtmlTag[String]

    Permalink

    Defines an unordered list of items.

    Defines an unordered list of items.

    MDN

    Definition Classes
    TagsTags
  326. lazy val unselectable: generic.Attr

    Permalink

    IE-specific property to prevent user selection

    IE-specific property to prevent user selection

    Definition Classes
    Attrs
  327. lazy val value: generic.Attr

    Permalink

    The initial value of the control.

    The initial value of the control. This attribute is optional except when the value of the type attribute is radio or checkbox.

    MDN

    Definition Classes
    InputAttrs
  328. object verticalAlign extends Style

    Permalink

    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

    Definition Classes
    Styles
  329. lazy val video: ConcreteHtmlTag[String]

    Permalink

    Represents a video, and its associated audio files and captions, with the necessary interface to play it.

    Represents a video, and its associated audio files and captions, with the necessary interface to play it.

    MDN

    Definition Classes
    TagsTags
  330. object visibility extends Style

    Permalink
    Definition Classes
    Styles
  331. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  332. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  333. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  334. lazy val wbr: ConcreteHtmlTag[String]

    Permalink

    Represents a line break opportunity, that is a suggested point for wrapping text in order to improve readability of text split on several lines.

    Represents a line break opportunity, that is a suggested point for wrapping text in order to improve readability of text split on several lines.

    MDN

    Definition Classes
    TagsTags
  335. object whiteSpace extends Style

    Permalink

    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

    Definition Classes
    Styles
  336. lazy val width: PixelAutoStyle

    Permalink

    The width CSS property specifies the width of the content area of an element.

    The width CSS property specifies the width of the content area of an element. The content area is inside the padding, border, and margin of the element.

    The min-width and max-width properties override width.

    MDN

    Definition Classes
    Styles
  337. lazy val widthA: generic.Attr

    Permalink

    The width attribute specifies the width of an input element of type "image".

    The width attribute specifies the width of an input element of type "image".

    Definition Classes
    InputAttrs
  338. lazy val wordSpacing: NormalOpenStyle

    Permalink

    The word-spacing CSS property specifies spacing behavior between tags and words.

    The word-spacing CSS property specifies spacing behavior between tags and words.

    MDN

    Definition Classes
    Styles
  339. object wordWrap extends Style

    Permalink
    Definition Classes
    Styles
  340. lazy val wrap: generic.Attr

    Permalink

    Indicates how the control wraps text.

    Indicates how the control wraps text. Possible values are:

    hard: The browser automatically inserts line breaks (CR+LF) so that each line has no more than the width of the control; the cols attribute must be specified. soft: The browser ensures that all line breaks in the value consist of a CR+LF pair, but does not insert any additional line breaks.

    If this attribute is not specified, soft is its default value.

    MDN

    Definition Classes
    Attrs
  341. lazy val xmlns: generic.Attr

    Permalink

    Definition Classes
    Attrs
  342. lazy val zIndex: AutoStyle

    Permalink

    The z-index CSS property specifies the z-order of an element and its descendants.

    The z-index CSS property specifies the z-order of an element and its descendants. When elements overlap, z-order determines which one covers the other. An element with a larger z-index generally covers an element with a lower one.

    MDN

    Definition Classes
    Styles

Inherited from Aggregate

Inherited from generic.Aggregate[Builder, String, String]

Inherited from Aliases[Builder, String, String]

Inherited from DataConverters

Inherited from text.Tags

Inherited from generic.Tags[Builder, String, String]

Inherited from generic.Styles[Builder, String, String]

Inherited from StyleMisc[Builder, String, String]

Inherited from generic.Attrs[Builder, String, String]

Inherited from FormEventAttrs[Builder, String, String]

Inherited from WindowEventAttrs[Builder, String, String]

Inherited from MouseEventAttrs[Builder, String, String]

Inherited from KeyboardEventAttrs[Builder, String, String]

Inherited from MiscellaneousEventAttrs[Builder, String, String]

Inherited from MediaEventAttrs[Builder, String, String]

Inherited from SharedEventAttrs[Builder, String, String]

Inherited from ClipboardEventAttrs[Builder, String, String]

Inherited from InputAttrs[Builder, String, String]

Inherited from GlobalAttrs[Builder, String, String]

Inherited from Cap

Inherited from TagFactory

Inherited from generic.Util[Builder, String, String]

Inherited from LowPriUtil[Builder, String, String]

Inherited from AnyRef

Inherited from Any

Ungrouped