Object

japgolly.scalajs.react.vdom

all

Related Doc: package vdom

Permalink

object all extends PackageBase with HtmlTags with HtmlAttrAndStyles

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

Type Members

  1. final type HtmlTag = vdom.HtmlTagOf[HtmlTopNode]

    Permalink
    Definition Classes
    Exports
  2. final type HtmlTagOf[+N <: HtmlTopNode] = vdom.HtmlTagOf[N]

    Permalink
    Definition Classes
    Exports
  3. final type SvgTag = vdom.SvgTagOf[SvgTopNode]

    Permalink
    Definition Classes
    Exports
  4. final type SvgTagOf[+N <: SvgTopNode] = vdom.SvgTagOf[N]

    Permalink
    Definition Classes
    Exports
  5. final type TagMod = vdom.TagMod

    Permalink

    Tag modification.

    Tag modification. Apply it to a VdomTag.

    Definition Classes
    Exports
  6. final type VdomArray = vdom.VdomArray

    Permalink
    Definition Classes
    Exports
  7. final type VdomAttr[-U] = Attr[U]

    Permalink
    Definition Classes
    Exports
  8. final type VdomElement = vdom.VdomElement

    Permalink
    Definition Classes
    Exports
  9. final type VdomNode = vdom.VdomNode

    Permalink
    Definition Classes
    Exports
  10. final type VdomTag = TagOf[TopNode]

    Permalink
    Definition Classes
    Exports
  11. final type VdomTagOf[+N <: TopNode] = TagOf[N]

    Permalink
    Definition Classes
    Exports

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val EmptyVdom: vdom.TagMod

    Permalink
    Definition Classes
    Exports
  5. final def HtmlTag(name: String): HtmlTag

    Permalink
    Definition Classes
    Exports
    Annotations
    @inline()
  6. final val HtmlTagOf: vdom.HtmlTagOf.type

    Permalink
    Definition Classes
    Exports
  7. final def SvgTag(name: String): SvgTag

    Permalink
    Definition Classes
    Exports
    Annotations
    @inline()
  8. final val SvgTagOf: vdom.SvgTagOf.type

    Permalink
    Definition Classes
    Exports
  9. final val TagMod: vdom.TagMod.type

    Permalink
    Definition Classes
    Exports
  10. final val VdomArray: vdom.VdomArray.type

    Permalink
    Definition Classes
    Exports
  11. final val VdomAttr: Attr.type

    Permalink
    Definition Classes
    Exports
  12. final val VdomElement: vdom.VdomElement.type

    Permalink
    Definition Classes
    Exports
  13. implicit final def VdomExtString(a: String): VdomExtString

    Permalink
    Definition Classes
    Exports
  14. final val VdomNode: vdom.VdomNode.type

    Permalink
    Definition Classes
    Exports
  15. final val VdomStyle: Style.type

    Permalink
    Definition Classes
    Exports
  16. final def a: vdom.HtmlTagOf[Anchor]

    Permalink

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    Definition Classes
    HtmlTags
  17. final def abbr: vdom.HtmlTagOf[Element]

    Permalink

    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
  18. final def accept: Attr[Any]

    Permalink

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

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

    Definition Classes
    HtmlAttrs
  19. final def acceptCharset: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  20. final def accessKey: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  21. final def action: Attr[Any]

    Permalink

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

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

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

    Permalink

    Defines a section containing contact information.

    Defines a section containing contact information.

    Definition Classes
    HtmlTags
  23. object alignContent extends Style[String]

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  26. final def allowFullScreen: Attr[Boolean]

    Permalink
    Definition Classes
    HtmlAttrs
  27. final def allowTransparency: Attr[Boolean]

    Permalink
    Definition Classes
    HtmlAttrs
  28. final def alt: Attr[String]

    Permalink

    This attribute defines the alternative text describing the image.

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

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

    Permalink

    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
  30. final def animationDelay: MultiTimeStyle

    Permalink

    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
  31. final def animationDirection: Attr[String]

    Permalink

    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
  32. final def animationDuration: Attr[String]

    Permalink

    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
  33. final def animationFillMode: Attr[String]

    Permalink

    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
  34. final def animationIterationCount: Attr[String]

    Permalink

    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
  35. final def animationName: Attr[String]

    Permalink

    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
  36. final def animationPlayState: Attr[String]

    Permalink

    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
  37. final def animationTimingFunction: Attr[String]

    Permalink

    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
  38. final def area: vdom.HtmlTagOf[Area]

    Permalink

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    Definition Classes
    HtmlTags
  39. object aria

    Permalink

    ARIA is a set of special accessibility attributes which can be added to any markup, but is especially suited to HTML.

    ARIA is a set of special accessibility attributes which can be added to any markup, but is especially suited to HTML. The role attribute defines what the general type of object is (such as an article, alert, or slider). Additional ARIA attributes provide other useful properties, such as a description for a form or the current value of a progressbar.

    Definition Classes
    HtmlAttrs
  40. final def article: vdom.HtmlTagOf[Element]

    Permalink

    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
  41. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  42. final def aside: vdom.HtmlTagOf[Element]

    Permalink

    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
  43. final def async: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  44. final def audio: vdom.HtmlTagOf[Audio]

    Permalink

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    Definition Classes
    HtmlTags
  45. final def autoCapitalize: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  46. object autoComplete extends Generic[Any]

    Permalink

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

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

    Possible values are "off" and "on"

    Definition Classes
    HtmlAttrs
  47. final def autoCorrect: Attr[Boolean]

    Permalink
    Definition Classes
    HtmlAttrs
  48. final def autoFocus: Attr[Boolean]

    Permalink

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

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

    Definition Classes
    HtmlAttrs
  49. final def autoPlay: Attr[Boolean]

    Permalink
    Definition Classes
    HtmlAttrs
  50. final def autoSave: Attr[Boolean]

    Permalink
    Definition Classes
    HtmlAttrs
  51. final def b: vdom.HtmlTagOf[Element]

    Permalink

    Bold text.

    Bold text.

    Definition Classes
    HtmlTags
  52. object backfaceVisibility extends Style[String]

    Permalink

    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
  53. final def background: Attr[String]

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  57. final def backgroundImage: MultiImageStyle

    Permalink

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

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

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

    Permalink

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  62. final def base: vdom.HtmlTagOf[Base]

    Permalink

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

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

    Permalink

    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
  64. final def bdo: vdom.HtmlTagOf[Element]

    Permalink

    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
  65. final def blockquote: vdom.HtmlTagOf[Quote]

    Permalink

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

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

    Permalink

    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
  67. final def border: Attr[String]

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  70. final def borderBottomLeftRadius: BorderRadius

    Permalink

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

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

    Definition Classes
    HtmlStyles
  71. final def borderBottomRightRadius: BorderRadius

    Permalink

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

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

    Definition Classes
    HtmlStyles
  72. final def borderBottomStyle: BorderStyle

    Permalink

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

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

    Definition Classes
    HtmlStyles
  73. final def borderBottomWidth: BorderWidth

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  78. final def borderLeftStyle: BorderStyle

    Permalink

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

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

    Definition Classes
    HtmlStyles
  79. final def borderLeftWidth: BorderWidth

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  83. final def borderRightStyle: BorderStyle

    Permalink

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

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

    Definition Classes
    HtmlStyles
  84. final def borderRightWidth: BorderWidth

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  86. final def borderStyle: BorderStyle

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  89. final def borderTopLeftRadius: BorderRadius

    Permalink

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

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

    Definition Classes
    HtmlStyles
  90. final def borderTopRightRadius: BorderRadius

    Permalink

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

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

    Definition Classes
    HtmlStyles
  91. final def borderTopStyle: BorderStyle

    Permalink

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

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

    Definition Classes
    HtmlStyles
  92. final def borderTopWidth: BorderWidth

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  94. final def bottom: AutoStyle

    Permalink

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

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

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  97. final def br: vdom.HtmlTagOf[BR]

    Permalink

    Represents a line break.

    Represents a line break.

    Definition Classes
    HtmlTags
  98. final def button: vdom.HtmlTagOf[Button]

    Permalink
    Definition Classes
    HtmlTags
  99. final def canvas: vdom.HtmlTagOf[Canvas]

    Permalink

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

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

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

    Permalink

    The title of a table.

    The title of a table.

    Definition Classes
    HtmlTags
  101. object captionSide extends Style[String]

    Permalink

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

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

    Definition Classes
    HtmlStyles
  102. final def capture: Attr[Any]

    Permalink

    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
  103. final def cellPadding: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  104. final def cellSpacing: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  105. final def challenge: Attr[Any]

    Permalink

    <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
  106. final def charset: Attr[String]

    Permalink

    Declares the character encoding of the page or script.

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

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

    Permalink

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

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

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

    Permalink

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    Definition Classes
    HtmlTags
  109. final def citeAttr: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  110. final def class: Attr[String]

    Permalink
    Definition Classes
    HtmlAttrs
  111. final def classID: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  112. final def className: Attr[String]

    Permalink
    Definition Classes
    HtmlAttrs
  113. final def classSet(ps: (String, Boolean)*): vdom.TagMod

    Permalink
    Definition Classes
    HtmlAttrs
  114. final def classSet1(a: String, ps: (String, Boolean)*): vdom.TagMod

    Permalink
    Definition Classes
    HtmlAttrs
  115. final def classSet1M(a: String, ps: Map[String, Boolean]): vdom.TagMod

    Permalink
    Definition Classes
    HtmlAttrs
  116. final def classSetM(ps: Map[String, Boolean]): vdom.TagMod

    Permalink
    Definition Classes
    HtmlAttrs
  117. object clear extends Style[String]

    Permalink

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

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  119. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  120. final def cls: Attr[String]

    Permalink
    Definition Classes
    HtmlAttrs
  121. final def code: vdom.HtmlTagOf[Element]

    Permalink

    Represents computer code.

    Represents computer code.

    Definition Classes
    HtmlTags
  122. final def col: vdom.HtmlTagOf[TableCol]

    Permalink

    A single column.

    A single column.

    Definition Classes
    HtmlTags
  123. final def colSpan: Attr[Int]

    Permalink
    Definition Classes
    HtmlAttrs
  124. final def colgroup: vdom.HtmlTagOf[TableCol]

    Permalink

    A set of columns.

    A set of columns.

    Definition Classes
    HtmlTags
  125. object color extends Style[String]

    Permalink

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

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

    Definition Classes
    HtmlStyles
  126. final def cols: Attr[Any]

    Permalink

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

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

    Definition Classes
    HtmlAttrs
  127. final def columnCount: AutoStyle

    Permalink

    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
  128. object columnFill extends Style[String]

    Permalink

    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
  129. final def columnGap: NormalOpenStyle

    Permalink

    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
  130. final def columnRule: Attr[String]

    Permalink

    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
  131. final def columnRuleColor: Attr[String]

    Permalink

    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
  132. object columnRuleStyle extends OutlineStyle

    Permalink

    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
  133. object columnRuleWidth extends Style[String]

    Permalink

    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
  134. object columnSpan extends Style[String]

    Permalink

    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
  135. final def columnWidth: AutoStyle

    Permalink

    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
  136. object columns extends Style[String]

    Permalink

    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
  137. final def command: vdom.HtmlTagOf[Element]

    Permalink

    A command that the user can invoke.

    A command that the user can invoke.

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

    Permalink

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

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

    Definition Classes
    HtmlAttrs
  139. final def contentEditable: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  140. final def contentStyle: Attr[String]

    Permalink

    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
  141. final def contextMenu: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  142. final def controls: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  143. final def coords: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  144. final def counterIncrement: Attr[String]

    Permalink

    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
  145. final def counterReset: Attr[String]

    Permalink

    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
  146. final def crossOrigin: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  147. object cursor extends Style[String]

    Permalink

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

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

    Definition Classes
    HtmlStyles
  148. final def dangerouslySetInnerHtml: Attr[InnerHtmlAttr]

    Permalink
    Definition Classes
    HtmlAttrs
  149. final def data: vdom.HtmlTagOf[Element]

    Permalink

    Associates to its content a machine-readable equivalent.

    Associates to its content a machine-readable equivalent.

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

    Permalink

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    Definition Classes
    HtmlTags
  151. final def dateTime: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  152. final def dd: vdom.HtmlTagOf[DD]

    Permalink

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    Definition Classes
    HtmlTags
  153. final def default: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  154. final def defaultValue: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  155. final def defer: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  156. final def del: vdom.HtmlTagOf[Mod]

    Permalink

    Defines a remofinal def from the document.

    Defines a remofinal def from the document.

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

    Permalink

    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
  158. final def dfn: vdom.HtmlTagOf[Element]

    Permalink

    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
  159. final def dir: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  160. object direction extends Style[String]

    Permalink

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

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

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

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

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

    Definition Classes
    HtmlStyles
  161. final def disabled: Attr[Boolean]

    Permalink

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

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

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

    Definition Classes
    HtmlAttrs
  162. object display extends Style[String]

    Permalink

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

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

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

    Definition Classes
    HtmlStyles
  163. final def div: vdom.HtmlTagOf[Div]

    Permalink

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

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

    Permalink

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

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

    Definition Classes
    HtmlTags
  165. final def download: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  166. final def draggable: Attr[Boolean]

    Permalink
    Definition Classes
    HtmlAttrs
  167. final def dt: vdom.HtmlTagOf[DT]

    Permalink

    Represents a term defined by the next dd

    Represents a term defined by the next dd

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

    Permalink

    Represents emphasized text.

    Represents emphasized text.

    Definition Classes
    HtmlTags
  169. final def embed: vdom.HtmlTagOf[Embed]

    Permalink

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

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

    Definition Classes
    HtmlTags
  170. object emptyCells extends Style[String]

    Permalink

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

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

    Definition Classes
    HtmlStyles
  171. final def encType: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  172. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  174. final def fieldset: vdom.HtmlTagOf[FieldSet]

    Permalink

    A set of fields.

    A set of fields.

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

    Permalink

    Represents the legend of a figure.

    Represents the legend of a figure.

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

    Permalink

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    Definition Classes
    HtmlTags
  177. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  178. final def flex: Attr[String]

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

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

    Permalink

    Defines the footer for a page or section.

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

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

    Permalink

    Describes elements which belongs to this one.

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

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

    Permalink

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

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

    Definition Classes
    HtmlTags
  195. final def formAction: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  196. final def formEncType: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  197. final def formMethod: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  198. final def formNoValidate: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  199. final def formTarget: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  200. final def frameBorder: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  201. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  202. final def h1: vdom.HtmlTagOf[Heading]

    Permalink

    Heading level 1

    Heading level 1

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

    Permalink

    Heading level 2

    Heading level 2

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

    Permalink

    Heading level 3

    Heading level 3

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

    Permalink

    Heading level 4

    Heading level 4

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

    Permalink

    Heading level 5

    Heading level 5

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

    Permalink

    Heading level 6

    Heading level 6

    Definition Classes
    HtmlTags
  208. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  209. final def head: vdom.HtmlTagOf[Head]

    Permalink

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

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

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

    Permalink

    Defines the header of a page or section.

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

    Definition Classes
    HtmlTags
  211. final def headers: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  212. final def height: AutoStyle

    Permalink

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

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

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

    Definition Classes
    HtmlStyles
  213. final def high: Attr[Any]

    Permalink

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

  214. final def hr: vdom.HtmlTagOf[HR]

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlAttrs
  216. final def hrefLang: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  217. final def html: vdom.HtmlTagOf[Html]

    Permalink

    Represents the root of an HTML or XHTML document.

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

    Definition Classes
    HtmlTags
  218. final def htmlFor: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  219. final def httpEquiv: Attr[Any]

    Permalink

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

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

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

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

    Permalink

    Italicized text.

    Italicized text.

    Definition Classes
    HtmlTags
  221. final def icon: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  222. final def id: Attr[Any]

    Permalink

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

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

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

    Permalink

    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
  224. final def img: vdom.HtmlTagOf[Image]

    Permalink

    Represents an image.

    Represents an image.

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

    Permalink

    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
  226. final def inputMode: Attr[Any]

    Permalink

    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
  227. final def ins: vdom.HtmlTagOf[Mod]

    Permalink

    Defines an addition to the document.

    Defines an addition to the document.

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

    Permalink

    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
  229. final def is: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  230. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  231. final def itemProp: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  232. final def itemScope: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  233. final def itemType: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  234. object justifyContent extends Style[String]

    Permalink

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

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

    Definition Classes
    HtmlStyles
  235. final def kbd: vdom.HtmlTagOf[Element]

    Permalink

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

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

    Definition Classes
    HtmlTags
  236. final val key: Attr[Attr.Key]

    Permalink

    React key

    React key

    Definition Classes
    HtmlAttrs
  237. def keyAttr: Attr[Attr.Key]

    Permalink
    Annotations
    @inline()
  238. final def keyParams: Attr[Any]

    Permalink

    For use in <keygen>

    For use in <keygen>

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

    Permalink

    <keygen>: Specifies the type of key generated.

    <keygen>: Specifies the type of key generated.

    Definition Classes
    HtmlAttrs
  240. final def keygen: vdom.HtmlTagOf[Element]

    Permalink

    A key-pair generator control.

    A key-pair generator control.

    Definition Classes
    HtmlTags
  241. final def kind: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  242. final def label: vdom.HtmlTagOf[Label]

    Permalink

    The caption of a single field

    The caption of a single field

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

    Permalink

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

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

    Definition Classes
    HtmlAttrs
  244. final def left: AutoStyle

    Permalink

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

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

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

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

    Permalink

    The caption for a fieldset.

    The caption for a fieldset.

    Definition Classes
    HtmlTags
  246. final def letterSpacing: NormalOpenStyle

    Permalink

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

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

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

    Permalink

    Defines an item of an list.

    Defines an item of an list.

    Definition Classes
    HtmlTags
  248. final def lineHeight: NormalOpenStyle

    Permalink

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

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

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

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

    Definition Classes
    HtmlStyles
  249. final def link: vdom.HtmlTagOf[Link]

    Permalink

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

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

    Definition Classes
    HtmlTags
  250. final def list: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  251. final def listStyle: Attr[String]

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  255. final def loop: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  256. final def low: Attr[Any]

    Permalink

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

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

    Permalink

    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
  258. final def manifest: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  259. final def map: vdom.HtmlTagOf[Map]

    Permalink

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    Definition Classes
    HtmlTags
  260. final def margin: AutoStyle

    Permalink

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

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

    Negative values are also allowed.

    Definition Classes
    HtmlStyles
  261. final def marginBottom: AutoStyle

    Permalink

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

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

    Definition Classes
    HtmlStyles
  262. final def marginHeight: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  263. final def marginLeft: AutoStyle

    Permalink

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

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

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

    Definition Classes
    HtmlStyles
  264. final def marginRight: AutoStyle

    Permalink

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

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

    Definition Classes
    HtmlStyles
  265. final def marginTop: AutoStyle

    Permalink

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

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

    Definition Classes
    HtmlStyles
  266. final def marginWidth: Attr[Any]

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

    Permalink

    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
  268. object mask extends Style[String]

    Permalink

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

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

    Definition Classes
    HtmlStyles
  269. final def math: vdom.HtmlTagOf[Element]

    Permalink

    Defines a mathematical formula.

    Defines a mathematical formula.

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

    Permalink

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

  271. final def maxHeight: NoneOpenStyle

    Permalink

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

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

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

    Definition Classes
    HtmlStyles
  272. final def maxLength: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  273. final def maxWidth: Attr[String]

    Permalink

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

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlAttrs
    See also

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

  275. final def mediaGroup: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  276. final def menu: vdom.HtmlTagOf[Menu]

    Permalink

    A list of commands

    A list of commands

    Definition Classes
    HtmlTags
  277. final def meta: vdom.HtmlTagOf[Meta]

    Permalink

    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
  278. final def meter: vdom.HtmlTagOf[Element]

    Permalink

    A scalar measurement within a known range.

    A scalar measurement within a known range.

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

    Permalink

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

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

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

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

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

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

    Permalink

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

  281. final def minHeight: Attr[String]

    Permalink

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

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

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

    Definition Classes
    HtmlStyles
  282. final def minLength: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  283. final def minWidth: Attr[String]

    Permalink

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

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

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

    Definition Classes
    HtmlStyles
  284. final def multiple: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  285. final def muted: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  286. final def name: Attr[String]

    Permalink

    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
  287. final def nav: vdom.HtmlTagOf[Element]

    Permalink

    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
  288. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  289. final def noValidate: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  290. final def nonce: Attr[Any]

    Permalink

    For <script> and <style>elements.

    For <script> and <style>elements.

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

    Permalink

    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
  292. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  293. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  294. final def object: vdom.HtmlTagOf[Object]

    Permalink

    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
  295. final def ol: vdom.HtmlTagOf[OList]

    Permalink

    Defines an ordered list of items.

    Defines an ordered list of items.

    Definition Classes
    HtmlTags
  296. final def onAbort: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  297. final def onAbortCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  298. final def onAnimationEnd: Event[SyntheticAnimationEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  299. final def onAnimationEndCapture: Event[SyntheticAnimationEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  300. final def onAnimationIteration: Event[SyntheticAnimationEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  301. final def onAnimationIterationCapture: Event[SyntheticAnimationEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  302. final def onAnimationStart: Event[SyntheticAnimationEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  303. final def onAnimationStartCapture: Event[SyntheticAnimationEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  304. final def onBeforeInput: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  305. final def onBlur: Event[SyntheticFocusEvent]

    Permalink

    The blur event is raised when an element loses focus.

    The blur event is raised when an element loses focus.

    Definition Classes
    HtmlAttrs
  306. final def onBlurCapture: Event[SyntheticFocusEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  307. final def onCanPlay: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  308. final def onCanPlayCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  309. final def onCanPlayThrough: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  310. final val onChange: Event[SyntheticEvent]

    Permalink

    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
  311. final val onClick: Event[SyntheticMouseEvent]

    Permalink

    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
  312. final val onClickCapture: Event[SyntheticMouseEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  313. final def onCompositionEnd: Event[SyntheticCompositionEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  314. final def onCompositionStart: Event[SyntheticCompositionEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  315. final def onCompositionUpdate: Event[SyntheticCompositionEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  316. final def onContextMenu: Event[SyntheticMouseEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  317. final def onContextMenuCapture: Event[SyntheticMouseEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  318. final def onCopy: Event[SyntheticClipboardEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  319. final def onCopyCapture: Event[SyntheticClipboardEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  320. final def onCut: Event[SyntheticClipboardEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  321. final def onCutCapture: Event[SyntheticClipboardEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  322. final def onDblClick: Event[SyntheticMouseEvent]

    Permalink

    React alias for onDoubleClick

    React alias for onDoubleClick

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

    Permalink

    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
  324. final def onDoubleClickCapture: Event[SyntheticMouseEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  325. final def onDrag: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  326. final def onDragCapture: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  327. final def onDragEnd: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  328. final def onDragEndCapture: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  329. final def onDragEnter: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  330. final def onDragEnterCapture: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  331. final def onDragExit: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  332. final def onDragExitCapture: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  333. final def onDragLeave: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  334. final def onDragLeaveCapture: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  335. final def onDragOver: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  336. final def onDragOverCapture: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  337. final def onDragStart: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  338. final def onDragStartCapture: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  339. final def onDrop: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  340. final def onDropCapture: Event[SyntheticDragEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  341. final def onDurationChange: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  342. final def onDurationChangeCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  343. final def onEmptied: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  344. final def onEmptiedCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  345. final def onEncrypted: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  346. final def onEncryptedCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  347. final def onEnded: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  348. final def onEndedCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  349. final def onError: Event[SyntheticEvent]

    Permalink

    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
  350. final def onErrorCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  351. final def onFocus: Event[SyntheticFocusEvent]

    Permalink

    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
  352. final def onFocusCapture: Event[SyntheticFocusEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  353. final def onInput: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  354. final def onInputCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  355. final def onInvalid: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  356. final def onInvalidCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  357. final def onKeyDown: Event[SyntheticKeyboardEvent]

    Permalink

    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
  358. final def onKeyDownCapture: Event[SyntheticKeyboardEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  359. final def onKeyPress: Event[SyntheticKeyboardEvent]

    Permalink

    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
  360. final def onKeyPressCapture: Event[SyntheticKeyboardEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  361. final def onKeyUp: Event[SyntheticKeyboardEvent]

    Permalink

    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
  362. final def onKeyUpCapture: Event[SyntheticKeyboardEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  363. final def onLoad: Event[SyntheticEvent]

    Permalink

    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
  364. final def onLoadCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  365. final def onLoadStart: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  366. final def onLoadStartCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  367. final def onLoadedData: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  368. final def onLoadedDataCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  369. final def onLoadedMetadata: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  370. final def onLoadedMetadataCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  371. final def onMouseDown: Event[SyntheticMouseEvent]

    Permalink

    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
  372. final def onMouseDownCapture: Event[SyntheticMouseEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  373. final def onMouseEnter: Event[SyntheticMouseEvent]

    Permalink

    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
  374. final def onMouseLeave: Event[SyntheticMouseEvent]

    Permalink

    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
  375. final def onMouseMove: Event[SyntheticMouseEvent]

    Permalink

    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
  376. final def onMouseMoveCapture: Event[SyntheticMouseEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  377. final def onMouseOut: Event[SyntheticMouseEvent]

    Permalink

    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
  378. final def onMouseOutCapture: Event[SyntheticMouseEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  379. final def onMouseOver: Event[SyntheticMouseEvent]

    Permalink

    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
  380. final def onMouseOverCapture: Event[SyntheticMouseEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  381. final def onMouseUp: Event[SyntheticMouseEvent]

    Permalink

    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
  382. final def onMouseUpCapture: Event[SyntheticMouseEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  383. final def onPaste: Event[SyntheticClipboardEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  384. final def onPasteCapture: Event[SyntheticClipboardEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  385. final def onPause: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  386. final def onPauseCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  387. final def onPlay: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  388. final def onPlayCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  389. final def onPlaying: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  390. final def onPlayingCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  391. final def onProgress: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  392. final def onProgressCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  393. final def onRateChange: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  394. final def onRateChangeCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  395. final def onReset: Event[SyntheticEvent]

    Permalink

    The reset event is fired when a form is reset.

    The reset event is fired when a form is reset.

    Definition Classes
    HtmlAttrs
  396. final def onResetCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  397. final def onScroll: Event[SyntheticUIEvent]

    Permalink

    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
  398. final def onScrollCapture: Event[SyntheticUIEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  399. final def onSeeked: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  400. final def onSeekedCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  401. final def onSeeking: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  402. final def onSeekingCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  403. final def onSelect: Event[SyntheticEvent]

    Permalink

    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
  404. final def onStalled: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  405. final def onStalledCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  406. final def onSubmit: Event[SyntheticEvent]

    Permalink

    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
  407. final def onSubmitCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  408. final def onSuspend: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  409. final def onSuspendCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  410. final def onTimeUpdate: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  411. final def onTimeUpdateCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  412. final def onTouchCancel: Event[SyntheticTouchEvent]

    Permalink

    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
  413. final def onTouchCancelCapture: Event[SyntheticTouchEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  414. final def onTouchEnd: Event[SyntheticTouchEvent]

    Permalink

    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
  415. final def onTouchEndCapture: Event[SyntheticTouchEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  416. final def onTouchMove: Event[SyntheticTouchEvent]

    Permalink

    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
  417. final def onTouchMoveCapture: Event[SyntheticTouchEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  418. final def onTouchStart: Event[SyntheticTouchEvent]

    Permalink

    Event indicating that the user has touched the plane.

    Event indicating that the user has touched the plane.

    Definition Classes
    HtmlAttrs
  419. final def onTouchStartCapture: Event[SyntheticTouchEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  420. final def onTransitionEnd: Event[SyntheticTransitionEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  421. final def onTransitionEndCapture: Event[SyntheticTransitionEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  422. final def onVolumeChange: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  423. final def onVolumeChangeCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  424. final def onWaiting: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  425. final def onWaitingCapture: Event[SyntheticEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  426. final def onWheel: Event[SyntheticWheelEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  427. final def onWheelCapture: Event[SyntheticWheelEvent]

    Permalink
    Definition Classes
    HtmlAttrs
  428. final def opacity: Attr[String]

    Permalink

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

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

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

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

    Definition Classes
    HtmlStyles
  429. final def open: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  430. final def optgroup: vdom.HtmlTagOf[OptGroup]

    Permalink

    A set of options, logically grouped.

    A set of options, logically grouped.

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

    Permalink

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

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

    Permalink

    An option in a select element.

    An option in a select element.

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

    Permalink

    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
  434. final def outline: Attr[String]

    Permalink

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

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  436. final def outlineStyle: OutlineStyle

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

    The result of a calculation

    The result of a calculation

    Definition Classes
    HtmlTags
  439. final def overflow: Overflow

    Permalink

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

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

    Definition Classes
    HtmlStyles
  440. final def overflowX: Overflow

    Permalink

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

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

    Definition Classes
    HtmlStyles
  441. final def overflowY: Overflow

    Permalink

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

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

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

    Permalink

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

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

    Permalink

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  448. final def pageBreakAfter: PageBreak

    Permalink

    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
  449. final def pageBreakBefore: PageBreak

    Permalink

    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
  450. final def pageBreakInside: PageBreak

    Permalink

    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
  451. final def param: vdom.HtmlTagOf[Param]

    Permalink

    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
  452. final def perspective: NoneOpenStyle

    Permalink

    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
  453. final def perspectiveOrigin: Attr[String]

    Permalink

    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
  454. final def placeholder: Attr[Any]

    Permalink

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

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

    Definition Classes
    HtmlAttrs
  455. object pointerEvents extends Style[String]

    Permalink

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

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  457. final def poster: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  458. final def pre: vdom.HtmlTagOf[Pre]

    Permalink

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

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

    Definition Classes
    HtmlTags
  459. final def preload: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  460. final def profile: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  461. final def progress: vdom.HtmlTagOf[Progress]

    Permalink

    A progress completion bar

    A progress completion bar

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

    Permalink

    An inline quotation.

    An inline quotation.

    Definition Classes
    HtmlTags
  463. object quotes extends Style[String]

    Permalink
    Definition Classes
    HtmlStyles
  464. final def radioGroup: Attr[String]

    Permalink
    Definition Classes
    HtmlAttrs
  465. final def readOnly: Attr[Boolean]

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlAttrs
  468. final def results: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  469. final def reversed: Attr[Any]

    Permalink

    For <ol> elements.

    For <ol> elements.

    Definition Classes
    HtmlAttrs
  470. final def right: AutoStyle

    Permalink

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

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

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

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

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

    Definition Classes
    HtmlStyles
  471. final def role: Attr[String]

    Permalink

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

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

    Definition Classes
    HtmlAttrs
    See also

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

  472. final def rowSpan: Attr[Int]

    Permalink
    Definition Classes
    HtmlAttrs
  473. final def rows: Attr[Int]

    Permalink

    The number of visible text lines for the control.

    The number of visible text lines for the control.

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

    Permalink

    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
  475. final def rt: vdom.HtmlTagOf[Element]

    Permalink

    Represents the text of a ruby annotation.

    Represents the text of a ruby annotation.

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

    Permalink

    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
  477. final def s: vdom.HtmlTagOf[Element]

    Permalink

    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
  478. final def samp: vdom.HtmlTagOf[Element]

    Permalink

    Represents the output of a program or a computer.

    Represents the output of a program or a computer.

    Definition Classes
    HtmlTags
  479. final def sandbox: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  480. final def scope: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  481. final def scoped: Attr[Any]

    Permalink

    For use in <style> tags.

    For use in <style> tags.

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

    Definition Classes
    HtmlAttrs
  482. final def script: vdom.HtmlTagOf[Script]

    Permalink

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

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

    Definition Classes
    HtmlTags
  483. final def scrolling: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  484. final def seamless: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  485. final def section: vdom.HtmlTagOf[Element]

    Permalink

    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
  486. final def security: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  487. final def select: vdom.HtmlTagOf[Select]

    Permalink

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

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

    Definition Classes
    HtmlTags
  488. final def selected: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  489. final def shape: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  490. final def size: Attr[Int]

    Permalink

    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
  491. final def sizes: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  492. final def small: vdom.HtmlTagOf[Element]

    Permalink

    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
  493. final def source: vdom.HtmlTagOf[Source]

    Permalink

    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
  494. final def span: vdom.HtmlTagOf[Span]

    Permalink

    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
  495. final def spellCheck: Attr[Any]

    Permalink

    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
  496. final val src: Attr[String]

    Permalink

    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
  497. final def srcDoc: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  498. final def srcLang: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  499. final def srcSet: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  500. final def step: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  501. final def strong: vdom.HtmlTagOf[Element]

    Permalink

    Represents especially important text.

    Represents especially important text.

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

    Permalink

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

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

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

    Permalink

    Used to write inline CSS.

    Used to write inline CSS.

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

    Permalink

    Subscript tag

    Subscript tag

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

    Permalink

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

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

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

    Permalink

    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
  507. final def sup: vdom.HtmlTagOf[Element]

    Permalink

    Superscript tag.

    Superscript tag.

    Definition Classes
    HtmlTags
  508. object svg extends SvgTags with SvgAttrAndStyles

    Permalink
  509. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  510. final def tabIndex: Attr[Int]

    Permalink

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

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

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

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

    Definition Classes
    HtmlAttrs
  511. final def table: vdom.HtmlTagOf[Table]

    Permalink

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    Definition Classes
    HtmlTags
  512. object tableLayout extends Style[String]

    Permalink
    Definition Classes
    HtmlStyles
  513. object target extends Generic[String]

    Permalink

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

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

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

    Definition Classes
    HtmlAttrs
  514. final def tbody: vdom.HtmlTagOf[TableSection]

    Permalink

    The table body.

    The table body.

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

    Permalink

    A single cell in a table.

    A single cell in a table.

    Definition Classes
    HtmlTags
  516. final def textAlign: TextAlign

    Permalink

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

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

    Definition Classes
    HtmlStyles
  517. final def textAlignLast: TextAlign

    Permalink

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

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

    Definition Classes
    HtmlStyles
  518. object textDecoration extends Style[String]

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    HtmlStyles
  521. final def textShadow: NoneOpenStyle

    Permalink

    The text-shadow CSS property adds shadows to text.

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

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

    Permalink

    A multiline text edit control.

    A multiline text edit control.

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

    Permalink

    The table footer.

    The table footer.

    Definition Classes
    HtmlTags
  526. final def th: vdom.HtmlTagOf[TableHeaderCell]

    Permalink

    A header cell in a table.

    A header cell in a table.

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

    Permalink

    The table headers.

    The table headers.

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

    Permalink

    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
  529. final val title: Attr[String]

    Permalink

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

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

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

    Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  532. final def top: AutoStyle

    Permalink

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

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

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

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

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

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

    Permalink

    Shorthand for the type attribute

    Shorthand for the type attribute

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

    Permalink

    A single row in a table.

    A single row in a table.

    Definition Classes
    HtmlTags
  535. final def track: vdom.HtmlTagOf[Track]

    Permalink

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

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

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

    Permalink

    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
  537. final def transformOrigin: Attr[String]

    Permalink

    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
  538. object transformStyle extends Style[String]

    Permalink

    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
  539. final def transition: Attr[String]

    Permalink

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

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

    Definition Classes
    HtmlStyles
  540. final def transitionDelay: MultiTimeStyle

    Permalink

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

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

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

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

    Definition Classes
    HtmlStyles
  541. final def transitionDuration: MultiTimeStyle

    Permalink

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

    Underlined text.

    Underlined text.

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

    Permalink

    Defines an unordered list of items.

    Defines an unordered list of items.

    Definition Classes
    HtmlTags
  547. object unicodeBidi extends Style[String]

    Permalink

    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
  548. final def unselectable: Attr[Any]

    Permalink

    IE-specific property to prevent user selection

    IE-specific property to prevent user selection

    Definition Classes
    HtmlAttrs
  549. final def untypedRef: Ref.type

    Permalink
    Definition Classes
    HtmlAttrs
  550. final def useMap: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  551. final val value: Attr[Any]

    Permalink

    The initial value of the control.

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

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

    Permalink

    Represents a variable.

    Represents a variable.

    Definition Classes
    HtmlTags
  553. implicit val vdomAttrVtBoolean: Simple[Boolean]

    Permalink
    Definition Classes
    ImplicitsForVdomAttr
  554. implicit def vdomAttrVtCssUnits[N](n: N)(implicit arg0: Numeric[N]): CssUnits

    Permalink
    Definition Classes
    ImplicitsForVdomAttr
  555. implicit lazy val vdomAttrVtInnerHtml: ValueType[String, InnerHtmlAttr]

    Permalink
    Definition Classes
    ImplicitsForVdomAttr1
  556. implicit val vdomAttrVtInt: Simple[Int]

    Permalink
    Definition Classes
    ImplicitsForVdomAttr
  557. implicit def vdomAttrVtJsAny[A](implicit f: (A) ⇒ Any): ValueType[A, Any]

    Permalink
    Definition Classes
    ImplicitsForVdomAttr
    Annotations
    @inline()
  558. implicit def vdomAttrVtJsDictionary[A]: ValueType[Dictionary[A], Object]

    Permalink
    Definition Classes
    ImplicitsForVdomAttr
    Annotations
    @inline()
  559. implicit val vdomAttrVtJsObject: Simple[Object]

    Permalink
    Definition Classes
    ImplicitsForVdomAttr
  560. implicit def vdomAttrVtKey[A](implicit k: (A) ⇒ raw.Key): ValueType[A, Attr.Key]

    Permalink
    Definition Classes
    ImplicitsForVdomAttr1
  561. implicit val vdomAttrVtKeyL: ValueType[Long, Attr.Key]

    Permalink
    Definition Classes
    ImplicitsForVdomAttr1
  562. implicit val vdomAttrVtKeyS: ValueType[String, Attr.Key]

    Permalink
    Definition Classes
    ImplicitsForVdomAttr1
  563. implicit val vdomAttrVtString: Simple[String]

    Permalink
    Definition Classes
    ImplicitsForVdomAttr
  564. implicit def vdomElementFromComponent(u: UnmountedWithRoot[_, _, _, _]): vdom.VdomElement

    Permalink
    Definition Classes
    ImplicitsForVdomElement
  565. implicit def vdomElementFromTag[A](a: A)(implicit f: (A) ⇒ Exports.VdomTag): vdom.VdomElement

    Permalink
    Definition Classes
    ImplicitsForVdomElement
  566. implicit def vdomNodeFromByte(v: Byte): vdom.VdomNode

    Permalink
    Definition Classes
    ImplicitsForVdomNode
  567. implicit def vdomNodeFromDouble(v: Double): vdom.VdomNode

    Permalink
    Definition Classes
    ImplicitsForVdomNode
  568. implicit def vdomNodeFromFloat(v: Float): vdom.VdomNode

    Permalink
    Definition Classes
    ImplicitsForVdomNode
  569. implicit def vdomNodeFromInt(v: Int): vdom.VdomNode

    Permalink
    Definition Classes
    ImplicitsForVdomNode
  570. implicit def vdomNodeFromLong(v: Long): vdom.VdomNode

    Permalink
    Definition Classes
    ImplicitsForVdomNode
  571. implicit def vdomNodeFromPropsChildren(v: PropsChildren): vdom.VdomNode

    Permalink
    Definition Classes
    ImplicitsForVdomNode
  572. implicit def vdomNodeFromShort(v: Short): vdom.VdomNode

    Permalink
    Definition Classes
    ImplicitsForVdomNode
  573. implicit def vdomNodeFromString(v: String): vdom.VdomNode

    Permalink
    Definition Classes
    ImplicitsForVdomNode
  574. implicit def vdomOptionExt[O[_], A](o: O[A])(implicit O: OptionLike[O]): OptionExt[O, A]

    Permalink
    Definition Classes
    ImplicitsForTagMod
  575. implicit def vdomSeqExtForJA[A](as: Array[A]): TraversableOnceExt[A]

    Permalink
    Definition Classes
    ImplicitsForVdomNode
  576. implicit def vdomSeqExtForSA[A](as: Array[A]): TraversableOnceExt[A]

    Permalink
    Definition Classes
    ImplicitsForVdomNode
  577. implicit def vdomSeqExtForTO[A](as: TraversableOnce[A]): TraversableOnceExt[A]

    Permalink
    Definition Classes
    ImplicitsForVdomNode
  578. object verticalAlign extends Style[String]

    Permalink

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

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

    Definition Classes
    HtmlStyles
  579. final def video: vdom.HtmlTagOf[Video]

    Permalink

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

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

    Definition Classes
    HtmlTags
  580. object visibility extends Style[String]

    Permalink
    Definition Classes
    HtmlStyles
  581. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  584. final def wbr: vdom.HtmlTagOf[Element]

    Permalink

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

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

    Definition Classes
    HtmlTags
  585. object whiteSpace extends Style[String]

    Permalink

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

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

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

    Permalink

    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
  587. final def width: AutoStyle

    Permalink

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

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

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

    Definition Classes
    HtmlStyles
  588. final def wmode: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  589. object wordBreak extends Style[String]

    Permalink

    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
  590. final def wordSpacing: NormalOpenStyle

    Permalink

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

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

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

    Permalink
    Definition Classes
    HtmlStyles
  592. object wrap extends Generic[Any]

    Permalink

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

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

    Definition Classes
    HtmlAttrs
  593. final def xmlns: Attr[Any]

    Permalink
    Definition Classes
    HtmlAttrs
  594. final def zIndex: AutoStyle

    Permalink

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

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

    Definition Classes
    HtmlStyles

Inherited from HtmlAttrAndStyles

Inherited from HtmlStyles

Inherited from HtmlAttrs

Inherited from HtmlTags

Inherited from PackageBase

Inherited from Implicits

Inherited from ImplicitsForVdomElement

Inherited from ImplicitsForVdomNode

Inherited from ImplicitsForVdomAttr

Inherited from ImplicitsForVdomAttr1

Inherited from ImplicitsForTagMod

Inherited from Exports

Inherited from AnyRef

Inherited from Any

Ungrouped