object all extends PackageBase with HtmlTags with HtmlAttrAndStyles

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. all
  2. HtmlAttrAndStyles
  3. HtmlStyles
  4. HtmlAttrs
  5. HtmlTags
  6. PackageBase
  7. Implicits
  8. ImplicitsForVdomNode
  9. VdomNodeScalaSpecificImplicits
  10. ImplicitsForVdomAttr
  11. ImplicitsForVdomAttr1
  12. CssUnitsOps
  13. ImplicitsForTagMod
  14. Exports
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final type HtmlTag = vdom.HtmlTagOf[HtmlTopNode]
    Definition Classes
    Exports
  2. final type HtmlTagOf[+N <: HtmlTopNode] = vdom.HtmlTagOf[N]
    Definition Classes
    Exports
  3. final type SvgTag = vdom.SvgTagOf[SvgTopNode]
    Definition Classes
    Exports
  4. final type SvgTagOf[+N <: SvgTopNode] = vdom.SvgTagOf[N]
    Definition Classes
    Exports
  5. final type TagMod = vdom.TagMod

    Tag modifier.

    Tag modifier. Apply it to a VdomTag.

    Definition Classes
    Exports
  6. final type VdomArray = vdom.VdomArray
    Definition Classes
    Exports
  7. final type VdomAttr[-U] = Attr[U]
    Definition Classes
    Exports
  8. final type VdomElement = vdom.VdomElement
    Definition Classes
    Exports
  9. final type VdomNode = vdom.VdomNode
    Definition Classes
    Exports
  10. final type VdomTag = TagOf[TopNode]
    Definition Classes
    Exports
  11. final type VdomTagOf[+N <: TopNode] = TagOf[N]
    Definition Classes
    Exports

