scalatags.Text

all

object all extends StringTags with Attrs with Styles with text.Tags with DataConverters

Convenience object for importing all of Scalatags' functionality at once

Definition Classes
TextBundle
Linear Supertypes
DataConverters, text.Tags, generic.Tags[Builder, String, String], generic.Styles[Builder, String, String], StyleMisc[Builder, String, String], generic.Attrs[Builder, String, String], StringTags, generic.Util[Builder, String, String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. all
  2. DataConverters
  3. Tags
  4. Tags
  5. Styles
  6. StyleMisc
  7. Attrs
  8. StringTags
  9. Util
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ConcreteHtmlTag[T <: String] = TypedTag[T]

    Definition Classes
    StringTagsUtil
  2. class CssNumber[T] extends AnyRef

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

  3. implicit class ExtendedString extends AnyRef

    Provides extension methods on strings to fit them into Scalatag fragments.

  4. implicit class SeqNode[A] extends Modifier[Builder]

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

  5. trait TextAlign extends Style

    Definition Classes
    Styles

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit def ArrayNode[A](xs: Array[A])(implicit arg0: (A) ⇒ generic.Modifier[Builder]): SeqNode[A]

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

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

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

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

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

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

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

    Definition Classes
    DataConverters
  12. implicit def OptionNode[A](xs: Option[A])(implicit arg0: (A) ⇒ generic.Modifier[Builder]): SeqNode[A]

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

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

    Definition Classes
    Util
  13. implicit def Short2CssNumber(x: Short): CssNumber[Short]

    Definition Classes
    DataConverters
  14. implicit def UnitNode(u: Unit): generic.Modifier[Builder]

    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
    Util
  15. val a: ConcreteHtmlTag[Nothing]

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN

    Definition Classes
    TagsTags
  16. val accept: generic.Attr

    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
  17. val action: generic.Attr

    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
    Attrs
  18. val alt: generic.Attr

    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
  19. val area: ConcreteHtmlTag[Nothing]

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    MDN

    Definition Classes
    TagsTags
  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. val audio: ConcreteHtmlTag[Nothing]

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    MDN

    Definition Classes
    TagsTags
  22. val autocomplete: generic.Attr

    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
    Attrs
  23. val autofocus: generic.Attr

    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
    Attrs
  24. val b: ConcreteHtmlTag[Nothing]

    Bold text.

    Bold text.

    MDN

    Definition Classes
    TagsTags
  25. val background: generic.Style

    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
  26. object backgroundAttachment extends Style

    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.

  27. object backgroundClip extends Style

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

  28. val backgroundColor: generic.Style

    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
  29. val backgroundImage: MultiImageStyle

    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
  30. object backgroundOrigin extends Style

    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.

  31. val backgroundPosition: generic.Style

    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
  32. val backgroundRepeat: generic.Style

    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
  33. object backgroundSize extends Style

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

  34. val base: ConcreteHtmlTag[Nothing]

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    MDN

    Definition Classes
    TagsTags
  35. val blockquote: ConcreteHtmlTag[Nothing]

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    MDN

    Definition Classes
    TagsTags
  36. val body: ConcreteHtmlTag[Nothing]

    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
  37. val border: generic.Style

    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
  38. val borderBottom: generic.Style

    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
  39. val borderBottomColor: generic.Style

    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
  40. val borderBottomLeftRadius: BorderRadius

    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
  41. val borderBottomRightRadius: BorderRadius

    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
  42. val borderBottomStyle: BorderStyle

    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
  43. val borderBottomWidth: BorderWidth

    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
  44. object borderCollapse extends Style

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

  45. val borderColor: generic.Style

    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
  46. val borderLeft: generic.Style

    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
  47. val borderLeftColor: generic.Style

    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
  48. val borderLeftStyle: BorderStyle

    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
  49. val borderLeftWidth: BorderWidth

    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
  50. val borderRadius: generic.Style

    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
  51. val borderRight: generic.Style

    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
  52. val borderRightColor: generic.Style

    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
  53. val borderRightStyle: BorderStyle

    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
  54. val borderRightWidth: BorderWidth

    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
  55. object borderSpacing extends Style

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

  56. val borderStyle: generic.Style

    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
  57. val borderTop: generic.Style

    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
  58. val borderTopColor: generic.Style

    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
  59. val borderTopLeftRadius: BorderRadius

    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
  60. val borderTopRightRadius: BorderRadius

    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
  61. val borderTopStyle: BorderStyle

    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
  62. val borderTopWidth: BorderWidth

    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
  63. val borderWidth: generic.Style

    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
  64. val bottom: AutoStyle[String]

    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
  65. val boxShadow: generic.Style

    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
  66. object boxSizing extends Style

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

  67. val br: ConcreteHtmlTag[Nothing]

    Represents a line break.

    Represents a line break.

    MDN

    Definition Classes
    TagsTags
  68. val button: ConcreteHtmlTag[Nothing]

    A button

    A button

    MDN

    Definition Classes
    TagsTags
  69. val canvas: ConcreteHtmlTag[Nothing]

    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
  70. val caption: ConcreteHtmlTag[Nothing]

    The title of a table.

    The title of a table.

    MDN

    Definition Classes
    TagsTags
  71. object captionSide extends Style

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

  72. val charset: generic.Attr

    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
  73. val checked: generic.Attr

    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
    Attrs
  74. val cite: ConcreteHtmlTag[Nothing]

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    MDN

    Definition Classes
    TagsTags
  75. val class: generic.Attr

    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
    Attrs
  76. object clear extends Style

    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.

  77. object clip extends Style

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

  78. def clone(): AnyRef

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

    Shorthand for the class attribute

    Shorthand for the class attribute

    Definition Classes
    Attrs
  80. val code: ConcreteHtmlTag[Nothing]

    Represents computer code.

    Represents computer code.

    MDN

    Definition Classes
    TagsTags
  81. val col: ConcreteHtmlTag[Nothing]

    A single column.

    A single column.

    MDN

    Definition Classes
    TagsTags
  82. val colgroup: ConcreteHtmlTag[Nothing]

    A set of columns.

    A set of columns.

    MDN

    Definition Classes
    TagsTags
  83. object color extends CurrentColor

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

  84. val cols: generic.Attr

    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
  85. val content: generic.Style

    The content CSS property is used with the ::before and ::after pseudo-elements to generate content in an element.

    The content CSS property is used with the ::before and ::after pseudo-elements to generate content in an element. Objects inserted using the content property are anonymous replaced elements.

    MDN

    Definition Classes
    Styles
  86. object cursor extends Style

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

  87. val datalist: ConcreteHtmlTag[Nothing]

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

    Definition Classes
    TagsTags
  88. val dd: ConcreteHtmlTag[Nothing]

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    MDN

    Definition Classes
    TagsTags
  89. val del: ConcreteHtmlTag[Nothing]

    Defines a removal from the document.

    Defines a removal from the document.

    MDN

    Definition Classes
    TagsTags
  90. object direction extends Style

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

  91. val disabled: generic.Attr

    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
  92. object display extends Style

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

  93. val div: ConcreteHtmlTag[Nothing]

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    MDN

    Definition Classes
    TagsTags
  94. val dl: ConcreteHtmlTag[Nothing]

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

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

    MDN

    Definition Classes
    TagsTags
  95. val dt: ConcreteHtmlTag[Nothing]

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    MDN

    Definition Classes
    TagsTags
  96. val em: ConcreteHtmlTag[Nothing]

    Represents emphasized text.

    Represents emphasized text.

    MDN

    Definition Classes
    TagsTags
  97. val embed: ConcreteHtmlTag[Nothing]

    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
  98. object emptyCells extends Style

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

  99. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  101. val fieldset: ConcreteHtmlTag[Nothing]

    A set of fields.

    A set of fields.

    MDN

    Definition Classes
    TagsTags
  102. val figcaption: ConcreteHtmlTag[Nothing]

    Represents the legend of a figure.

    Represents the legend of a figure.

    MDN

    Definition Classes
    TagsTags
  103. val figure: ConcreteHtmlTag[Nothing]

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    MDN

    Definition Classes
    TagsTags
  104. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  105. object float extends Style

    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.

  106. val font: generic.Style

    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
  107. val fontFamily: generic.Style

    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
  108. val fontFeatureSettings: generic.Style

    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
  109. object fontSize extends Style

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

  110. val fontSizeAdjust: generic.Style

    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
  111. object fontStyle extends Style

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

  112. object fontWeight extends Style

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

  113. val footer: ConcreteHtmlTag[Nothing]

    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
  114. val for: generic.Attr

    Describes elements which belongs to this one.

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

    MDN

    Definition Classes
    Attrs
  115. val form: ConcreteHtmlTag[Nothing]

    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
  116. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  117. val h1: ConcreteHtmlTag[Nothing]

    Heading level 1

    Heading level 1

    MDN

    Definition Classes
    TagsTags
  118. val h2: ConcreteHtmlTag[Nothing]

    Heading level 2

    Heading level 2

    MDN

    Definition Classes
    TagsTags
  119. val h3: ConcreteHtmlTag[Nothing]

    Heading level 3

    Heading level 3

    MDN

    Definition Classes
    TagsTags
  120. val h4: ConcreteHtmlTag[Nothing]

    Heading level 4

    Heading level 4

    MDN

    Definition Classes
    TagsTags
  121. val h5: ConcreteHtmlTag[Nothing]

    Heading level 5

    Heading level 5

    MDN

    Definition Classes
    TagsTags
  122. val h6: ConcreteHtmlTag[Nothing]

    Heading level 6

    Heading level 6

    MDN

    Definition Classes
    TagsTags
  123. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  124. val head: ConcreteHtmlTag[Nothing]

    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
  125. val header: ConcreteHtmlTag[Nothing]

    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
  126. val height: AutoStyle[String]

    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
  127. val hr: ConcreteHtmlTag[Nothing]

    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
  128. val href: generic.Attr

    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
  129. val html: ConcreteHtmlTag[Nothing]

    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
  130. val i: ConcreteHtmlTag[Nothing]

    Italicized text.

    Italicized text.

    MDN

    Definition Classes
    TagsTags
  131. val id: generic.Attr

    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
    Attrs
  132. val iframe: ConcreteHtmlTag[Nothing]

    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
  133. val img: ConcreteHtmlTag[Nothing]

    Represents an image.

    Represents an image.

    MDN

    Definition Classes
    TagsTags
  134. val input: ConcreteHtmlTag[Nothing]

    A typed data field allowing the user to input data.

    A typed data field allowing the user to input data.

    MDN

    Definition Classes
    TagsTags
  135. val ins: ConcreteHtmlTag[Nothing]

    Defines an addition to the document.

    Defines an addition to the document.

    MDN

    Definition Classes
    TagsTags
  136. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  137. val label: ConcreteHtmlTag[Nothing]

    The caption of a single field

    The caption of a single field

    MDN

    Definition Classes
    TagsTags
  138. val lang: generic.Attr

    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
    Attrs
  139. val left: AutoStyle[String]

    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
  140. val legend: ConcreteHtmlTag[Nothing]

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

    Definition Classes
    TagsTags
  141. val letterSpacing: NormalOpenStyle[String]

    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
  142. val li: ConcreteHtmlTag[Nothing]

    Defines an item of an list.

    Defines an item of an list.

    MDN

    Definition Classes
    TagsTags
  143. val lineHeight: NormalOpenStyle[String]

    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
  144. val link: ConcreteHtmlTag[Nothing]

    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
  145. val listStyle: generic.Style

    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
  146. object listStyleImage extends Style

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

  147. object listStylePosition extends Style

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

  148. object listStyleType extends Style

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

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

    Definition Classes
    StringTagsUtil
  150. val map: ConcreteHtmlTag[Nothing]

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    MDN

    Definition Classes
    TagsTags
  151. object margin extends Style

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

  152. val marginBottom: AutoStyle[String]

    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
  153. val marginLeft: generic.Style with MarginAuto

    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
  154. val marginRight: generic.Style with MarginAuto

    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
  155. val marginTop: generic.Style with MarginAuto

    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
  156. object mask extends Style

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

  157. val maxHeight: NoneOpenStyle[String]

    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
  158. val maxWidth: generic.Style

    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
  159. val meta: ConcreteHtmlTag[Nothing]

    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
  160. val minHeight: generic.Style

    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
  161. val minWidth: generic.Style

    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
  162. val name: generic.Attr

    Name of the element.

    Name of the element. For example used by the server to identify the fields in form submits.

    MDN

    Definition Classes
    Attrs
  163. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  164. final def notify(): Unit

    Definition Classes
    AnyRef
  165. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  166. val object: ConcreteHtmlTag[Nothing]

    Represents an external resource, which is treated as an image, an HTML sub-document, or an external resource to be processed by a plug-in.

    Represents an external resource, which is treated as an image, an HTML sub-document, or an external resource to be processed by a plug-in.

    MDN

    Definition Classes
    TagsTags
  167. val ol: ConcreteHtmlTag[Nothing]

    Defines an ordered list of items.

    Defines an ordered list of items.

    MDN

    Definition Classes
    TagsTags
  168. val onblur: generic.Attr

    The blur event is raised when an element loses focus.

    The blur event is raised when an element loses focus.

    MDN

    Definition Classes
    Attrs
  169. val onchange: generic.Attr

    The change event is fired for input, select, and textarea elements when a change to the element's value is committed by the user.

    The change event is fired for input, select, and textarea elements when a change to the element's value is committed by the user.

    MDN

    Definition Classes
    Attrs
  170. val onclick: generic.Attr

    The click event is raised when the user clicks on an element.

    The click event is raised when the user clicks on an element. The click event will occur after the mousedown and mouseup events.

    MDN

    Definition Classes
    Attrs
  171. val onfocus: generic.Attr

    The focus event is raised when the user sets focus on the given element.

    The focus event is raised when the user sets focus on the given element.

    MDN

    Definition Classes
    Attrs
  172. val onkeydown: generic.Attr

    The keydown event is raised when the user presses a keyboard key.

    The keydown event is raised when the user presses a keyboard key.

    MDN

    Definition Classes
    Attrs
  173. val onload: generic.Attr

    The load event fires at the end of the document loading process.

    The load event fires at the end of the document loading process. At this point, all of the objects in the document are in the DOM, and all the images and sub-frames have finished loading.

    MDN

    Definition Classes
    Attrs
  174. val onmousedown: generic.Attr

    The mousedown event is raised when the user presses the mouse button.

    The mousedown event is raised when the user presses the mouse button.

    MDN

    Definition Classes
    Attrs
  175. val onmousemove: generic.Attr

    The mousemove event is raised when the user moves the mouse.

    The mousemove event is raised when the user moves the mouse.

    MDN

    Definition Classes
    Attrs
  176. val onmouseout: generic.Attr

    The mouseout event is raised when the mouse leaves an element (e.

    The mouseout event is raised when the mouse leaves an element (e.g, when the mouse moves off of an image in the web page, the mouseout event is raised for that image element).

    MDN

    Definition Classes
    Attrs
  177. val onmouseover: generic.Attr

    The mouseover event is raised when the user moves the mouse over a particular element.

    The mouseover event is raised when the user moves the mouse over a particular element.

    MDN

    Definition Classes
    Attrs
  178. val onmouseup: generic.Attr

    The mouseup event is raised when the user releases the mouse button.

    The mouseup event is raised when the user releases the mouse button.

    MDN

    Definition Classes
    Attrs
  179. val onreset: generic.Attr

    The reset event is fired when a form is reset.

    The reset event is fired when a form is reset.

    MDN

    Definition Classes
    Attrs
  180. val onselect: generic.Attr

    The select event only fires when text inside a text input or textarea is selected.

    The select event only fires when text inside a text input or textarea is selected. The event is fired after the text has been selected.

    MDN

    Definition Classes
    Attrs
  181. val onsubmit: generic.Attr

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

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

    Definition Classes
    Attrs
  182. val opacity: generic.Style

    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
  183. val optgroup: ConcreteHtmlTag[Nothing]

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

    Definition Classes
    TagsTags
  184. val option: ConcreteHtmlTag[Nothing]

    An option in a select element.

    An option in a select element.

    MDN

    Definition Classes
    TagsTags
  185. val outline: generic.Style

    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
  186. object outlineColor extends Style

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

  187. val outlineStyle: OutlineStyle

    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
  188. object outlineWidth extends Style

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

  189. object overflow extends Overflow

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

  190. val overflowX: Overflow

    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
  191. val overflowY: Overflow

    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
  192. val p: ConcreteHtmlTag[Nothing]

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    MDN

    Definition Classes
    TagsTags
  193. val padding: generic.Style

    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
  194. val paddingBottom: generic.Style

    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
  195. val paddingLeft: generic.Style

    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
  196. val paddingRight: generic.Style

    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
  197. val paddingTop: generic.Style

    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
  198. val param: ConcreteHtmlTag[Nothing]

    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
  199. val placeholder: generic.Attr

    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
    Attrs
  200. object pointerEvents extends Style

    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.

  201. object position extends Style

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

  202. val pre: ConcreteHtmlTag[Nothing]

    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
  203. object quotes extends Style

    Definition Classes
    Styles
  204. val readonly: generic.Attr

    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
    Attrs
  205. val rel: generic.Attr

    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
  206. val required: generic.Attr

    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
    Attrs
  207. val right: AutoStyle[String]

    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
  208. val rows: generic.Attr

    The number of visible text lines for the control.

    The number of visible text lines for the control.

    MDN

    Definition Classes
    Attrs
  209. val s: ConcreteHtmlTag[Nothing]

    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
  210. val script: ConcreteHtmlTag[Nothing]

    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
  211. val select: ConcreteHtmlTag[Nothing]

    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
  212. val size: generic.Attr

    The initial size of the control.

    The initial size of the control. This value is in pixels unless the value of the type attribute is text or password, in which case, it is an integer number of characters. Starting in HTML5, this attribute applies only when the type attribute is set to text, search, tel, url, email, or password; otherwise it is ignored. In addition, the size must be greater than zero. If you don't specify a size, a default value of 20 is used.

    MDN

    Definition Classes
    Attrs
  213. val small: ConcreteHtmlTag[Nothing]

    Represents a side comment; text like a disclaimer or copyright, which is not essential to the comprehension of the document.

    Represents a side comment; text like a disclaimer or copyright, which is not essential to the comprehension of the document.

    MDN

    Definition Classes
    TagsTags
  214. val source: ConcreteHtmlTag[Nothing]

    Allows the authors to specify alternate media resources for media elements like video or audio

    Allows the authors to specify alternate media resources for media elements like video or audio

    MDN

    Definition Classes
    TagsTags
  215. val span: ConcreteHtmlTag[Nothing]

    Represents text with no specific meaning.

    Represents text with no specific meaning. This has to be used when no other text-semantic element conveys an adequate meaning, which, in this case, is often brought by global attributes like class, lang, or dir.

    MDN

    Definition Classes
    TagsTags
  216. val spellcheck: generic.Attr

    This enumerated attribute defines whether the element may be checked for spelling errors.

    This enumerated attribute defines whether the element may be checked for spelling errors.

    MDN

    Definition Classes
    Attrs
  217. val src: generic.Attr

    If the value of the type attribute is image, this attribute specifies a URI for the location of an image to display on the graphical submit button; otherwise it is ignored.

    If the value of the type attribute is image, this attribute specifies a URI for the location of an image to display on the graphical submit button; otherwise it is ignored.

    MDN

    Definition Classes
    Attrs
  218. implicit def stringAttr: GenericAttr[String]

    Attributes
    protected[this]
    Definition Classes
    StringTagsUtil
  219. implicit def stringStyle: GenericStyle[String]

    Attributes
    protected[this]
    Definition Classes
    StringTagsUtil
  220. val strong: ConcreteHtmlTag[Nothing]

    Represents especially important text.

    Represents especially important text.

    MDN

    Definition Classes
    TagsTags
  221. val style: generic.Attr

    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
    Attrs
  222. val sub: ConcreteHtmlTag[Nothing]

    Subscript tag

    Subscript tag

    MDN

    Definition Classes
    TagsTags
  223. val sup: ConcreteHtmlTag[Nothing]

    Superscript tag.

    Superscript tag.

    MDN

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

    Definition Classes
    AnyRef
  225. val tabindex: generic.Attr

    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
    Attrs
  226. val table: ConcreteHtmlTag[Nothing]

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    MDN

    Definition Classes
    TagsTags
  227. object tableLayout extends Style

    Definition Classes
    Styles
  228. val target: generic.Attr

    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
    Attrs
  229. val tbody: ConcreteHtmlTag[Nothing]

    The table body.

    The table body.

    MDN

    Definition Classes
    TagsTags
  230. val td: ConcreteHtmlTag[Nothing]

    A single cell in a table.

    A single cell in a table.

    MDN

    Definition Classes
    TagsTags
  231. val textAlign: generic.Style with TextAlign

    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
  232. val textAlignLast: generic.Style with TextAlign

    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
  233. object textDecoration extends Style

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

  234. val textIndent: generic.Style

    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
  235. object textOverflow extends Style

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

  236. val textShadow: NoneOpenStyle[String]

    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
  237. object textTransform extends Style

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

  238. object textUnderlinePosition extends Style

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

  239. val textarea: ConcreteHtmlTag[Nothing]

    A multiline text edit control.

    A multiline text edit control.

    MDN

    Definition Classes
    TagsTags
  240. val tfoot: ConcreteHtmlTag[Nothing]

    The table footer.

    The table footer.

    MDN

    Definition Classes
    TagsTags
  241. val th: ConcreteHtmlTag[Nothing]

    A header cell in a table.

    A header cell in a table.

    MDN

    Definition Classes
    TagsTags
  242. val thead: ConcreteHtmlTag[Nothing]

    The table headers.

    The table headers.

    MDN

    Definition Classes
    TagsTags
  243. val title: generic.Attr

    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
    Attrs
  244. def toString(): String

    Definition Classes
    AnyRef → Any
  245. val top: AutoStyle[String]

    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
  246. val tpe: generic.Attr

    Shorthand for the type attribute

    Shorthand for the type attribute

    Definition Classes
    Attrs
  247. val tr: ConcreteHtmlTag[Nothing]

    A single row in a table.

    A single row in a table.

    MDN

    Definition Classes
    TagsTags
  248. val track: ConcreteHtmlTag[Nothing]

    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
  249. val type: generic.Attr

    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
    Attrs
  250. val u: ConcreteHtmlTag[Nothing]

    Underlined text.

    Underlined text.

    MDN

    Definition Classes
    TagsTags
  251. val ul: ConcreteHtmlTag[Nothing]

    Defines an unordered list of items.

    Defines an unordered list of items.

    MDN

    Definition Classes
    TagsTags
  252. val value: generic.Attr

    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
    Attrs
  253. object verticalAlign extends Style

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

  254. val video: ConcreteHtmlTag[Nothing]

    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
  255. object visibility extends Style

    Definition Classes
    Styles
  256. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  259. val wbr: ConcreteHtmlTag[Nothing]

    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
  260. object whiteSpace extends Style

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

  261. val width: AutoStyle[String]

    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
  262. val wordSpacing: NormalOpenStyle[String]

    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
  263. object wordWrap extends Style

    Definition Classes
    Styles
  264. val xmlns: generic.Attr

    Definition Classes
    Attrs
  265. val zIndex: AutoStyle[Int]

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped