Object/Trait

com.dispalt.vdom

Attrs

Related Docs: trait Attrs | package vdom

Permalink

object Attrs extends JustAttrs

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Attrs
  2. JustAttrs
  3. Attrs
  4. BootstrapAttrs
  5. HtmlStyles
  6. Attrs
  7. HtmlAttrs
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait TextAlign extends ReactStyle

    Permalink
    Definition Classes
    HtmlStyles

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 lazy val accept: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  5. final lazy val acceptCharset: Generic

    Permalink
    Definition Classes
    Attrs
  6. final lazy val accessKey: Generic

    Permalink
    Definition Classes
    Attrs
  7. final lazy val action: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  8. object alignContent extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  9. object alignItems extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  10. object alignSelf extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  11. final lazy val allowFullScreen: Generic

    Permalink
    Definition Classes
    Attrs
  12. final lazy val allowTransparency: Generic

    Permalink
    Definition Classes
    Attrs
  13. final lazy val alt: Generic

    Permalink

    This attribute defines the alternative text describing the image.

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

    MDN

    Definition Classes
    HtmlAttrs
  14. final lazy val animation: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  15. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  16. final lazy val animationDirection: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  17. final lazy val animationDuration: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  18. final lazy val animationFillMode: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  19. final lazy val animationIterationCount: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  20. final lazy val animationName: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  21. final lazy val animationPlayState: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  22. final lazy val animationTimingFunction: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  23. object aria

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  24. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  25. final lazy val async: Generic

    Permalink
    Definition Classes
    Attrs
  26. final lazy val autoCapitalize: Generic

    Permalink
    Definition Classes
    Attrs
  27. final lazy val autoComplete: Generic

    Permalink

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

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

    Possible values are "off" and "on"

    MDN

    Definition Classes
    HtmlAttrs
  28. final lazy val autoCorrect: Generic

    Permalink
    Definition Classes
    Attrs
  29. final lazy val autoFocus: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  30. final lazy val autoPlay: Generic

    Permalink
    Definition Classes
    Attrs
  31. final lazy val autoSave: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  32. object backfaceVisibility extends Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  33. final lazy val background: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  34. object backgroundAttachment extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  35. object backgroundClip extends Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  36. final lazy val backgroundColor: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  37. final lazy val backgroundImage: MultiImageStyle

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  38. object backgroundOrigin extends Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  39. final lazy val backgroundPosition: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  40. final lazy val backgroundRepeat: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  41. object backgroundSize extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  42. final lazy val border: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  43. final lazy val borderBottom: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  44. final lazy val borderBottomColor: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  45. final lazy val borderBottomLeftRadius: BorderRadius

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  46. final lazy val borderBottomRightRadius: BorderRadius

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  47. final lazy val borderBottomStyle: BorderStyle

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  48. final lazy val borderBottomWidth: BorderWidth

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  49. object borderCollapse extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  50. final lazy val borderColor: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  51. final lazy val borderLeft: Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  52. final lazy val borderLeftColor: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  53. final lazy val borderLeftStyle: BorderStyle

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  54. final lazy val borderLeftWidth: BorderWidth

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  55. final lazy val borderRadius: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  56. final lazy val borderRight: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  57. final lazy val borderRightColor: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  58. final lazy val borderRightStyle: BorderStyle

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  59. final lazy val borderRightWidth: BorderWidth

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  60. object borderSpacing extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  61. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  62. final lazy val borderTop: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  63. final lazy val borderTopColor: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  64. final lazy val borderTopLeftRadius: BorderRadius

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  65. final lazy val borderTopRightRadius: BorderRadius

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  66. final lazy val borderTopStyle: BorderStyle

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  67. final lazy val borderTopWidth: BorderWidth

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  68. final lazy val borderWidth: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  69. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  70. final lazy val boxShadow: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  71. object boxSizing extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  72. object captionSide extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  73. final lazy val capture: Generic

    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
  74. final lazy val cellPadding: Generic

    Permalink
    Definition Classes
    Attrs
  75. final lazy val cellSpacing: Generic

    Permalink
    Definition Classes
    Attrs
  76. final lazy val challenge: Generic

    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
  77. final lazy val charset: Generic

    Permalink

    Declares the character encoding of the page or script.

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

    MDN

    Definition Classes
    HtmlAttrs
  78. final lazy val checked: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  79. final lazy val class: ClassName.type

    Permalink
    Definition Classes
    Attrs
  80. final lazy val classID: Generic

    Permalink
    Definition Classes
    Attrs
  81. final lazy val className: ClassName.type

    Permalink
    Definition Classes
    Attrs
  82. final def classSet(ps: (String, Boolean)*): TagMod

    Permalink
    Definition Classes
    Attrs
  83. final def classSet1(a: String, ps: (String, Boolean)*): TagMod

    Permalink
    Definition Classes
    Attrs
  84. final def classSet1M(a: String, ps: Map[String, Boolean]): TagMod

    Permalink
    Definition Classes
    Attrs
  85. final def classSetM(ps: Map[String, Boolean]): TagMod

    Permalink
    Definition Classes
    Attrs
  86. object clear extends Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  87. object clip extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  88. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. final lazy val cls: ClassName.type

    Permalink
    Definition Classes
    Attrs
  90. final lazy val colSpan: Generic

    Permalink
    Definition Classes
    Attrs
  91. object color extends CurrentColor

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  92. final lazy val cols: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  93. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  94. object columnFill extends Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  95. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  96. final lazy val columnRule: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  97. final lazy val columnRuleColor: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  98. 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.

    MDN

    Definition Classes
    HtmlStyles
  99. object columnRuleWidth extends Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  100. object columnSpan extends Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  101. final lazy val 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

    MDN

    Definition Classes
    HtmlStyles
  102. object columns extends Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  103. final def compositeAttr[A](k: ReactAttr, f: (A, List[A]) ⇒ A, e: ⇒ TagMod = EmptyTag): CompositeAttr[A]

    Permalink
    Definition Classes
    Attrs
  104. final lazy val contentAttr: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  105. final lazy val contentEditable: Generic

    Permalink
    Definition Classes
    Attrs
  106. final lazy val contentStyle: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  107. final lazy val contextMenu: Generic

    Permalink
    Definition Classes
    Attrs
  108. final lazy val controls: Generic

    Permalink
    Definition Classes
    Attrs
  109. final lazy val coords: Generic

    Permalink
    Definition Classes
    Attrs
  110. final lazy val counterIncrement: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  111. final lazy val counterReset: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  112. final lazy val crossOrigin: Generic

    Permalink
    Definition Classes
    Attrs
  113. object cursor extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  114. final def dangerouslySetInnerHtml(html: String): TagMod

    Permalink
    Definition Classes
    Attrs
  115. final lazy val dangerouslySetInnerHtmlAttr: Generic

    Permalink
    Definition Classes
    Attrs
  116. final lazy val dataToggle: Generic

    Permalink
    Definition Classes
    BootstrapAttrs
  117. final lazy val dateTime: Generic

    Permalink
    Definition Classes
    Attrs
  118. final lazy val default: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  119. final lazy val defaultValue: Generic

    Permalink
    Definition Classes
    Attrs
  120. final lazy val defer: Generic

    Permalink
    Definition Classes
    Attrs
  121. final lazy val dir: Generic

    Permalink
    Definition Classes
    Attrs
  122. object direction extends Generic

    Permalink

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

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

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  123. final lazy val disabled: Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlAttrs
  124. object display extends Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  125. final lazy val download: Generic

    Permalink
    Definition Classes
    Attrs
  126. final lazy val draggable: Generic

    Permalink
    Definition Classes
    Attrs
  127. object emptyCells extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  128. final lazy val encType: Generic

    Permalink
    Definition Classes
    Attrs
  129. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  131. def finalize(): Unit

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

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  133. final lazy val flexBasis: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  134. object flexDirection extends Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  135. final lazy val flexGrow: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  136. final lazy val flexShrink: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  137. object flexWrap extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  138. object float extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  139. final lazy val font: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  140. final lazy val fontFamily: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  141. final lazy val fontFeatureSettings: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  142. object fontSize extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  143. final lazy val fontSizeAdjust: Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  144. object fontStyle extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  145. object fontWeight extends Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  146. final lazy val for: Generic

    Permalink

    Describes elements which belongs to this one.

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

    MDN

    Definition Classes
    HtmlAttrs
  147. final lazy val formAction: Generic

    Permalink
    Definition Classes
    Attrs
  148. final lazy val formEncType: Generic

    Permalink
    Definition Classes
    Attrs
  149. final lazy val formMethod: Generic

    Permalink
    Definition Classes
    Attrs
  150. final lazy val formNoValidate: Generic

    Permalink
    Definition Classes
    Attrs
  151. final lazy val formTarget: Generic

    Permalink
    Definition Classes
    Attrs
  152. final lazy val frameBorder: Generic

    Permalink
    Definition Classes
    Attrs
  153. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  154. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  155. final lazy val headers: Generic

    Permalink
    Definition Classes
    Attrs
  156. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  157. final lazy val high: Generic

    Permalink

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

  158. final lazy val href: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  159. final lazy val hrefLang: Generic

    Permalink
    Definition Classes
    Attrs
  160. final lazy val htmlFor: Generic

    Permalink
    Definition Classes
    Attrs
  161. final lazy val httpEquiv: Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlAttrs
  162. final lazy val icon: Generic

    Permalink
    Definition Classes
    Attrs
  163. final lazy val id: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  164. final lazy val inputMode: Generic

    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
  165. final lazy val integrity: Generic

    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
  166. final lazy val is: Generic

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

    Permalink
    Definition Classes
    Any
  168. final lazy val itemProp: Generic

    Permalink
    Definition Classes
    Attrs
  169. final lazy val itemScope: Generic

    Permalink
    Definition Classes
    Attrs
  170. final lazy val itemType: Generic

    Permalink
    Definition Classes
    Attrs
  171. object justifyContent extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  172. final val key: Generic

    Permalink
    Definition Classes
    Attrs
  173. final lazy val keyParams: Generic

    Permalink

    For use in <keygen>

    For use in <keygen>

    Definition Classes
    HtmlAttrs
  174. final lazy val keyType: Generic

    Permalink

    <keygen>: Specifies the type of key generated.

    <keygen>: Specifies the type of key generated.

    Definition Classes
    HtmlAttrs
  175. final lazy val kind: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  176. final lazy val lang: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  177. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  178. final lazy val letterSpacing: NormalOpenStyle

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  179. final lazy val lineHeight: NormalOpenStyle

    Permalink

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

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  180. final lazy val list: Generic

    Permalink
    Definition Classes
    Attrs
  181. final lazy val listStyle: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  182. object listStyleImage extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  183. object listStylePosition extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  184. object listStyleType extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  185. final lazy val loop: Generic

    Permalink
    Definition Classes
    Attrs
  186. final lazy val low: Generic

    Permalink

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

  187. final lazy val manifest: Generic

    Permalink
    Definition Classes
    Attrs
  188. object margin extends Generic

    Permalink

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

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

    Negative values are also allowed.

    MDN

    Definition Classes
    HtmlStyles
  189. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  190. final lazy val marginHeight: Generic

    Permalink
    Definition Classes
    Attrs
  191. final lazy val marginLeft: Generic with MarginAuto

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  192. final lazy val marginRight: Generic with MarginAuto

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  193. final lazy val marginTop: Generic with MarginAuto

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  194. final lazy val marginWidth: Generic

    Permalink
    Definition Classes
    Attrs
  195. object mask extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  196. final lazy val max: Generic

    Permalink

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

  197. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  198. final lazy val maxLength: Generic

    Permalink
    Definition Classes
    Attrs
  199. final lazy val maxWidth: Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  200. final lazy val media: Generic

    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

  201. final lazy val mediaGroup: Generic

    Permalink
    Definition Classes
    Attrs
  202. final lazy val method: Generic

    Permalink

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

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

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

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

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

    MDN

    Definition Classes
    HtmlAttrs
  203. final lazy val min: Generic

    Permalink

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

  204. final lazy val minHeight: Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  205. final lazy val minLength: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  206. final lazy val minWidth: Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  207. final lazy val multiple: Generic

    Permalink
    Definition Classes
    Attrs
  208. final lazy val muted: Generic

    Permalink
    Definition Classes
    Attrs
  209. final lazy val name: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  210. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  211. final lazy val noValidate: Generic

    Permalink
    Definition Classes
    Attrs
  212. final lazy val nonce: Generic

    Permalink

    For <script> and <style>elements.

    For <script> and <style>elements.

    Definition Classes
    HtmlAttrs
  213. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  215. final lazy val onAbort: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  216. final lazy val onBeforeInput: Generic

    Permalink
    Definition Classes
    Attrs
  217. final lazy val onBlur: Generic

    Permalink

    The blur event is raised when an element loses focus.

    The blur event is raised when an element loses focus.

    MDN

    Definition Classes
    HtmlAttrs
  218. final lazy val onCanPlay: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  219. final lazy val onCanPlayThrough: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  220. final val onChange: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  221. final val onClick: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  222. final lazy val onCompositionEnd: Generic

    Permalink
    Definition Classes
    Attrs
  223. final lazy val onCompositionStart: Generic

    Permalink
    Definition Classes
    Attrs
  224. final lazy val onCompositionUpdate: Generic

    Permalink
    Definition Classes
    Attrs
  225. final lazy val onContextMenu: Generic

    Permalink
    Definition Classes
    Attrs
  226. final lazy val onCopy: Generic

    Permalink
    Definition Classes
    Attrs
  227. final lazy val onCut: Generic

    Permalink
    Definition Classes
    Attrs
  228. final lazy val onDblClick: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  229. final def onDoubleClick: Generic

    Permalink

    React alias for onDblClick

    React alias for onDblClick

    Definition Classes
    HtmlAttrs
  230. final lazy val onDrag: Generic

    Permalink
    Definition Classes
    Attrs
  231. final lazy val onDragEnd: Generic

    Permalink
    Definition Classes
    Attrs
  232. final lazy val onDragEnter: Generic

    Permalink
    Definition Classes
    Attrs
  233. final lazy val onDragExit: Generic

    Permalink
    Definition Classes
    Attrs
  234. final lazy val onDragLeave: Generic

    Permalink
    Definition Classes
    Attrs
  235. final lazy val onDragOver: Generic

    Permalink
    Definition Classes
    Attrs
  236. final lazy val onDragStart: Generic

    Permalink
    Definition Classes
    Attrs
  237. final lazy val onDrop: Generic

    Permalink
    Definition Classes
    Attrs
  238. final lazy val onDurationChange: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  239. final lazy val onEmptied: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  240. final lazy val onEncrypted: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  241. final lazy val onEnded: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  242. final lazy val onError: Generic

    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
  243. final lazy val onFocus: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  244. final lazy val onInput: Generic

    Permalink
    Definition Classes
    Attrs
  245. final lazy val onKeyDown: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  246. final lazy val onKeyPress: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  247. final lazy val onKeyUp: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  248. final lazy val onLoad: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  249. final lazy val onLoadStart: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  250. final lazy val onLoadedData: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  251. final lazy val onLoadedMetadata: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  252. final lazy val onMouseDown: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  253. final lazy val onMouseEnter: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  254. final lazy val onMouseLeave: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  255. final lazy val onMouseMove: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  256. final lazy val onMouseOut: Generic

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

    MDN

    Definition Classes
    HtmlAttrs
  257. final lazy val onMouseOver: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  258. final lazy val onMouseUp: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  259. final lazy val onPaste: Generic

    Permalink
    Definition Classes
    Attrs
  260. final lazy val onPause: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  261. final lazy val onPlay: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  262. final lazy val onPlaying: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  263. final lazy val onProgress: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  264. final lazy val onRateChange: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  265. final lazy val onReset: Generic

    Permalink

    The reset event is fired when a form is reset.

    The reset event is fired when a form is reset.

    MDN

    Definition Classes
    HtmlAttrs
  266. final lazy val onScroll: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  267. final lazy val onSeeked: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  268. final lazy val onSeeking: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  269. final lazy val onSelect: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  270. final lazy val onStalled: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  271. final lazy val onSubmit: Generic

    Permalink

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

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

    Definition Classes
    HtmlAttrs
  272. final lazy val onSuspend: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  273. final lazy val onTimeUpdate: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  274. final lazy val onTouchCancel: Generic

    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
  275. final lazy val onTouchEnd: Generic

    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
  276. final lazy val onTouchMove: Generic

    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
  277. final lazy val onTouchStart: Generic

    Permalink

    Event indicating that the user has touched the plane.

    Event indicating that the user has touched the plane.

    Definition Classes
    HtmlAttrs
  278. final lazy val onVolumeChange: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  279. final lazy val onWaiting: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  280. final lazy val onWheel: Generic

    Permalink
    Definition Classes
    Attrs
  281. final lazy val opacity: Generic

    Permalink

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

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  282. final lazy val open: Generic

    Permalink
    Definition Classes
    Attrs
  283. final lazy val optimum: Generic

    Permalink

    For use in <meter> tags.

    For use in <meter> tags.

    Definition Classes
    HtmlAttrs
    See also

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

  284. final lazy val orphans: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  285. final lazy val outline: Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  286. object outlineColor extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  287. final lazy val outlineStyle: OutlineStyle

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  288. object outlineWidth extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  289. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  290. final lazy val overflowX: Overflow

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  291. final lazy val overflowY: Overflow

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  292. final lazy val padding: Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  293. final lazy val paddingBottom: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  294. final lazy val paddingLeft: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  295. final lazy val paddingRight: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  296. final lazy val paddingTop: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  297. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  298. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  299. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  300. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  301. final lazy val perspectiveOrigin: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  302. final lazy val placeholder: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  303. object pointerEvents extends Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  304. object position extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  305. final lazy val poster: Generic

    Permalink
    Definition Classes
    Attrs
  306. final lazy val preload: Generic

    Permalink
    Definition Classes
    Attrs
  307. object quotes extends Generic

    Permalink
    Definition Classes
    HtmlStyles
  308. final lazy val radioGroup: Generic

    Permalink
    Definition Classes
    Attrs
  309. final lazy val readOnly: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  310. final val ref: Ref.type

    Permalink
    Definition Classes
    Attrs
  311. final lazy val rel: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  312. final lazy val required: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  313. final lazy val results: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  314. final lazy val reversed: Generic

    Permalink

    For <ol> elements.

    For <ol> elements.

    Definition Classes
    HtmlAttrs
  315. final lazy val 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).

    MDN

    Definition Classes
    HtmlStyles
  316. final lazy val role: Generic

    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

  317. final lazy val rowSpan: Generic

    Permalink
    Definition Classes
    Attrs
  318. final lazy val rows: Generic

    Permalink

    The number of visible text lines for the control.

    The number of visible text lines for the control.

    MDN

    Definition Classes
    HtmlAttrs
  319. final lazy val sandbox: Generic

    Permalink
    Definition Classes
    Attrs
  320. final lazy val scope: Generic

    Permalink
    Definition Classes
    Attrs
  321. final lazy val scoped: Generic

    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
  322. final lazy val scrolling: Generic

    Permalink
    Definition Classes
    Attrs
  323. final lazy val seamless: Generic

    Permalink
    Definition Classes
    Attrs
  324. final lazy val security: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  325. final lazy val selected: Generic

    Permalink
    Definition Classes
    Attrs
  326. final lazy val shape: Generic

    Permalink
    Definition Classes
    Attrs
  327. final lazy val size: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  328. final lazy val sizes: Generic

    Permalink
    Definition Classes
    Attrs
  329. final lazy val spellCheck: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  330. final val src: Generic

    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.

    MDN

    Definition Classes
    HtmlAttrs
  331. final lazy val srcDoc: Generic

    Permalink
    Definition Classes
    Attrs
  332. final lazy val srcLang: Generic

    Permalink
    Definition Classes
    HtmlAttrs
  333. final lazy val srcSet: Generic

    Permalink
    Definition Classes
    Attrs
  334. final lazy val step: Generic

    Permalink
    Definition Classes
    Attrs
  335. final lazy val style: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  336. final lazy val summaryAttr: Generic

    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
  337. final def svg: SvgAttrs.type

    Permalink
    Definition Classes
    JustAttrs
  338. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  339. final lazy val tabIndex: Generic

    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
  340. object tableLayout extends Generic

    Permalink
    Definition Classes
    HtmlStyles
  341. final lazy val target: Generic

    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
  342. final lazy val textAlign: Generic with TextAlign

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  343. final lazy val textAlignLast: Generic with TextAlign

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  344. object textDecoration extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  345. final lazy val textIndent: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  346. object textOverflow extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  347. final lazy val textShadow: NoneOpenStyle

    Permalink

    The text-shadow CSS property adds shadows to text.

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  348. object textTransform extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  349. object textUnderlinePosition extends Generic

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  350. final val title: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  351. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  352. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  353. final val tpe: Generic

    Permalink

    Shorthand for the type attribute

    Shorthand for the type attribute

    Definition Classes
    HtmlAttrs
  354. final lazy val transform: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  355. final lazy val transformOrigin: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  356. object transformStyle extends Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  357. final lazy val transition: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  358. final lazy val transitionDelay: MultiTimeStyle

    Permalink

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

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  359. final lazy val transitionDuration: MultiTimeStyle

    Permalink

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  360. final lazy val transitionProperty: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  361. final lazy val transitionTimingFunction: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  362. final val type: Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlAttrs
  363. object unicodeBidi extends Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  364. final lazy val unselectable: Generic

    Permalink

    IE-specific property to prevent user selection

    IE-specific property to prevent user selection

    Definition Classes
    HtmlAttrs
  365. final lazy val useMap: Generic

    Permalink
    Definition Classes
    Attrs
  366. final val value: Generic

    Permalink

    The initial value of the control.

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

    MDN

    Definition Classes
    HtmlAttrs
  367. object verticalAlign extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  368. object visibility extends Generic

    Permalink
    Definition Classes
    HtmlStyles
  369. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  372. object whiteSpace extends Generic

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  373. final lazy val widows: Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  374. final lazy val 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.

    MDN

    Definition Classes
    HtmlStyles
  375. final lazy val wmode: Generic

    Permalink
    Definition Classes
    Attrs
  376. object wordBreak extends Generic

    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.

    MDN

    Definition Classes
    HtmlStyles
  377. final lazy val wordSpacing: NormalOpenStyle

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles
  378. object wordWrap extends Generic

    Permalink
    Definition Classes
    HtmlStyles
  379. final lazy val wrap: Generic

    Permalink

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

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

    Definition Classes
    HtmlAttrs
  380. final lazy val xmlns: Generic

    Permalink

    Definition Classes
    HtmlAttrs
  381. final lazy val zIndex: AutoStyle

    Permalink

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

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

    MDN

    Definition Classes
    HtmlStyles

Inherited from JustAttrs

Inherited from Attrs

Inherited from BootstrapAttrs

Inherited from HtmlStyles

Inherited from Extra.Attrs

Inherited from HtmlAttrs

Inherited from AnyRef

Inherited from Any

Ungrouped