Value Members

  1. object aria

    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.

    Definition Classes
    HtmlAttrs
  2. object autoComplete extends Generic[Any]

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

    Definition Classes
    HtmlAttrs
  3. object role extends Generic[String]

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

    Definition Classes
    HtmlAttrs
    See also

    https://www.w3.org/TR/wai-aria-1.1/#role_definitions

  4. object target extends Generic[String]

    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
    HtmlAttrs
  5. object wrap extends Generic[Any]

    <textarea>: Indicates whether the text should be wrapped.

    <textarea>: Indicates whether the text should be wrapped.

    Definition Classes
    HtmlAttrs
  6. object alignContent extends Style[String]

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

    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.

    Definition Classes
    HtmlStyles
  7. object alignItems extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  8. object alignSelf extends Style[String]

    In flexbox layouts the align-self CSS property aligns flex items of the current flex line overriding the align-items value.

    In flexbox layouts 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.

    For grid layouts, aligns the content inside a grid item along the column axis (as opposed to justify-self which aligns along the row axis). This value applies to the content inside a single grid item.

    Definition Classes
    HtmlStyles
  9. object backfaceVisibility extends Style[String]

    The CSS backface-visibility property determines whether or not the back face of the element is visible when facing the user.

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

    Definition Classes
    HtmlStyles
  10. object backgroundAttachment extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  11. object backgroundClip extends Style[String]

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

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

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

    Definition Classes
    HtmlStyles
  12. object backgroundOrigin extends Style[String]

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

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

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

    Definition Classes
    HtmlStyles
  13. object backgroundSize extends Style[String]

    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.

    Definition Classes
    HtmlStyles
  14. object borderCollapse extends Style[String]

    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.

    Definition Classes
    HtmlStyles
  15. object borderSpacing extends Style[String]

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

    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.

    Definition Classes
    HtmlStyles
  16. object boxSizing extends Style[String]

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

    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.

    Definition Classes
    HtmlStyles
  17. object captionSide extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  18. object clear extends Style[String]

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

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

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

    Definition Classes
    HtmlStyles
  19. object clip extends Style[String]

    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.

    Definition Classes
    HtmlStyles
  20. object color extends Style[String]

    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.

    Definition Classes
    HtmlStyles
  21. object columnFill extends Style[String]

    The column-fill CSS property controls how contents are partitioned into columns.

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

    Definition Classes
    HtmlStyles
  22. object columnRuleStyle extends OutlineStyle

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

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

    Definition Classes
    HtmlStyles
  23. object columnRuleWidth extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  24. object columnSpan extends Style[String]

    The column-span CSS property makes it possible for an element to span across all columns when its value is set to all.

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

    Definition Classes
    HtmlStyles
  25. object columns extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  26. object cursor extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  27. object direction extends Style[String]

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

    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.

    Definition Classes
    HtmlStyles
  28. object display extends Style[String]

    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.

    Definition Classes
    HtmlStyles
  29. object emptyCells extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  30. object flexDirection extends Style[String]

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

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

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

    Definition Classes
    HtmlStyles
  31. object flexWrap extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  32. object float extends Style[String]

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

    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.

    Definition Classes
    HtmlStyles
  33. object fontSize extends Style[String]

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

    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.

    Definition Classes
    HtmlStyles
  34. object fontStyle extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  35. object fontWeight extends Style[String]

    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.

    Definition Classes
    HtmlStyles
  36. object gridTemplateAreas extends Style[String]

    Defines a grid template by referencing the names of the grid areas which are specified with the grid-area property.

    Defines a grid template by referencing the names of the grid areas which are specified with the grid-area property. Repeating the name of a grid area causes the content to span those cells. A period signifies an empty cell. The syntax itself provides a visualization of the structure of the grid. Must have a value of "<grid-area-name> | . | none | ..." "...", where: * <grid-area-name> - the name of a grid area specified with grid-area * . - a period signifies an empty grid cell * none - no grid areas are defined

    Definition Classes
    HtmlStyles
  37. object justifyContent extends Style[String]

    The CSS justify-content property defines how a browser distributes available space between and around elements when aligning flex items in the main-axis of the current line.

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

    Definition Classes
    HtmlStyles
  38. object justifyItems extends Style[String]

    Aligns the content inside a grid item along the row axis (as opposed to align-items which aligns along the column axis).

    Aligns the content inside a grid item along the row axis (as opposed to align-items which aligns along the column axis). This value applies to all grid items inside the container.

    Definition Classes
    HtmlStyles
  39. object justifySelf extends Style[String]

    Aligns the content inside a grid item along the row axis (as opposed to align-self which aligns along the column axis).

    Aligns the content inside a grid item along the row axis (as opposed to align-self which aligns along the column axis). This value applies to the content inside a single grid item.

    Definition Classes
    HtmlStyles
  40. object listStyleImage extends Style[String]

    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.

    Definition Classes
    HtmlStyles
  41. object listStylePosition extends Style[String]

    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.

    Definition Classes
    HtmlStyles
  42. object listStyleType extends Style[String]

    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.

    Definition Classes
    HtmlStyles
  43. object mask extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  44. object outlineColor extends Style[String]

    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.

    Definition Classes
    HtmlStyles
  45. object outlineWidth extends Style[String]

    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.

    Definition Classes
    HtmlStyles
  46. object overflowWrap extends Style[String]
    Definition Classes
    HtmlStyles
  47. object pointerEvents extends Style[String]

    The CSS property pointer-events allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events.

    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.

    Definition Classes
    HtmlStyles
  48. object position extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  49. object quotes extends Style[String]
    Definition Classes
    HtmlStyles
  50. object tableLayout extends Style[String]
    Definition Classes
    HtmlStyles
  51. object textDecoration extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  52. object textOverflow extends Style[String]

    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.

    Definition Classes
    HtmlStyles
  53. object textTransform extends Style[String]

    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.

    Definition Classes
    HtmlStyles
  54. object textUnderlinePosition extends Style[String]

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

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

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

    Definition Classes
    HtmlStyles
  55. object transformStyle extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  56. object unicodeBidi extends Style[String]

    The unicode-bidi CSS property together with the direction property relates to the handling of bidirectional text in a document.

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

    Definition Classes
    HtmlStyles
  57. object verticalAlign extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  58. object visibility extends Style[String]
    Definition Classes
    HtmlStyles
  59. object whiteSpace extends Style[String]

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

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

    Definition Classes
    HtmlStyles
  60. object wordBreak extends Style[String]

    The word-break CSS property is used to specify how (or if) to break lines within words.

    The word-break CSS property is used to specify how (or if) to break lines within words.

    Definition Classes
    HtmlStyles
  61. object wordWrap extends Style[String]

    The property was originally a nonstandard and unprefixed Microsoft extension called word-wrap, and was implemented by most browsers with the same name.

    The property was originally a nonstandard and unprefixed Microsoft extension called word-wrap, and was implemented by most browsers with the same name. It has since been renamed to overflow-wrap, with word-wrap being an alias.

    Definition Classes
    HtmlStyles
  62. object a extends TagOf[Anchor]

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    Definition Classes
    HtmlTags
  63. object input extends TagOf[Input]

    The HTML element <input> is used to create interactive controls for web-based forms in order to accept data from the user.

    The HTML element <input> is used to create interactive controls for web-based forms in order to accept data from the user. How an <input> works varies considerably depending on the value of its type attribute.

    Definition Classes
    HtmlTags
  64. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  65. final def ##: Int
    Definition Classes
    AnyRef → Any
  66. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  67. final val EmptyVdom: VdomNode
    Definition Classes
    Exports
  68. final def HtmlTag(name: String): HtmlTag
    Definition Classes
    Exports
    Annotations
    @inline()
  69. final val HtmlTagOf: vdom.HtmlTagOf.type
    Definition Classes
    Exports
  70. final val ReactPortal: vdom.ReactPortal.type
    Definition Classes
    Exports
  71. final def SvgTag(name: String): SvgTag
    Definition Classes
    Exports
    Annotations
    @inline()
  72. final val SvgTagOf: vdom.SvgTagOf.type
    Definition Classes
    Exports
  73. final val TagMod: vdom.TagMod.type
    Definition Classes
    Exports
  74. final val VdomArray: vdom.VdomArray.type
    Definition Classes
    Exports
  75. final val VdomAttr: Attr.type
    Definition Classes
    Exports
  76. final val VdomElement: vdom.VdomElement.type
    Definition Classes
    Exports
  77. final val VdomNode: vdom.VdomNode.type
    Definition Classes
    Exports
  78. final val VdomStyle: Style.type
    Definition Classes
    Exports
  79. final def abbr: vdom.HtmlTagOf[Element]

    An abbreviation or acronym; the expansion of the abbreviation can be represented in the title attribute.

    An abbreviation or acronym; the expansion of the abbreviation can be represented in the title attribute.

    Definition Classes
    HtmlTags
  80. final def accept: Attr[Any]

    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.

    Definition Classes
    HtmlAttrs
  81. final def acceptCharset: Attr[Any]
    Definition Classes
    HtmlAttrs
  82. final def accessKey: Attr[Any]
    Definition Classes
    HtmlAttrs
  83. final def action: Attr[Any]

    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.

    Definition Classes
    HtmlAttrs
  84. final def address: vdom.HtmlTagOf[Element]

    Defines a section containing contact information.

    Defines a section containing contact information.

    Definition Classes
    HtmlTags
  85. final def allowFullScreen: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  86. final def allowTransparency: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  87. final def alt: Attr[String]

    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.

    Definition Classes
    HtmlAttrs
  88. final def animation: Attr[String]

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

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

    Definition Classes
    HtmlStyles
  89. final def animationDelay: MultiTimeStyle

    The animation-delay CSS property specifies when the animation should start.

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

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

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

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

    Definition Classes
    HtmlStyles
  90. final def animationDirection: Attr[String]

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

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

    Definition Classes
    HtmlStyles
  91. final def animationDuration: Attr[String]

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

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

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

    Definition Classes
    HtmlStyles
  92. final def animationFillMode: Attr[String]

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

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

    Definition Classes
    HtmlStyles
  93. final def animationIterationCount: Attr[String]

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

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

    Definition Classes
    HtmlStyles
  94. final def animationName: Attr[String]

    The animation-name CSS property specifies a list of animations that should be applied to the selected element.

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

    Definition Classes
    HtmlStyles
  95. final def animationPlayState: Attr[String]

    The animation-play-state CSS property determines whether an animation is running or paused.

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

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

    Definition Classes
    HtmlStyles
  96. final def animationTimingFunction: Attr[String]

    The CSS animation-timing-function property specifies how a CSS animation should progress over the duration of each cycle.

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

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

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

    Definition Classes
    HtmlStyles
  97. final def area: Exports.HtmlTagOf[Area]

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    Definition Classes
    HtmlTags
  98. final def article: vdom.HtmlTagOf[Element]

    Defines self-contained content that could exist independently of the rest of the content.

    Defines self-contained content that could exist independently of the rest of the content.

    Definition Classes
    HtmlTags
  99. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  100. final def aside: vdom.HtmlTagOf[Element]

    Defines some content loosely related to the page content.

    Defines some content loosely related to the page content. If it is removed, the remaining content still makes sense.

    Definition Classes
    HtmlTags
  101. final def async: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  102. final def audio: vdom.HtmlTagOf[Audio]

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    Definition Classes
    HtmlTags
  103. final def autoCapitalize: Attr[Any]
    Definition Classes
    HtmlAttrs
  104. final def autoCorrect: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  105. final def autoFocus: Attr[Boolean]

    This Boolean attribute lets you specify that a form control should have input focus when the page loads, unless the user overrides it, for example by typing in a different control.

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

    Definition Classes
    HtmlAttrs
  106. final def autoPlay: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  107. final def autoSave: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  108. final def b: vdom.HtmlTagOf[Element]

    Bold text.

    Bold text.

    Definition Classes
    HtmlTags
  109. final def background: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  110. final def backgroundColor: Attr[String]

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

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

    Definition Classes
    HtmlStyles
  111. final def 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.

    Definition Classes
    HtmlStyles
  112. final def backgroundPosition: Attr[String]

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

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

    Definition Classes
    HtmlStyles
  113. final def backgroundRepeat: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  114. final def base: Exports.HtmlTagOf[Base]

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    Definition Classes
    HtmlTags
  115. final def bdi: vdom.HtmlTagOf[Element]

    Represents text that must be isolated from its surrounding for bidirectional text formatting.

    Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows embedding a span of text with a different, or unknown, directionality.

    Definition Classes
    HtmlTags
  116. final def bdo: vdom.HtmlTagOf[Element]

    Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.

    Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.

    Definition Classes
    HtmlTags
  117. final def blockquote: vdom.HtmlTagOf[Quote]

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    Definition Classes
    HtmlTags
  118. final def body: vdom.HtmlTagOf[Body]

    Represents the content of an HTML document.

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

    Definition Classes
    HtmlTags
  119. final def border: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  120. final def borderBottom: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  121. final def borderBottomColor: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  122. final def 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.

    Definition Classes
    HtmlStyles
  123. final def 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.

    Definition Classes
    HtmlStyles
  124. final def 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.

    Definition Classes
    HtmlStyles
  125. final def 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.

    Definition Classes
    HtmlStyles
  126. final def borderColor: Attr[String]

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

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

    Definition Classes
    HtmlStyles
  127. final def borderLeft: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  128. final def borderLeftColor: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  129. final def 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.

    Definition Classes
    HtmlStyles
  130. final def 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.

    Definition Classes
    HtmlStyles
  131. final def borderRadius: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  132. final def borderRight: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  133. final def borderRightColor: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  134. final def 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.

    Definition Classes
    HtmlStyles
  135. final def 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.

    Definition Classes
    HtmlStyles
  136. final def borderStyle: BorderStyle

    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.

    Definition Classes
    HtmlStyles
  137. final def borderTop: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  138. final def borderTopColor: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  139. final def 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.

    Definition Classes
    HtmlStyles
  140. final def 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.

    Definition Classes
    HtmlStyles
  141. final def 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.

    Definition Classes
    HtmlStyles
  142. final def 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.

    Definition Classes
    HtmlStyles
  143. final def borderWidth: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  144. final def bottom: AutoStyle

    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.

    Definition Classes
    HtmlStyles
  145. final def boxShadow: Attr[String]

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

    Definition Classes
    HtmlStyles
  146. final def br: Exports.HtmlTagOf[BR]

    Represents a line break.

    Represents a line break.

    Definition Classes
    HtmlTags
  147. final def button: vdom.HtmlTagOf[Button]
    Definition Classes
    HtmlTags
  148. final def canvas: vdom.HtmlTagOf[Canvas]

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

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

    Definition Classes
    HtmlTags
  149. final def caption: vdom.HtmlTagOf[TableCaption]

    The title of a table.

    The title of a table.

    Definition Classes
    HtmlTags
  150. final def capture: Attr[Any]

    The capture attribute allows authors to declaratively request use of a media capture mechanism, such as a camera or microphone, from within a file upload control, for capturing media on the spot.

    The capture attribute allows authors to declaratively request use of a media capture mechanism, such as a camera or microphone, from within a file upload control, for capturing media on the spot.

    Definition Classes
    HtmlAttrs
  151. final def cellPadding: Attr[Any]
    Definition Classes
    HtmlAttrs
  152. final def cellSpacing: Attr[Any]
    Definition Classes
    HtmlAttrs
  153. final def challenge: Attr[Any]

    <keygen>: A challenge string that is submitted along with the public key.

    <keygen>: A challenge string that is submitted along with the public key.

    Definition Classes
    HtmlAttrs
  154. final def charset: Attr[String]

    Declares the character encoding of the page or script.

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

    Definition Classes
    HtmlAttrs
  155. final def checked: Attr[Boolean]

    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.

    Definition Classes
    HtmlAttrs
  156. final def cite: vdom.HtmlTagOf[Element]

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    Definition Classes
    HtmlTags
  157. final def citeAttr: Attr[Any]
    Definition Classes
    HtmlAttrs
  158. final def class: Attr[String]
    Definition Classes
    HtmlAttrs
  159. final def classID: Attr[Any]
    Definition Classes
    HtmlAttrs
  160. final def className: Attr[String]
    Definition Classes
    HtmlAttrs
  161. final def classSet(ps: (String, Boolean)*): PackageBase.TagMod
    Definition Classes
    HtmlAttrs
  162. final def classSet1(a: String, ps: (String, Boolean)*): PackageBase.TagMod
    Definition Classes
    HtmlAttrs
  163. final def classSet1M(a: String, ps: Map[String, Boolean]): PackageBase.TagMod
    Definition Classes
    HtmlAttrs
  164. final def classSetM(ps: Map[String, Boolean]): PackageBase.TagMod
    Definition Classes
    HtmlAttrs
  165. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  166. final def cls: Attr[String]
    Definition Classes
    HtmlAttrs
  167. final def code: vdom.HtmlTagOf[Element]

    Represents computer code.

    Represents computer code.

    Definition Classes
    HtmlTags
  168. final def col: Exports.HtmlTagOf[TableCol]

    A single column.

    A single column.

    Definition Classes
    HtmlTags
  169. final def colSpan: Attr[Int]
    Definition Classes
    HtmlAttrs
  170. final def colgroup: vdom.HtmlTagOf[TableCol]

    A set of columns.

    A set of columns.

    Definition Classes
    HtmlTags
  171. final def cols: Attr[Any]

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

    Definition Classes
    HtmlAttrs
  172. final def columnCount: AutoStyle

    The column-count CSS property describes the number of columns of the element.

    The column-count CSS property describes the number of columns of the element.

    Definition Classes
    HtmlStyles
  173. final def columnGap: NormalOpenStyle

    The column-gap CSS property sets the size of the gap between columns for elements which are specified to display as a multi-column element.

    The column-gap CSS property sets the size of the gap between columns for elements which are specified to display as a multi-column element.

    Definition Classes
    HtmlStyles
  174. final def columnRule: Attr[String]

    In multi-column layouts, the column-rule CSS property specifies a straight line, or "rule", to be drawn between each column.

    In multi-column layouts, the column-rule CSS property specifies a straight line, or "rule", to be drawn between each column. It is a convenient shorthand to avoid setting each of the individual column-rule-* properties separately : column-rule-width, column-rule-style and column-rule-color.

    Definition Classes
    HtmlStyles
  175. final def columnRuleColor: Attr[String]

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

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

    Definition Classes
    HtmlStyles
  176. final def columnWidth: AutoStyle

    The column-width CSS property suggests an optimal column width.

    The column-width CSS property suggests an optimal column width. This is not a absolute value but a mere hint. Browser will adjust the width of the column around that suggested value, allowing to achieve scalable designs that fit different screen size. Especially in presence of the column-count CSS property which has precedence, to set an exact column width, all Length values must be specified. In horizontal text these are width, column-width, column-gap, and column-rule-width

    Definition Classes
    HtmlStyles
  177. final def command: Exports.HtmlTagOf[Element]

    A command that the user can invoke.

    A command that the user can invoke.

    Definition Classes
    HtmlTags
  178. final def contentAttr: Attr[Any]

    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.

    Definition Classes
    HtmlAttrs
  179. final def contentEditable: Attr[Any]
    Definition Classes
    HtmlAttrs
  180. final def contentStyle: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  181. final def contextMenu: Attr[Any]
    Definition Classes
    HtmlAttrs
  182. final def controls: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  183. final def coords: Attr[Any]
    Definition Classes
    HtmlAttrs
  184. final def counterIncrement: Attr[String]

    The counter-increment CSS property is used to increase the value of CSS Counters by a given value.

    The counter-increment CSS property is used to increase the value of CSS Counters by a given value. The counter's value can be reset using the counter-reset CSS property.

    Definition Classes
    HtmlStyles
  185. final def counterReset: Attr[String]

    The counter-reset CSS property is used to reset CSS Counters to a given value.

    The counter-reset CSS property is used to reset CSS Counters to a given value.

    Definition Classes
    HtmlStyles
  186. final def crossOrigin: Attr[Any]
    Definition Classes
    HtmlAttrs
  187. final def dangerouslySetInnerHtml: Attr[InnerHtmlAttr]
    Definition Classes
    HtmlAttrs
  188. final def data: vdom.HtmlTagOf[Element]

    Associates to its content a machine-readable equivalent.

    Associates to its content a machine-readable equivalent.

    Definition Classes
    HtmlTags
  189. final def datalist: vdom.HtmlTagOf[DataList]

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    Definition Classes
    HtmlTags
  190. final def dateTime: Attr[Any]
    Definition Classes
    HtmlAttrs
  191. final def dd: vdom.HtmlTagOf[Element]

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    Definition Classes
    HtmlTags
  192. final def default: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  193. final def defaultValue: Attr[Any]
    Definition Classes
    HtmlAttrs
  194. final def defer: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  195. final def del: vdom.HtmlTagOf[Mod]

    Defines a remofinal def from the document.

    Defines a remofinal def from the document.

    Definition Classes
    HtmlTags
  196. final def details: vdom.HtmlTagOf[Element]

    A widget from which the user can obtain additional information or controls.

    A widget from which the user can obtain additional information or controls.

    Definition Classes
    HtmlTags
  197. final def dfn: vdom.HtmlTagOf[Element]

    Represents a term whose definition is contained in its nearest ancestor content.

    Represents a term whose definition is contained in its nearest ancestor content.

    Definition Classes
    HtmlTags
  198. final def dir: Attr[Any]
    Definition Classes
    HtmlAttrs
  199. final def disablePictureInPicture: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  200. final def disableRemotePlayback: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  201. final def disabled: Attr[Boolean]

    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.

    Definition Classes
    HtmlAttrs
  202. final def div: vdom.HtmlTagOf[Div]

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    Definition Classes
    HtmlTags
  203. final def dl: vdom.HtmlTagOf[DList]

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

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

    Definition Classes
    HtmlTags
  204. final def download: Attr[Any]
    Definition Classes
    HtmlAttrs
  205. final def draggable: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  206. final def dt: vdom.HtmlTagOf[Element]

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    Definition Classes
    HtmlTags
  207. final def em: vdom.HtmlTagOf[Element]

    Represents emphasized text.

    Represents emphasized text.

    Definition Classes
    HtmlTags
  208. final def embed: Exports.HtmlTagOf[Embed]

    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.

    Definition Classes
    HtmlTags
  209. final def encType: Attr[Any]
    Definition Classes
    HtmlAttrs
  210. final def enterKeyHint: Attr[String]
    Definition Classes
    HtmlAttrs
  211. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  212. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  213. final def fieldset: vdom.HtmlTagOf[FieldSet]

    A set of fields.

    A set of fields.

    Definition Classes
    HtmlTags
  214. final def figcaption: vdom.HtmlTagOf[Element]

    Represents the legend of a figure.

    Represents the legend of a figure.

    Definition Classes
    HtmlTags
  215. final def figure: vdom.HtmlTagOf[Element]

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    Definition Classes
    HtmlTags
  216. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  217. final def flex: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  218. final def flexBasis: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  219. final def flexGrow: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  220. final def flexShrink: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  221. final def font: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  222. final def fontFamily: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  223. final def fontFeatureSettings: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  224. final def fontSizeAdjust: Attr[String]

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

    Definition Classes
    HtmlStyles
  225. final def footer: vdom.HtmlTagOf[Element]

    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.

    Definition Classes
    HtmlTags
  226. final def for: Attr[Any]

    Describes elements which belongs to this one.

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

    Definition Classes
    HtmlAttrs
  227. final def form: vdom.HtmlTagOf[Form]

    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.

    Definition Classes
    HtmlTags
  228. final def formAction: Attr[Any]
    Definition Classes
    HtmlAttrs
  229. final def formEncType: Attr[Any]
    Definition Classes
    HtmlAttrs
  230. final def formId: Attr[Any]

    Allows association of an input to a non-ancestoral form.

    Allows association of an input to a non-ancestoral form.

    Definition Classes
    HtmlAttrs
  231. final def formMethod: Attr[Any]
    Definition Classes
    HtmlAttrs
  232. final def formNoValidate: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  233. final def formTarget: Attr[Any]
    Definition Classes
    HtmlAttrs
  234. final def frameBorder: Attr[Any]
    Definition Classes
    HtmlAttrs
  235. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  236. final def gridArea: Attr[String]

    Gives an item a name so that it can be referenced by a template created with the grid-template-areas property.

    Gives an item a name so that it can be referenced by a template created with the grid-template-areas property. Alternatively, this property can be used as an even shorter shorthand for grid-row-start + grid-column-start + grid-row-end + grid-column-end. Must have a value of <name> | <row-start> / <column-start> / <row-end> / <column-end>, where: * <name> - a name of your choosing * <row-start> / <column-start> / <row-end> / <column-end> - can be numbers or names

    Definition Classes
    HtmlStyles
  237. final def gridColumn: Attr[String]

    Shorthand for grid-column-start + grid-column-end.

    Shorthand for grid-column-start + grid-column-end. Must have a value of <start-line> / <end-line> | <start-line> / span <value>, where <start-line> / <end-line> - each one accepts all the same values as the longhand version, including span.

    Definition Classes
    HtmlStyles
  238. final def gridColumnEnd: Attr[String]

    Determines a grid item's location within the grid by referring to specific grid lines.

    Determines a grid item's location within the grid by referring to specific grid lines. grid-column-end is the line where the item ends. Must be in the form of <number> | <name> | span <number> | span <name> | auto, where: * <line> - can be a number to refer to a numbered grid line, or a name to refer to a named grid line * span <number> - the item will span across the provided number of grid tracks * span <name> - the item will span across until it hits the next line with the provided name * auto - indicates auto-placement, an automatic span, or a default span of one

    Definition Classes
    HtmlStyles
  239. final def gridColumnGap: Attr[String]

    Specifies the size of the grid lines.

    Specifies the size of the grid lines. You can think of it like setting the width of the gutters between the columns. Must have a simple size value.

    Definition Classes
    HtmlStyles
  240. final def gridColumnStart: Attr[String]

    Determines a grid item's location within the grid by referring to specific grid lines.

    Determines a grid item's location within the grid by referring to specific grid lines. grid-column-start is the line where the item begins. Must be in the form of <number> | <name> | span <number> | span <name> | auto, where: * <line> - can be a number to refer to a numbered grid line, or a name to refer to a named grid line * span <number> - the item will span across the provided number of grid tracks * span <name> - the item will span across until it hits the next line with the provided name * auto - indicates auto-placement, an automatic span, or a default span of one

    Definition Classes
    HtmlStyles
  241. final def gridGap: Attr[String]

    A shorthand for grid-row-gap and grid-column-gap.

    A shorthand for grid-row-gap and grid-column-gap. Must have two values of <grid-row-gap> <grid-column-gap>.

    Definition Classes
    HtmlStyles
  242. final def gridRow: Attr[String]

    Shorthand for grid-row-start + grid-row-end.

    Shorthand for grid-row-start + grid-row-end. Must have a value of <start-line> / <end-line> | <start-line> / span <value>, where <start-line> / <end-line> - each one accepts all the same values as the longhand version, including span.

    Definition Classes
    HtmlStyles
  243. final def gridRowEnd: Attr[String]

    Determines a grid item's location within the grid by referring to specific grid lines.

    Determines a grid item's location within the grid by referring to specific grid lines. grid-column-end is the line where the item ends. Must be in the form of <number> | <name> | span <number> | span <name> | auto, where: * <line> - can be a number to refer to a numbered grid line, or a name to refer to a named grid line * span <number> - the item will span across the provided number of grid tracks * span <name> - the item will span across until it hits the next line with the provided name * auto - indicates auto-placement, an automatic span, or a default span of one

    Definition Classes
    HtmlStyles
  244. final def gridRowGap: Attr[String]

    Specifies the size of the grid lines.

    Specifies the size of the grid lines. You can think of it like setting the width of the gutters between the rows. Must have a simple size value.

    Definition Classes
    HtmlStyles
  245. final def gridRowStart: Attr[String]

    Determines a grid item's location within the grid by referring to specific grid lines.

    Determines a grid item's location within the grid by referring to specific grid lines. grid-column-start is the line where the item begins. Must be in the form of <number> | <name> | span <number> | span <name> | auto, where: * <line> - can be a number to refer to a numbered grid line, or a name to refer to a named grid line * span <number> - the item will span across the provided number of grid tracks * span <name> - the item will span across until it hits the next line with the provided name * auto - indicates auto-placement, an automatic span, or a default span of one

    Definition Classes
    HtmlStyles
  246. final def gridTemplateColumns: Attr[String]

    Defines the columns of the grid with a space-separated list of values.

    Defines the columns of the grid with a space-separated list of values. Must be in the form of <track-size> ... | <line-name> <track-size> .... The values represent the track size, and the space between them represents the grid line. Tracks can have arbitrary names of your choosing.

    Definition Classes
    HtmlStyles
  247. final def gridTemplateRows: Attr[String]

    Defines the rows of the grid with a space-separated list of values.

    Defines the rows of the grid with a space-separated list of values. Must be in the form of <track-size> ... | <line-name> <track-size> .... The values represent the track size, and the space between them represents the grid line. Tracks can have arbitrary names of your choosing.

    Definition Classes
    HtmlStyles
  248. final def h1: vdom.HtmlTagOf[Heading]

    Heading level 1

    Heading level 1

    Definition Classes
    HtmlTags
  249. final def h2: vdom.HtmlTagOf[Heading]

    Heading level 2

    Heading level 2

    Definition Classes
    HtmlTags
  250. final def h3: vdom.HtmlTagOf[Heading]

    Heading level 3

    Heading level 3

    Definition Classes
    HtmlTags
  251. final def h4: vdom.HtmlTagOf[Heading]

    Heading level 4

    Heading level 4

    Definition Classes
    HtmlTags
  252. final def h5: vdom.HtmlTagOf[Heading]

    Heading level 5

    Heading level 5

    Definition Classes
    HtmlTags
  253. final def h6: vdom.HtmlTagOf[Heading]

    Heading level 6

    Heading level 6

    Definition Classes
    HtmlTags
  254. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  255. final def head: vdom.HtmlTagOf[Head]

    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.

    Definition Classes
    HtmlTags
  256. final def header: vdom.HtmlTagOf[Element]

    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.

    Definition Classes
    HtmlTags
  257. final def headers: Attr[Any]
    Definition Classes
    HtmlAttrs
  258. final def height: AutoStyle

    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.

    Definition Classes
    HtmlStyles
  259. final def hidden: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  260. final def high: Attr[Any]

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

  261. final def hr: Exports.HtmlTagOf[HR]

    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.

    Definition Classes
    HtmlTags
  262. final def href: Attr[String]

    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.

    Definition Classes
    HtmlAttrs
  263. final def hrefLang: Attr[Any]
    Definition Classes
    HtmlAttrs
  264. final def html: vdom.HtmlTagOf[Html]

    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.

    Definition Classes
    HtmlTags
  265. final def htmlFor: Attr[Any]
    Definition Classes
    HtmlAttrs
  266. final def httpEquiv: Attr[Any]

    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

    Definition Classes
    HtmlAttrs
  267. final def i: vdom.HtmlTagOf[Element]

    Italicized text.

    Italicized text.

    Definition Classes
    HtmlTags
  268. final def icon: Attr[Any]
    Definition Classes
    HtmlAttrs
  269. final def id: Attr[Any]

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

    Definition Classes
    HtmlAttrs
  270. final def iframe: vdom.HtmlTagOf[IFrame]

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

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

    Definition Classes
    HtmlTags
  271. final def img: Exports.HtmlTagOf[Image]

    Represents an image.

    Represents an image.

    Definition Classes
    HtmlTags
  272. final def inputMode: Attr[Any]

    The inputmode attribute tells the browser on devices with dynamic keyboards which keyboard to display.

    The inputmode attribute tells the browser on devices with dynamic keyboards which keyboard to display. The inputmode attribute applies to the text, search and password input types as well as <textarea>.

    Definition Classes
    HtmlAttrs
  273. final def ins: vdom.HtmlTagOf[Mod]

    Defines an addition to the document.

    Defines an addition to the document.

    Definition Classes
    HtmlTags
  274. final def integrity: Attr[Any]

    http://www.w3.org/TR/2015/CR-SRI-20151112/#the-integrity-attribute

    http://www.w3.org/TR/2015/CR-SRI-20151112/#the-integrity-attribute

    Definition Classes
    HtmlAttrs
  275. final def is: Attr[Any]
    Definition Classes
    HtmlAttrs
  276. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  277. final def itemProp: Attr[Any]
    Definition Classes
    HtmlAttrs
  278. final def itemScope: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  279. final def itemType: Attr[Any]
    Definition Classes
    HtmlAttrs
  280. final def kbd: vdom.HtmlTagOf[Element]

    Represents user input, often from a keyboard, but not necessarily.

    Represents user input, often from a keyboard, but not necessarily.

    Definition Classes
    HtmlTags
  281. final val key: Key.type

    React key

    React key

    Definition Classes
    HtmlAttrs
  282. def keyAttr: Key
    Annotations
    @inline()
  283. final def keyParams: Attr[Any]

    For use in <keygen>

    For use in <keygen>

    Definition Classes
    HtmlAttrs
  284. final def keyType: Attr[Any]

    <keygen>: Specifies the type of key generated.

    <keygen>: Specifies the type of key generated.

    Definition Classes
    HtmlAttrs
  285. final def keygen: Exports.HtmlTagOf[Element]

    A key-pair generator control.

    A key-pair generator control.

    Definition Classes
    HtmlTags
  286. final def kind: Attr[Any]
    Definition Classes
    HtmlAttrs
  287. final def label: vdom.HtmlTagOf[Label]

    The caption of a single field

    The caption of a single field

    Definition Classes
    HtmlTags
  288. final def lang: Attr[String]

    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.

    Definition Classes
    HtmlAttrs
  289. final def left: AutoStyle

    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.

    Definition Classes
    HtmlStyles
  290. final def legend: vdom.HtmlTagOf[Legend]

    The caption for a fieldset.

    The caption for a fieldset.

    Definition Classes
    HtmlTags
  291. final def letterSpacing: NormalOpenStyle

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

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

    Definition Classes
    HtmlStyles
  292. final def li: vdom.HtmlTagOf[LI]

    Defines an item of an list.

    Defines an item of an list.

    Definition Classes
    HtmlTags
  293. final def lineHeight: NormalOpenStyle

    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.

    Definition Classes
    HtmlStyles
  294. final def link: Exports.HtmlTagOf[Link]

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

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

    Definition Classes
    HtmlTags
  295. final def list: Attr[Any]
    Definition Classes
    HtmlAttrs
  296. final def listStyle: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  297. final def loop: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  298. final def low: Attr[Any]

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

  299. final def main: vdom.HtmlTagOf[Element]

    Defines the main or important content in the document.

    Defines the main or important content in the document. There is only one main element in the document.

    Definition Classes
    HtmlTags
  300. final def manifest: Attr[Any]
    Definition Classes
    HtmlAttrs
  301. final def map: vdom.HtmlTagOf[Map]

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    Definition Classes
    HtmlTags
  302. final def margin: AutoStyle

    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.

    Definition Classes
    HtmlStyles
  303. final def marginBottom: AutoStyle

    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.

    Definition Classes
    HtmlStyles
  304. final def marginHeight: Attr[Any]
    Definition Classes
    HtmlAttrs
  305. final def marginLeft: AutoStyle

    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.

    Definition Classes
    HtmlStyles
  306. final def marginRight: AutoStyle

    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.

    Definition Classes
    HtmlStyles
  307. final def marginTop: AutoStyle

    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.

    Definition Classes
    HtmlStyles
  308. final def marginWidth: Attr[Any]
    Definition Classes
    HtmlAttrs
  309. final def mark: vdom.HtmlTagOf[Element]

    Represents text highlighted for reference purposes, that is for its relevance in another context.

    Represents text highlighted for reference purposes, that is for its relevance in another context.

    Definition Classes
    HtmlTags
  310. final def math: vdom.HtmlTagOf[Element]

    Defines a mathematical formula.

    Defines a mathematical formula.

    Definition Classes
    HtmlTags
  311. final def max: Attr[Any]

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

  312. final def maxHeight: NoneOpenStyle

    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.

    Definition Classes
    HtmlStyles
  313. final def maxLength: Attr[Int]
    Definition Classes
    HtmlAttrs
  314. final def maxWidth: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  315. final def media: Attr[Any]

    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
    HtmlAttrs
    See also

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

  316. final def mediaGroup: Attr[Any]
    Definition Classes
    HtmlAttrs
  317. final def menu: vdom.HtmlTagOf[Menu]

    A list of commands

    A list of commands

    Definition Classes
    HtmlTags
  318. final def meta: Exports.HtmlTagOf[Meta]

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

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

    Definition Classes
    HtmlTags
  319. final def meter: vdom.HtmlTagOf[Element]

    A scalar measurement within a known range.

    A scalar measurement within a known range.

    Definition Classes
    HtmlTags
  320. final def method: Attr[Any]

    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.

    Definition Classes
    HtmlAttrs
  321. final def min: Attr[Any]

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

  322. final def minHeight: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  323. final def minLength: Attr[Int]
    Definition Classes
    HtmlAttrs
  324. final def minWidth: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  325. final def multiple: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  326. final def muted: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  327. final def name: Attr[String]

    On form elements (input etc.): Name of the element.

    On form elements (input etc.): Name of the element. For example used by the server to identify the fields in form submits.

    On the meta tag: This attribute defines the name of a document-level metadata. This document-level metadata name is associated with a value, contained by the content attribute.

    Definition Classes
    HtmlAttrs
  328. final def nav: vdom.HtmlTagOf[Element]

    Represents a section of a page that links to other pages or to parts within the page: a section with navigation links.

    Represents a section of a page that links to other pages or to parts within the page: a section with navigation links.

    Definition Classes
    HtmlTags
  329. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  330. final def noModule: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  331. final def noValidate: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  332. final def nonce: Attr[Any]

    For <script> and <style>elements.

    For <script> and <style>elements.

    Definition Classes
    HtmlAttrs
  333. final def noscript: vdom.HtmlTagOf[Element]

    Defines alternative content to display when the browser doesn't support scripting.

    Defines alternative content to display when the browser doesn't support scripting.

    Definition Classes
    HtmlTags
  334. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  335. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  336. final def object: vdom.HtmlTagOf[Object]

    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.

    Definition Classes
    HtmlTags
  337. final def ol: vdom.HtmlTagOf[OList]

    Defines an ordered list of items.

    Defines an ordered list of items.

    Definition Classes
    HtmlTags
  338. final def on: Attr[Any]

    'on' attribute for amp tags.

    'on' attribute for amp tags.

    The on attribute is used to install event handlers on elements. The events that are supported depend on the element.

    The value for the syntax is a simple domain specific language of the form:

    eventName:targetId[.methodName[(arg1=value, arg2=value)]]
    Definition Classes
    HtmlAttrs
    See also

    https://www.ampproject.org/docs/reference/spec#on

  339. final def onAbort: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  340. final def onAbortCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  341. final def onAnimationEnd: Event[SyntheticAnimationEvent]
    Definition Classes
    HtmlAttrs
  342. final def onAnimationEndCapture: Event[SyntheticAnimationEvent]
    Definition Classes
    HtmlAttrs
  343. final def onAnimationIteration: Event[SyntheticAnimationEvent]
    Definition Classes
    HtmlAttrs
  344. final def onAnimationIterationCapture: Event[SyntheticAnimationEvent]
    Definition Classes
    HtmlAttrs
  345. final def onAnimationStart: Event[SyntheticAnimationEvent]
    Definition Classes
    HtmlAttrs
  346. final def onAnimationStartCapture: Event[SyntheticAnimationEvent]
    Definition Classes
    HtmlAttrs
  347. final def onAuxClick: Event[SyntheticMouseEvent]
    Definition Classes
    HtmlAttrs
  348. final def onAuxClickCapture: Event[Nothing]
    Definition Classes
    HtmlAttrs
  349. final def onBeforeInput: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  350. final def onBlur: Event[SyntheticFocusEvent]

    The blur event is raised when an element loses focus.

    The blur event is raised when an element loses focus.

    Definition Classes
    HtmlAttrs
  351. final def onBlurCapture: Event[SyntheticFocusEvent]
    Definition Classes
    HtmlAttrs
  352. final def onCanPlay: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  353. final def onCanPlayCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  354. final def onCanPlayThrough: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  355. final val onChange: Event[SyntheticFormEvent]

    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.

    Definition Classes
    HtmlAttrs
  356. final val onClick: Event[SyntheticMouseEvent]

    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.

    Definition Classes
    HtmlAttrs
  357. final val onClickCapture: Event[SyntheticMouseEvent]
    Definition Classes
    HtmlAttrs
  358. final def onCompositionEnd: Event[SyntheticCompositionEvent]
    Definition Classes
    HtmlAttrs
  359. final def onCompositionStart: Event[SyntheticCompositionEvent]
    Definition Classes
    HtmlAttrs
  360. final def onCompositionUpdate: Event[SyntheticCompositionEvent]
    Definition Classes
    HtmlAttrs
  361. final def onContextMenu: Event[SyntheticMouseEvent]
    Definition Classes
    HtmlAttrs
  362. final def onContextMenuCapture: Event[SyntheticMouseEvent]
    Definition Classes
    HtmlAttrs
  363. final def onCopy: Event[SyntheticClipboardEvent]
    Definition Classes
    HtmlAttrs
  364. final def onCopyCapture: Event[SyntheticClipboardEvent]
    Definition Classes
    HtmlAttrs
  365. final def onCut: Event[SyntheticClipboardEvent]
    Definition Classes
    HtmlAttrs
  366. final def onCutCapture: Event[SyntheticClipboardEvent]
    Definition Classes
    HtmlAttrs
  367. final def onDblClick: Event[SyntheticMouseEvent]

    React alias for onDoubleClick

    React alias for onDoubleClick

    Definition Classes
    HtmlAttrs
  368. final def onDoubleClick: Event[SyntheticMouseEvent]

    The dblclick event is fired when a pointing device button (usually a mouse button) is clicked twice on a single element.

    The dblclick event is fired when a pointing device button (usually a mouse button) is clicked twice on a single element.

    Definition Classes
    HtmlAttrs
  369. final def onDoubleClickCapture: Event[SyntheticMouseEvent]
    Definition Classes
    HtmlAttrs
  370. final def onDrag: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  371. final def onDragCapture: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  372. final def onDragEnd: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  373. final def onDragEndCapture: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  374. final def onDragEnter: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  375. final def onDragEnterCapture: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  376. final def onDragExit: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  377. final def onDragExitCapture: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  378. final def onDragLeave: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  379. final def onDragLeaveCapture: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  380. final def onDragOver: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  381. final def onDragOverCapture: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  382. final def onDragStart: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  383. final def onDragStartCapture: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  384. final def onDrop: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  385. final def onDropCapture: Event[SyntheticDragEvent]
    Definition Classes
    HtmlAttrs
  386. final def onDurationChange: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  387. final def onDurationChangeCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  388. final def onEmptied: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  389. final def onEmptiedCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  390. final def onEncrypted: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  391. final def onEncryptedCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  392. final def onEnded: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  393. final def onEndedCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  394. final def onError: Event[SyntheticEvent]

    Type: script code

    Type: script code

    This event is sent to an image element when an error occurs loading the image.

    https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/image#a-onerror

    Definition Classes
    HtmlAttrs
  395. final def onErrorCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  396. final def onFocus: Event[SyntheticFocusEvent]

    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.

    Definition Classes
    HtmlAttrs
  397. final def onFocusCapture: Event[SyntheticFocusEvent]
    Definition Classes
    HtmlAttrs
  398. final def onGotPointerCapture: Event[SyntheticPointerEvent]

    A user agent MUST fire a pointer event named gotpointercapture when an element receives pointer capture.

    A user agent MUST fire a pointer event named gotpointercapture when an element receives pointer capture. This event is fired at the element that is receiving pointer capture. Subsequent events for that pointer will be fired at this element.

    Definition Classes
    HtmlAttrs
    Since

    1.3.0 / React 16.4.0

  399. final def onInput: Event[SyntheticFormEvent]
    Definition Classes
    HtmlAttrs
  400. final def onInputCapture: Event[SyntheticFormEvent]
    Definition Classes
    HtmlAttrs
  401. final def onInvalid: Event[SyntheticFormEvent]
    Definition Classes
    HtmlAttrs
  402. final def onInvalidCapture: Event[SyntheticFormEvent]
    Definition Classes
    HtmlAttrs
  403. final def onKeyDown: Event[SyntheticKeyboardEvent]

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

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

    Definition Classes
    HtmlAttrs
  404. final def onKeyDownCapture: Event[SyntheticKeyboardEvent]
    Definition Classes
    HtmlAttrs
  405. final def onKeyPress: Event[SyntheticKeyboardEvent]

    The keypress event should be raised when the user presses a key on the keyboard.

    The keypress event should be raised when the user presses a key on the keyboard. However, not all browsers fire keypress events for certain keys.

    Webkit-based browsers (Google Chrome and Safari, for example) do not fire keypress events on the arrow keys. Firefox does not fire keypress events on modifier keys like SHIFT.

    Definition Classes
    HtmlAttrs
  406. final def onKeyPressCapture: Event[SyntheticKeyboardEvent]
    Definition Classes
    HtmlAttrs
  407. final def onKeyUp: Event[SyntheticKeyboardEvent]

    The keyup event is raised when the user releases a key that's been pressed.

    The keyup event is raised when the user releases a key that's been pressed.

    Definition Classes
    HtmlAttrs
  408. final def onKeyUpCapture: Event[SyntheticKeyboardEvent]
    Definition Classes
    HtmlAttrs
  409. final def onLoad: Event[SyntheticEvent]

    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.

    Definition Classes
    HtmlAttrs
  410. final def onLoadCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  411. final def onLoadStart: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  412. final def onLoadStartCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  413. final def onLoadedData: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  414. final def onLoadedDataCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  415. final def onLoadedMetadata: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  416. final def onLoadedMetadataCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  417. final def onLostPointerCapture: Event[SyntheticPointerEvent]

    A user agent MUST fire a pointer event named lostpointercapture after pointer capture is released for a pointer.

    A user agent MUST fire a pointer event named lostpointercapture after pointer capture is released for a pointer. This event MUST be fired prior to any subsequent events for the pointer after capture was released. This event is fired at the element from which pointer capture was removed. Subsequent events for the pointer follow normal hit testing mechanisms (out of scope for this specification) for determining the event target.

    Definition Classes
    HtmlAttrs
    Since

    1.3.0 / React 16.4.0

  418. final def onMouseDown: Event[SyntheticMouseEvent]

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

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

    Definition Classes
    HtmlAttrs
  419. final def onMouseDownCapture: Event[SyntheticMouseEvent]
    Definition Classes
    HtmlAttrs
  420. final def onMouseEnter: Event[SyntheticMouseEvent]

    The mouseenter event is fired when a pointing device (usually a mouse) is moved over the element that has the listener attached.

    The mouseenter event is fired when a pointing device (usually a mouse) is moved over the element that has the listener attached.

    Definition Classes
    HtmlAttrs
  421. final def onMouseLeave: Event[SyntheticMouseEvent]

    The mouseleave event is fired when a pointing device (usually a mouse) is moved off the element that has the listener attached.

    The mouseleave event is fired when a pointing device (usually a mouse) is moved off the element that has the listener attached.

    Definition Classes
    HtmlAttrs
  422. final def onMouseMove: Event[SyntheticMouseEvent]

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

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

    Definition Classes
    HtmlAttrs
  423. final def onMouseMoveCapture: Event[SyntheticMouseEvent]
    Definition Classes
    HtmlAttrs
  424. final def onMouseOut: Event[SyntheticMouseEvent]

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

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

    Definition Classes
    HtmlAttrs
  425. final def onMouseOutCapture: Event[SyntheticMouseEvent]
    Definition Classes
    HtmlAttrs
  426. final def onMouseOver: Event[SyntheticMouseEvent]

    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.

    Definition Classes
    HtmlAttrs
  427. final def onMouseOverCapture: Event[SyntheticMouseEvent]
    Definition Classes
    HtmlAttrs
  428. final def onMouseUp: Event[SyntheticMouseEvent]

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

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

    Definition Classes
    HtmlAttrs
  429. final def onMouseUpCapture: Event[SyntheticMouseEvent]
    Definition Classes
    HtmlAttrs
  430. final def onPaste: Event[SyntheticClipboardEvent]
    Definition Classes
    HtmlAttrs
  431. final def onPasteCapture: Event[SyntheticClipboardEvent]
    Definition Classes
    HtmlAttrs
  432. final def onPause: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  433. final def onPauseCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  434. final def onPlay: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  435. final def onPlayCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  436. final def onPlaying: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  437. final def onPlayingCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  438. final def onPointerCancel: Event[SyntheticPointerEvent]

    A user agent MUST fire a pointer event named pointercancel in the following circumstances:

    A user agent MUST fire a pointer event named pointercancel in the following circumstances:

    • The user agent has determined that a pointer is unlikely to continue to produce events (for example, because of a hardware event).
    • After having fired the pointerdown event, if the pointer is subsequently used to manipulate the page viewport (e.g. panning or zooming). NOTE: User agents can trigger panning or zooming through multiple pointer types (such as touch and pen), and therefore the start of a pan or zoom action may result in the cancellation of various pointers, including pointers with different pointer types.
    • Immediately before drag operation starts [HTML], for the pointer that caused the drag operation. NOTE: If the start of the drag operation is prevented through any means (e.g. through calling preventDefault on the dragstart event) there will be no pointercancel event.

    After firing the pointercancel event, a user agent MUST also fire a pointer event named pointerout followed by firing a pointer event named pointerleave.

    NOTE: This section is non-normative. Examples of scenarios in which a user agent might determine that a pointer is unlikely to continue to produce events include:

    • A device's screen orientation is changed while a pointer is active.
    • The user inputs a greater number of simultaneous pointers than is supported by the device.
    • The user agent interprets the input as accidental (for example, the hardware supports palm rejection).
    • The user agent interprets the input as a pan or zoom gesture. Methods for changing the device's screen orientation, recognizing accidental input, or using a pointer to manipulate the viewport (e.g. panning or zooming) are out of scope for this specification.
    Definition Classes
    HtmlAttrs
    Since

    1.3.0 / React 16.4.0

  439. final def onPointerDown: Event[SyntheticPointerEvent]

    A user agent MUST fire a pointer event named pointerdown when a pointer enters the active buttons state.

    A user agent MUST fire a pointer event named pointerdown when a pointer enters the active buttons state. For mouse, this is when the device transitions from no buttons depressed to at least one button depressed. For touch, this is when physical contact is made with the digitizer. For pen, this is when the pen either makes physical contact with the digitizer without any button depressed, or transitions from no buttons depressed to at least one button depressed while hovering.

    NOTE: For mouse (or other multi-button pointer devices), this means pointerdown and pointerup are not fired for all of the same circumstances as mousedown and mouseup. See chorded buttons for more information.

    For input devices that do not support hover, a user agent MUST also fire a pointer event named pointerover followed by a pointer event named pointerenter prior to dispatching the pointerdown event.

    NOTE: Authors can prevent the firing of certain compatibility mouse events by canceling the pointerdown event (if the isPrimary property is true). This sets the PREVENT MOUSE EVENT flag on the pointer. Note, however, that this does not prevent the mouseover, mouseenter, mouseout, or mouseleave events from firing.

    Definition Classes
    HtmlAttrs
    Since

    1.3.0 / React 16.4.0

  440. final def onPointerEnter: Event[SyntheticPointerEvent]

    A user agent MUST fire a pointer event named pointerenter when a pointing device is moved into the hit test boundaries of an element or one of its descendants, including as a result of a pointerdown event from a device that does not support hover (see pointerdown).

    A user agent MUST fire a pointer event named pointerenter when a pointing device is moved into the hit test boundaries of an element or one of its descendants, including as a result of a pointerdown event from a device that does not support hover (see pointerdown). Note that setPointerCapture or releasePointerCapture might have changed the hit test target and while a pointer is captured it is considered to be always inside the boundaries of the capturing element for the purpose of firing boundary events. This event type is similar to pointerover, but differs in that it does not bubble.

    Definition Classes
    HtmlAttrs
    Since

    1.3.0 / React 16.4.0

  441. final def onPointerLeave: Event[SyntheticPointerEvent]

    A user agent MUST fire a pointer event named pointerleave when a pointing device is moved out of the hit test boundaries of an element and all of its descendants, including as a result of a pointerup and pointercancel events from a device that does not support hover (see pointerup and pointercancel).

    A user agent MUST fire a pointer event named pointerleave when a pointing device is moved out of the hit test boundaries of an element and all of its descendants, including as a result of a pointerup and pointercancel events from a device that does not support hover (see pointerup and pointercancel). Note that setPointerCapture or releasePointerCapture might have changed the hit test target and while a pointer is captured it is considered to be always inside the boundaries of the capturing element for the purpose of firing boundary events. User agents MUST also fire a pointer event named pointerleave when a pen stylus leaves hover range detectable by the digitizer. This event type is similar to pointerout, but differs in that it does not bubble and that it MUST not be fired until the pointing device has left the boundaries of the element and the boundaries of all of its descendants.

    NOTE: There are similarities between this event type, the mouseleave event described in [UIEVENTS], and the CSS :hover pseudo-class described in [CSS21]. See also the pointerenter event.

    Definition Classes
    HtmlAttrs
    Since

    1.3.0 / React 16.4.0

  442. final def onPointerMove: Event[SyntheticPointerEvent]

    A user agent MUST fire a pointer event named pointermove when a pointer changes coordinates.

    A user agent MUST fire a pointer event named pointermove when a pointer changes coordinates. Additionally, when a pointer changes button state, pressure, tangential pressure, tilt, twist, or contact geometry (e.g. width and height) and the circumstances produce no other pointer events defined in this specification then a user agent MUST fire a pointer event named pointermove.

    Definition Classes
    HtmlAttrs
    Since

    1.3.0 / React 16.4.0

  443. final def onPointerOut: Event[SyntheticPointerEvent]

    A user agent MUST fire a pointer event named pointerout when any of the following occurs:

    A user agent MUST fire a pointer event named pointerout when any of the following occurs:

    • A pointing device is moved out of the hit test boundaries of an element. Note that setPointerCapture or releasePointerCapture might have changed the hit test target and while a pointer is captured it is considered to be always inside the boundaries of the capturing element for the purpose of firing boundary events.
    • After firing the pointerup event for a device that does not support hover (see pointerup).
    • After firing the pointercancel event (see pointercancel).
    • When a pen stylus leaves the hover range detectable by the digitizer.
    Definition Classes
    HtmlAttrs
    Since

    1.3.0 / React 16.4.0

  444. final def onPointerOver: Event[SyntheticPointerEvent]

    A user agent MUST fire a pointer event named pointerover when a pointing device is moved into the hit test boundaries of an element.

    A user agent MUST fire a pointer event named pointerover when a pointing device is moved into the hit test boundaries of an element. Note that setPointerCapture or releasePointerCapture might have changed the hit test target and while a pointer is captured it is considered to be always inside the boundaries of the capturing element for the purpose of firing boundary events. A user agent MUST also fire this event prior to firing a pointerdown event for devices that do not support hover (see pointerdown).

    Definition Classes
    HtmlAttrs
    Since

    1.3.0 / React 16.4.0

  445. final def onPointerUp: Event[SyntheticPointerEvent]

    A user agent MUST fire a pointer event named pointerup when a pointer leaves the active buttons state.

    A user agent MUST fire a pointer event named pointerup when a pointer leaves the active buttons state. For mouse, this is when the device transitions from at least one button depressed to no buttons depressed. For touch, this is when physical contact is removed from the digitizer. For pen, this is when the pen is removed from the physical contact with the digitizer while no button is depressed, or transitions from at least one button depressed to no buttons depressed while hovering.

    For input devices that do not support hover, a user agent MUST also fire a pointer event named pointerout followed by a pointer event named pointerleave after dispatching the pointerup event.

    NOTE: For mouse (or other multi-button pointer devices), this means pointerdown and pointerup are not fired for all of the same circumstances as mousedown and mouseup. See chorded buttons for more information.

    Definition Classes
    HtmlAttrs
    Since

    1.3.0 / React 16.4.0

  446. final def onProgress: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  447. final def onProgressCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  448. final def onRateChange: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  449. final def onRateChangeCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  450. final def onReset: Event[SyntheticFormEvent]

    The reset event is fired when a form is reset.

    The reset event is fired when a form is reset.

    Definition Classes
    HtmlAttrs
  451. final def onResetCapture: Event[SyntheticFormEvent]
    Definition Classes
    HtmlAttrs
  452. final def onScroll: Event[SyntheticUIEvent]

    Specifies the function to be called when the window is scrolled.

    Specifies the function to be called when the window is scrolled.

    Definition Classes
    HtmlAttrs
  453. final def onScrollCapture: Event[SyntheticUIEvent]
    Definition Classes
    HtmlAttrs
  454. final def onSeeked: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  455. final def onSeekedCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  456. final def onSeeking: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  457. final def onSeekingCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  458. final def onSelect: Event[SyntheticEvent]

    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.

    Definition Classes
    HtmlAttrs
  459. final def onStalled: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  460. final def onStalledCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  461. final def onSubmit: Event[SyntheticFormEvent]

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

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

    Definition Classes
    HtmlAttrs
  462. final def onSubmitCapture: Event[SyntheticFormEvent]
    Definition Classes
    HtmlAttrs
  463. final def onSuspend: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  464. final def onSuspendCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  465. final def onTimeUpdate: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  466. final def onTimeUpdateCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  467. final def onTouchCancel: Event[SyntheticTouchEvent]

    Event indicating that the touch point has been canceled or disrupted.

    Event indicating that the touch point has been canceled or disrupted.

    For example, when popup menu is shown.

    Definition Classes
    HtmlAttrs
  468. final def onTouchCancelCapture: Event[SyntheticTouchEvent]
    Definition Classes
    HtmlAttrs
  469. final def onTouchEnd: Event[SyntheticTouchEvent]

    Event indicating that the touch point does not exist any more.

    Event indicating that the touch point does not exist any more.

    For example, whn you release your finger.

    Definition Classes
    HtmlAttrs
  470. final def onTouchEndCapture: Event[SyntheticTouchEvent]
    Definition Classes
    HtmlAttrs
  471. final def onTouchMove: Event[SyntheticTouchEvent]

    Event indicating that the touch point has moved along the plane.

    Event indicating that the touch point has moved along the plane.

    Definition Classes
    HtmlAttrs
  472. final def onTouchMoveCapture: Event[SyntheticTouchEvent]
    Definition Classes
    HtmlAttrs
  473. final def onTouchStart: Event[SyntheticTouchEvent]

    Event indicating that the user has touched the plane.

    Event indicating that the user has touched the plane.

    Definition Classes
    HtmlAttrs
  474. final def onTouchStartCapture: Event[SyntheticTouchEvent]
    Definition Classes
    HtmlAttrs
  475. final def onTransitionEnd: Event[SyntheticTransitionEvent]
    Definition Classes
    HtmlAttrs
  476. final def onTransitionEndCapture: Event[SyntheticTransitionEvent]
    Definition Classes
    HtmlAttrs
  477. final def onVolumeChange: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  478. final def onVolumeChangeCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  479. final def onWaiting: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  480. final def onWaitingCapture: Event[SyntheticEvent]
    Definition Classes
    HtmlAttrs
  481. final def onWheel: Event[SyntheticWheelEvent]
    Definition Classes
    HtmlAttrs
  482. final def onWheelCapture: Event[SyntheticWheelEvent]
    Definition Classes
    HtmlAttrs
  483. final def opacity: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  484. final def open: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  485. final def optgroup: vdom.HtmlTagOf[OptGroup]

    A set of options, logically grouped.

    A set of options, logically grouped.

    Definition Classes
    HtmlTags
  486. final def optimum: Attr[Any]

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

  487. final def option: vdom.HtmlTagOf[Option]

    An option in a select element.

    An option in a select element.

    Definition Classes
    HtmlTags
  488. final def orphans: Attr[String]

    The orphans CSS property refers to the minimum number of lines in a block container that must be left at the bottom of the page.

    The orphans CSS property refers to the minimum number of lines in a block container that must be left at the bottom of the page. This property is normally used to control how page breaks occur.

    Definition Classes
    HtmlStyles
  489. final def outline: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  490. final def 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.

    Definition Classes
    HtmlStyles
  491. final def output: vdom.HtmlTagOf[Element]

    The result of a calculation

    The result of a calculation

    Definition Classes
    HtmlTags
  492. final def overflow: Overflow

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

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

    Definition Classes
    HtmlStyles
  493. final def 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.

    Definition Classes
    HtmlStyles
  494. final def 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.

    Definition Classes
    HtmlStyles
  495. final def p: vdom.HtmlTagOf[Paragraph]

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    Definition Classes
    HtmlTags
  496. final def padding: Attr[String]

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

    Definition Classes
    HtmlStyles
  497. final def paddingBottom: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  498. final def paddingLeft: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  499. final def paddingRight: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  500. final def paddingTop: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  501. final def pageBreakAfter: PageBreak

    The page-break-after CSS property adjusts page breaks after the current element.

    The page-break-after CSS property adjusts page breaks after the current element.

    Definition Classes
    HtmlStyles
  502. final def pageBreakBefore: PageBreak

    The page-break-before CSS property adjusts page breaks before the current element.

    The page-break-before CSS property adjusts page breaks before the current element.

    This properties applies to block elements that generate a box. It won't apply on an empty div that won't generate a box.

    Definition Classes
    HtmlStyles
  503. final def pageBreakInside: PageBreak

    The page-break-inside CSS property adjusts page breaks inside the current element.

    The page-break-inside CSS property adjusts page breaks inside the current element.

    Definition Classes
    HtmlStyles
  504. final def param: Exports.HtmlTagOf[Param]

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

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

    Definition Classes
    HtmlTags
  505. final def pattern: Attr[String]

    The pattern attribute specifies a regular expression against which the control's value, or, when the multiple attribute applies and is set, the control's values, are to be checked.

    The pattern attribute specifies a regular expression against which the control's value, or, when the multiple attribute applies and is set, the control's values, are to be checked.

    Definition Classes
    HtmlAttrs
    See also

    https://www.w3.org/TR/html5/sec-forms.html#the-pattern-attribute

  506. final def perspective: NoneOpenStyle

    The perspective CSS property determines the distance between the z=0 plane and the user in order to give to the 3D-positioned element some perspective.

    The perspective CSS property determines the distance between the z=0 plane and the user in order to give to the 3D-positioned element some perspective. Each 3D element with z>0 becomes larger; each 3D-element with z<0 becomes smaller. The strength of the effect is determined by the value of this property.

    Definition Classes
    HtmlStyles
  507. final def perspectiveOrigin: Attr[String]

    The perspective-origin CSS property determines the position the viewer is looking at.

    The perspective-origin CSS property determines the position the viewer is looking at. It is used as the vanishing point by the perspective property.

    Definition Classes
    HtmlStyles
  508. final def placeholder: Attr[Any]

    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.

    Definition Classes
    HtmlAttrs
  509. final def playsInline: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  510. final def poster: Attr[Any]
    Definition Classes
    HtmlAttrs
  511. final def pre: vdom.HtmlTagOf[Pre]

    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.

    Definition Classes
    HtmlTags
  512. final def preload: Attr[Any]
    Definition Classes
    HtmlAttrs
  513. final def profile: Attr[Any]
    Definition Classes
    HtmlAttrs
  514. final def progress: vdom.HtmlTagOf[Progress]

    A progress completion bar

    A progress completion bar

    Definition Classes
    HtmlTags
  515. final def q: vdom.HtmlTagOf[Quote]

    An inline quotation.

    An inline quotation.

    Definition Classes
    HtmlTags
  516. final def radioGroup: Attr[String]
    Definition Classes
    HtmlAttrs
  517. final def readOnly: Attr[Boolean]

    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.

    Definition Classes
    HtmlAttrs
  518. final def rel: Attr[Any]

    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.

    Definition Classes
    HtmlAttrs
  519. final def required: Attr[Boolean]

    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.

    Definition Classes
    HtmlAttrs
  520. final def results: Attr[Any]
    Definition Classes
    HtmlAttrs
  521. final def reversed: Attr[Boolean]

    For <ol> elements.

    For <ol> elements.

    Definition Classes
    HtmlAttrs
  522. final def right: AutoStyle

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

    Definition Classes
    HtmlStyles
  523. final def rowSpan: Attr[Int]
    Definition Classes
    HtmlAttrs
  524. final def rows: Attr[Int]

    The number of visible text lines for the control.

    The number of visible text lines for the control.

    Definition Classes
    HtmlAttrs
  525. final def rp: vdom.HtmlTagOf[Element]

    Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.

    Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.

    Definition Classes
    HtmlTags
  526. final def rt: vdom.HtmlTagOf[Element]

    Represents the text of a ruby annotation.

    Represents the text of a ruby annotation.

    Definition Classes
    HtmlTags
  527. final def ruby: vdom.HtmlTagOf[Element]

    Represents content to be marked with ruby annotations, short runs of text presented alongside the text.

    Represents content to be marked with ruby annotations, short runs of text presented alongside the text. This is often used in conjunction with East Asian language where the annotations act as a guide for pronunciation, like the Japanese furigana .

    Definition Classes
    HtmlTags
  528. final def s: vdom.HtmlTagOf[Element]

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

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

    Definition Classes
    HtmlTags
  529. final def samp: vdom.HtmlTagOf[Element]

    Represents the output of a program or a computer.

    Represents the output of a program or a computer.

    Definition Classes
    HtmlTags
  530. final def sandbox: Attr[Any]
    Definition Classes
    HtmlAttrs
  531. final def scope: Attr[Any]
    Definition Classes
    HtmlAttrs
  532. final def scoped: Attr[Boolean]

    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
    HtmlAttrs
  533. final def script: vdom.HtmlTagOf[Script]

    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.

    Definition Classes
    HtmlTags
  534. final def scrolling: Attr[Any]
    Definition Classes
    HtmlAttrs
  535. final def seamless: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  536. final def section: vdom.HtmlTagOf[Element]

    Represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.

    Represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.

    Definition Classes
    HtmlTags
  537. final def security: Attr[Any]
    Definition Classes
    HtmlAttrs
  538. final def select: vdom.HtmlTagOf[Select]

    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.

    Definition Classes
    HtmlTags
  539. final def selected: Attr[Boolean]
    Definition Classes
    HtmlAttrs
  540. final def shape: Attr[Any]
    Definition Classes
    HtmlAttrs
  541. final def size: Attr[Int]

    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.

    Definition Classes
    HtmlAttrs
  542. final def sizes: Attr[Any]
    Definition Classes
    HtmlAttrs
  543. final def small: vdom.HtmlTagOf[Element]

    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.

    Definition Classes
    HtmlTags
  544. final def source: Exports.HtmlTagOf[Source]

    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

    Definition Classes
    HtmlTags
  545. final def span: vdom.HtmlTagOf[Span]

    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.

    Definition Classes
    HtmlTags
  546. final def spellCheck: Attr[Boolean]

    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.

    Definition Classes
    HtmlAttrs
  547. final val src: Attr[String]

    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.

    Definition Classes
    HtmlAttrs
  548. final def srcDoc: Attr[Any]
    Definition Classes
    HtmlAttrs
  549. final def srcLang: Attr[Any]
    Definition Classes
    HtmlAttrs
  550. final def srcSet: Attr[Any]
    Definition Classes
    HtmlAttrs
  551. final def step: Attr[Any]
    Definition Classes
    HtmlAttrs
  552. final def strong: vdom.HtmlTagOf[Element]

    Represents especially important text.

    Represents especially important text.

    Definition Classes
    HtmlTags
  553. final def style: Attr[Object]

    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.

    Definition Classes
    HtmlAttrs
  554. final def styleTag: vdom.HtmlTagOf[org.scalajs.dom.html.Style]

    Used to write inline CSS.

    Used to write inline CSS.

    Definition Classes
    HtmlTags
  555. final def sub: vdom.HtmlTagOf[Element]

    Subscript tag

    Subscript tag

    Definition Classes
    HtmlTags
  556. final def summary: vdom.HtmlTagOf[Element]

    A summary, caption, or legend for a given details.

    A summary, caption, or legend for a given details.

    Definition Classes
    HtmlTags
  557. final def summaryAttr: Attr[Any]

    The value is actually just summary.

    The value is actually just summary. This is named summaryAttr in Scala to avoid a conflict with the <summary> tag in all.

    Definition Classes
    HtmlAttrs
  558. final def sup: vdom.HtmlTagOf[Element]

    Superscript tag.

    Superscript tag.

    Definition Classes
    HtmlTags
  559. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  560. final def tabIndex: Attr[Int]

    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
    HtmlAttrs
  561. final def table: vdom.HtmlTagOf[Table]

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    Definition Classes
    HtmlTags
  562. final def tbody: vdom.HtmlTagOf[TableSection]

    The table body.

    The table body.

    Definition Classes
    HtmlTags
  563. final def td: vdom.HtmlTagOf[TableCell]

    A single cell in a table.

    A single cell in a table.

    Definition Classes
    HtmlTags
  564. final def textAlign: 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.

    Definition Classes
    HtmlStyles
  565. final def textAlignLast: 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.

    Definition Classes
    HtmlStyles
  566. final def textIndent: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  567. final def textShadow: NoneOpenStyle

    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.

    Definition Classes
    HtmlStyles
  568. final def textarea: vdom.HtmlTagOf[TextArea]

    A multiline text edit control.

    A multiline text edit control.

    Definition Classes
    HtmlTags
  569. final def tfoot: vdom.HtmlTagOf[TableSection]

    The table footer.

    The table footer.

    Definition Classes
    HtmlTags
  570. final def th: vdom.HtmlTagOf[TableCell]

    A header cell in a table.

    A header cell in a table.

    Definition Classes
    HtmlTags
  571. final def thead: vdom.HtmlTagOf[TableSection]

    The table headers.

    The table headers.

    Definition Classes
    HtmlTags
  572. final def time: vdom.HtmlTagOf[Element]

    Represents a date and time value; the machine-readable equivalent can be represented in the datetime attribetu

    Represents a date and time value; the machine-readable equivalent can be represented in the datetime attribetu

    Definition Classes
    HtmlTags
  573. final val title: Attr[String]

    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.

    Definition Classes
    HtmlAttrs
  574. final def titleTag: vdom.HtmlTagOf[Title]

    Defines the title of the document, shown in a browser's title bar or on the page's tab.

    Defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted.

    Definition Classes
    HtmlTags
  575. def toString(): String
    Definition Classes
    AnyRef → Any
  576. final def top: AutoStyle

    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.

    Definition Classes
    HtmlStyles
  577. final def tpe: Attr[Any]

    Shorthand for the type attribute

    Shorthand for the type attribute

    Definition Classes
    HtmlAttrs
  578. final def tr: vdom.HtmlTagOf[TableRow]

    A single row in a table.

    A single row in a table.

    Definition Classes
    HtmlTags
  579. final def track: Exports.HtmlTagOf[Track]

    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

    Definition Classes
    HtmlTags
  580. final def transform: Attr[String]

    The CSS transform property lets you modify the coordinate space of the CSS visual formatting model.

    The CSS transform property lets you modify the coordinate space of the CSS visual formatting model. Using it, elements can be translated, rotated, scaled, and skewed according to the values set.

    If the property has a value different than none, a stacking context will be created. In that case the object will act as a containing block for position: fixed elements that it contains.

    Definition Classes
    HtmlStyles
  581. final def transformOrigin: Attr[String]

    The transform-origin CSS property lets you modify the origin for transformations of an element.

    The transform-origin CSS property lets you modify the origin for transformations of an element. For example, the transform-origin of the rotate() function is the centre of rotation. (This property is applied by first translating the element by the negated value of the property, then applying the element's transform, then translating by the property value.)

    Not explicitely set values are reset to their corresponding values.

    Definition Classes
    HtmlStyles
  582. final def transition: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  583. final def transitionDelay: MultiTimeStyle

    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.

    Definition Classes
    HtmlStyles
  584. final def transitionDuration: MultiTimeStyle

    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.

    Definition Classes
    HtmlStyles
  585. final def transitionProperty: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  586. final def transitionTimingFunction: Attr[String]

    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.

    Definition Classes
    HtmlStyles
  587. final val type: Attr[Any]

    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.

    Definition Classes
    HtmlAttrs
  588. final def u: vdom.HtmlTagOf[Element]

    Underlined text.

    Underlined text.

    Definition Classes
    HtmlTags
  589. final def ul: vdom.HtmlTagOf[UList]

    Defines an unordered list of items.

    Defines an unordered list of items.

    Definition Classes
    HtmlTags
  590. final def unselectable: Attr[Any]

    IE-specific property to prevent user selection

    IE-specific property to prevent user selection

    Definition Classes
    HtmlAttrs
  591. final def untypedRef: UntypedRef

    Don't bother with := on this; call .apply instead.

    Don't bother with := on this; call .apply instead.

    Definition Classes
    HtmlAttrs
  592. final def useMap: Attr[Any]
    Definition Classes
    HtmlAttrs
  593. final val value: Attr[Any]

    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.

    Definition Classes
    HtmlAttrs
  594. final def var: vdom.HtmlTagOf[Element]

    Represents a variable.

    Represents a variable.

    Definition Classes
    HtmlTags
  595. implicit val vdomAttrVtBoolean: Simple[Boolean]
    Definition Classes
    ImplicitsForVdomAttr
  596. implicit lazy val vdomAttrVtByte: Simple[Byte]
    Definition Classes
    ImplicitsForVdomAttr
  597. implicit final def vdomAttrVtCssUnits[N](n: N)(implicit arg0: Numeric[N]): CssUnits
    Definition Classes
    CssUnitsOps
    Annotations
    @inline()
  598. implicit lazy val vdomAttrVtDouble: Simple[Double]
    Definition Classes
    ImplicitsForVdomAttr
  599. implicit lazy val vdomAttrVtFloat: Simple[Float]
    Definition Classes
    ImplicitsForVdomAttr
  600. implicit lazy val vdomAttrVtInnerHtml: ValueType[String, InnerHtmlAttr]
    Definition Classes
    ImplicitsForVdomAttr1
  601. implicit val vdomAttrVtInt: Simple[Int]
    Definition Classes
    ImplicitsForVdomAttr
  602. implicit def vdomAttrVtJsAny[A](implicit f: (A) => Any): ValueType[A, Any]
    Definition Classes
    ImplicitsForVdomAttr
    Annotations
    @inline()
  603. implicit def vdomAttrVtJsDictionary[A]: ValueType[Dictionary[A], Object]
    Definition Classes
    ImplicitsForVdomAttr
    Annotations
    @inline()
  604. implicit val vdomAttrVtJsObject: Simple[Object]
    Definition Classes
    ImplicitsForVdomAttr
  605. implicit def vdomAttrVtKey[A](implicit k: (A) => Key): ValueType[A, Key]
    Definition Classes
    ImplicitsForVdomAttr1
  606. implicit val vdomAttrVtKeyL: ValueType[Long, Key]
    Definition Classes
    ImplicitsForVdomAttr1
  607. implicit val vdomAttrVtKeyS: ValueType[String, Key]
    Definition Classes
    ImplicitsForVdomAttr1
  608. implicit lazy val vdomAttrVtLong: Simple[Long]
    Definition Classes
    ImplicitsForVdomAttr
  609. implicit lazy val vdomAttrVtShort: Simple[Short]
    Definition Classes
    ImplicitsForVdomAttr
  610. implicit val vdomAttrVtString: Simple[String]
    Definition Classes
    ImplicitsForVdomAttr
  611. implicit def vdomNodeFromByte(v: Byte): vdom.VdomNode
    Definition Classes
    ImplicitsForVdomNode
    Annotations
    @inline()
  612. implicit def vdomNodeFromDouble(v: Double): vdom.VdomNode
    Definition Classes
    ImplicitsForVdomNode
    Annotations
    @inline()
  613. implicit def vdomNodeFromFloat(v: Float): vdom.VdomNode
    Definition Classes
    ImplicitsForVdomNode
    Annotations
    @inline()
  614. implicit def vdomNodeFromInt(v: Int): vdom.VdomNode
    Definition Classes
    ImplicitsForVdomNode
    Annotations
    @inline()
  615. implicit def vdomNodeFromLong(v: Long): vdom.VdomNode
    Definition Classes
    ImplicitsForVdomNode
  616. implicit def vdomNodeFromOption[O[_], A](o: O[A])(implicit O: OptionLike[O], f: (A) => vdom.VdomNode): vdom.VdomNode
    Definition Classes
    ImplicitsForVdomNode
  617. implicit def vdomNodeFromPropsChildren(v: PropsChildren): vdom.VdomNode
    Definition Classes
    ImplicitsForVdomNode
    Annotations
    @inline()
  618. implicit def vdomNodeFromRawReactNode(v: Node): vdom.VdomNode
    Definition Classes
    VdomNodeScalaSpecificImplicits
    Annotations
    @inline()
  619. implicit def vdomNodeFromShort(v: Short): vdom.VdomNode
    Definition Classes
    ImplicitsForVdomNode
    Annotations
    @inline()
  620. implicit def vdomNodeFromString(v: String): vdom.VdomNode
    Definition Classes
    ImplicitsForVdomNode
    Annotations
    @inline()
  621. implicit def vdomOptionExt[O[_], A](o: O[A])(implicit O: OptionLike[O]): OptionExt[O, A]
    Definition Classes
    ImplicitsForTagMod
    Annotations
    @inline()
  622. implicit def vdomSeqExtForJA[A](as: Array[A]): TraversableOnceExt[A]
    Definition Classes
    ImplicitsForVdomNode
    Annotations
    @inline()
  623. implicit def vdomSeqExtForSA[A](as: Array[A]): TraversableOnceExt[A]
    Definition Classes
    ImplicitsForVdomNode
    Annotations
    @inline()
  624. implicit def vdomSeqExtForTO[A](as: IterableOnce[A]): TraversableOnceExt[A]
    Definition Classes
    ImplicitsForVdomNode
    Annotations
    @inline()
  625. final def video: vdom.HtmlTagOf[Video]

    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.

    Definition Classes
    HtmlTags
  626. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  627. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  628. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  629. final def wbr: Exports.HtmlTagOf[Element]

    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.

    Definition Classes
    HtmlTags
  630. final def widows: Attr[String]

    The widows CSS property defines how many minimum lines must be left on top of a new page, on a paged media.

    The widows CSS property defines how many minimum lines must be left on top of a new page, on a paged media. In typography, a widow is the last line of a paragraph appearing alone at the top of a page. Setting the widows property allows to prevent widows to be left.

    On a non-paged media, like screen, the widows CSS property has no effect.

    Definition Classes
    HtmlStyles
  631. final def width: AutoStyle

    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.

    Definition Classes
    HtmlStyles
  632. final def wmode: Attr[Any]
    Definition Classes
    HtmlAttrs
  633. final def wordSpacing: NormalOpenStyle

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

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

    Definition Classes
    HtmlStyles
  634. final def xmlns: Attr[Any]
    Definition Classes
    HtmlAttrs
  635. final def zIndex: AutoStyle

    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.

    Definition Classes
    HtmlStyles
  636. object svg extends SvgTags with SvgAttrAndStyles

Inherited from HtmlAttrAndStyles

Inherited from HtmlStyles

Inherited from HtmlAttrs

Inherited from HtmlTags

Inherited from PackageBase

Inherited from Implicits

Inherited from ImplicitsForVdomNode

Inherited from ImplicitsForVdomAttr

Inherited from ImplicitsForVdomAttr1

Inherited from CssUnitsOps

Inherited from ImplicitsForTagMod

Inherited from Exports

Inherited from AnyRef

Inherited from Any

Ungrouped