japgolly.scalajs.react.vdom

Attrs

Related Docs: trait Attrs | package vdom

object Attrs extends JustAttrs

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Attrs
  2. JustAttrs
  3. Attrs
  4. HtmlStyles
  5. Attrs
  6. HtmlAttrs
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait TextAlign extends Style

    Definition Classes
    HtmlStyles

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final val accept: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  5. final val acceptCharset: Attr

    Definition Classes
    Attrs
  6. final val accessKey: Attr

    Definition Classes
    Attrs
  7. final val action: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  8. object alignItems extends Style

    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
  9. final val allowFullScreen: Attr

    Definition Classes
    Attrs
  10. final val allowTransparency: Attr

    Definition Classes
    Attrs
  11. final val alt: Attr

    This attribute defines the alternative text describing the image.

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

    MDN

    Definition Classes
    HtmlAttrs
  12. final val animation: Style

    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
  13. final val animationDelay: MultiTimeStyle

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

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

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  14. final val animationDirection: Style

    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
  15. final val animationDuration: Style

    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
  16. final val animationFillMode: Style

    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
  17. final val animationIterationCount: Style

    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
  18. final val animationName: Style

    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
  19. final val animationPlayState: Style

    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
  20. final val animationTimingFunction: Style

    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
  21. object aria

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

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

    MDN

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

    Definition Classes
    Any
  23. final val async: Attr

    Definition Classes
    Attrs
  24. final val autoCapitalize: Attr

    Definition Classes
    Attrs
  25. final val autoComplete: Attr

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

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

    Possible values are "off" and "on"

    MDN

    Definition Classes
    HtmlAttrs
  26. final val autoCorrect: Attr

    Definition Classes
    Attrs
  27. final val autoFocus: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  28. final val autoPlay: Attr

    Definition Classes
    Attrs
  29. object backfaceVisibility extends Style

    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
  30. final val background: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  31. object backgroundAttachment extends Style

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

    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
  32. object backgroundClip extends Style

    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
  33. final val backgroundColor: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  34. final val backgroundImage: MultiImageStyle

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

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

    MDN

    Definition Classes
    HtmlStyles
  35. object backgroundOrigin extends Style

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

    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
  36. final val backgroundPosition: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  37. final val backgroundRepeat: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  38. object backgroundSize extends Style

    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
  39. final val border: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  40. final val borderBottom: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  41. final val borderBottomColor: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  42. final val borderBottomLeftRadius: BorderRadius

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

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

    MDN

    Definition Classes
    HtmlStyles
  43. final val borderBottomRightRadius: BorderRadius

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

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

    MDN

    Definition Classes
    HtmlStyles
  44. final val borderBottomStyle: BorderStyle

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

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

    MDN

    Definition Classes
    HtmlStyles
  45. final val borderBottomWidth: BorderWidth

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

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

    MDN

    Definition Classes
    HtmlStyles
  46. object borderCollapse extends Style

    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
  47. final val borderColor: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  48. final val borderLeft: Style

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  49. final val borderLeftColor: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  50. final val borderLeftStyle: BorderStyle

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

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

    MDN

    Definition Classes
    HtmlStyles
  51. final val borderLeftWidth: BorderWidth

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

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

    MDN

    Definition Classes
    HtmlStyles
  52. final val borderRadius: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  53. final val borderRight: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  54. final val borderRightColor: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  55. final val borderRightStyle: BorderStyle

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

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

    MDN

    Definition Classes
    HtmlStyles
  56. final val borderRightWidth: BorderWidth

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

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

    MDN

    Definition Classes
    HtmlStyles
  57. object borderSpacing extends Style

    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
  58. final val borderStyle: BorderStyle

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

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

    MDN

    Definition Classes
    HtmlStyles
  59. final val borderTop: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  60. final val borderTopColor: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  61. final val borderTopLeftRadius: BorderRadius

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

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

    MDN

    Definition Classes
    HtmlStyles
  62. final val borderTopRightRadius: BorderRadius

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

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

    MDN

    Definition Classes
    HtmlStyles
  63. final val borderTopStyle: BorderStyle

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

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

    MDN

    Definition Classes
    HtmlStyles
  64. final val borderTopWidth: BorderWidth

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

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

    MDN

    Definition Classes
    HtmlStyles
  65. final val borderWidth: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  66. final val bottom: AutoStyle[String]

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

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

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  67. final val boxShadow: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  68. object boxSizing extends Style

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

    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
  69. object captionSide extends Style

    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
  70. final val cellPadding: Attr

    Definition Classes
    Attrs
  71. final val cellSpacing: Attr

    Definition Classes
    Attrs
  72. final val charset: Attr

    Declares the character encoding of the page or script.

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

    MDN

    Definition Classes
    HtmlAttrs
  73. final val checked: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  74. final val class: ClassNameAttr.type

    Definition Classes
    Attrs
  75. final val classID: Attr

    Definition Classes
    Attrs
  76. final val className: ClassNameAttr.type

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

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

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

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

    Definition Classes
    Attrs
  81. object clear extends Style

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

    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
  82. object clip extends Style

    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
  83. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. final val cls: ClassNameAttr.type

    Definition Classes
    Attrs
  85. final val colSpan: Attr

    Definition Classes
    Attrs
  86. object color extends CurrentColor

    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
  87. final val cols: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  88. final val columnCount: AutoStyle[Int]

    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
  89. object columnFill extends Style

    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
  90. final val columnGap: NormalOpenStyle[String]

    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
  91. final val columnRule: Style

    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
  92. final val columnRuleColor: Style

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  94. object columnRuleWidth extends Style

    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
  95. object columnSpan extends Style

    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
  96. final val columnWidth: AutoStyle[String]

    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
  97. object columns extends Style

    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
  98. final def compositeAttr[A](k: Attr, f: (A, List[A]) ⇒ A, e: ⇒ TagMod = EmptyTag): CompositeAttr[A]

    Definition Classes
    Attrs
  99. final val contentAttr: Attr

    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
  100. final val contentEditable: Attr

    Definition Classes
    Attrs
  101. final val contentStyle: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  102. final val contextMenu: Attr

    Definition Classes
    Attrs
  103. final val controls: Attr

    Definition Classes
    Attrs
  104. final val coords: Attr

    Definition Classes
    Attrs
  105. final val counterIncrement: Style

    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
  106. final val counterReset: Style

    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
  107. final val crossOrigin: Attr

    Definition Classes
    Attrs
  108. object cursor extends Style

    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
  109. final def dangerouslySetInnerHtml(html: String): TagMod

    Definition Classes
    Attrs
  110. final val dangerouslySetInnerHtmlAttr: Attr

    Definition Classes
    Attrs
  111. final val dateTime: Attr

    Definition Classes
    Attrs
  112. final val defaultValue: Attr

    Definition Classes
    Attrs
  113. final val defer: Attr

    Definition Classes
    Attrs
  114. final val dir: Attr

    Definition Classes
    Attrs
  115. object direction extends Style

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

    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
  116. final val disabled: Attr

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

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

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

    MDN

    Definition Classes
    HtmlAttrs
  117. object display extends Style

    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
  118. final val download: Attr

    Definition Classes
    Attrs
  119. final val draggable: Attr

    Definition Classes
    Attrs
  120. object emptyCells extends Style

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

    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
  121. final val encType: Attr

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

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

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

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

    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
  126. final val flexBasis: Style

    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
  127. object flexDirection extends Style

    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
  128. final val flexGrow: Style

    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
  129. final val flexShrink: Style

    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
  130. object flexWrap extends Style

    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
  131. object float extends Style

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

    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
  132. final val font: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  133. final val fontFamily: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  134. final val fontFeatureSettings: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  135. object fontSize extends Style

    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
  136. final val fontSizeAdjust: Style

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  137. object fontStyle extends Style

    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
  138. object fontWeight extends Style

    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
  139. final val for: Attr

    Describes elements which belongs to this one.

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

    MDN

    Definition Classes
    HtmlAttrs
  140. final val formAction: Attr

    Definition Classes
    Attrs
  141. final val formEncType: Attr

    Definition Classes
    Attrs
  142. final val formMethod: Attr

    Definition Classes
    Attrs
  143. final val formNoValidate: Attr

    Definition Classes
    Attrs
  144. final val formTarget: Attr

    Definition Classes
    Attrs
  145. final val frameBorder: Attr

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

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

    Definition Classes
    AnyRef → Any
  148. final val headers: Attr

    Definition Classes
    Attrs
  149. final val height: AutoStyle[String]

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  150. final val href: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  151. final val hrefLang: Attr

    Definition Classes
    Attrs
  152. final val htmlFor: Attr

    Definition Classes
    Attrs
  153. final val httpEquiv: Attr

    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
  154. final val icon: Attr

    Definition Classes
    Attrs
  155. final val id: Attr

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

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

    MDN

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

    Definition Classes
    Any
  157. final val itemProp: Attr

    Definition Classes
    Attrs
  158. final val itemScope: Attr

    Definition Classes
    Attrs
  159. final val itemType: Attr

    Definition Classes
    Attrs
  160. object justifyContent extends Style

    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
  161. final val key: Attr

    Definition Classes
    Attrs
  162. final val lang: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  163. final val left: AutoStyle[String]

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  164. final val letterSpacing: NormalOpenStyle[String]

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

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

    MDN

    Definition Classes
    HtmlStyles
  165. final val lineHeight: NormalOpenStyle[String]

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

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  166. final val list: Attr

    Definition Classes
    Attrs
  167. final val listStyle: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  168. object listStyleImage extends Style

    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
  169. object listStylePosition extends Style

    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
  170. object listStyleType extends Style

    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
  171. final val loop: Attr

    Definition Classes
    Attrs
  172. final val manifest: Attr

    Definition Classes
    Attrs
  173. object margin extends Style

    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
  174. final val marginBottom: AutoStyle[String]

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

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

    MDN

    Definition Classes
    HtmlStyles
  175. final val marginHeight: Attr

    Definition Classes
    Attrs
  176. final val marginLeft: Style with MarginAuto

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  177. final val marginRight: Style with MarginAuto

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

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

    MDN

    Definition Classes
    HtmlStyles
  178. final val marginTop: Style with MarginAuto

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

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

    MDN

    Definition Classes
    HtmlStyles
  179. final val marginWidth: Attr

    Definition Classes
    Attrs
  180. object mask extends Style

    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
  181. final val maxHeight: NoneOpenStyle[String]

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  182. final val maxLength: Attr

    Definition Classes
    Attrs
  183. final val maxWidth: Style

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  184. final val media: Attr

    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

  185. final val mediaGroup: Attr

    Definition Classes
    Attrs
  186. final val method: Attr

    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
  187. final val minHeight: Style

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  188. final val minWidth: Style

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  189. final val multiple: Attr

    Definition Classes
    Attrs
  190. final val muted: Attr

    Definition Classes
    Attrs
  191. final val name: Attr

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

    Definition Classes
    AnyRef
  193. final val noValidate: Attr

    Definition Classes
    Attrs
  194. final def notify(): Unit

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

    Definition Classes
    AnyRef
  196. final val onBeforeInput: Attr

    Definition Classes
    Attrs
  197. final val onBlur: Attr

    The blur event is raised when an element loses focus.

    The blur event is raised when an element loses focus.

    MDN

    Definition Classes
    HtmlAttrs
  198. final val onChange: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  199. final val onClick: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  200. final val onDblClick: Attr

    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
  201. final val onDragEnd: Attr

    Definition Classes
    Attrs
  202. final val onDragEnter: Attr

    Definition Classes
    Attrs
  203. final val onDragLeave: Attr

    Definition Classes
    Attrs
  204. final val onDragOver: Attr

    Definition Classes
    Attrs
  205. final val onDragStart: Attr

    Definition Classes
    Attrs
  206. final val onDrop: Attr

    Definition Classes
    Attrs
  207. final val onFocus: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  208. final val onKeyDown: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  209. final val onKeyPress: Attr

    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
  210. final val onKeyUp: Attr

    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
  211. final val onLoad: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  212. final val onMouseDown: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  213. final val onMouseMove: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  214. final val onMouseOut: Attr

    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
  215. final val onMouseOver: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  216. final val onMouseUp: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  217. final val onReset: Attr

    The reset event is fired when a form is reset.

    The reset event is fired when a form is reset.

    MDN

    Definition Classes
    HtmlAttrs
  218. final val onScroll: Attr

    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
  219. final val onSelect: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  220. final val onSubmit: Attr

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

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

    Definition Classes
    HtmlAttrs
  221. final val opacity: Style

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

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  222. final val open: Attr

    Definition Classes
    Attrs
  223. final val orphans: Style

    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
  224. final val outline: Style

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  225. object outlineColor extends Style

    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
  226. final val outlineStyle: OutlineStyle

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

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

    MDN

    Definition Classes
    HtmlStyles
  227. object outlineWidth extends Style

    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
  228. final val overflow: Overflow

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

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

    MDN

    Definition Classes
    HtmlStyles
  229. final val overflowX: Overflow

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

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

    MDN

    Definition Classes
    HtmlStyles
  230. final val overflowY: Overflow

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

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

    MDN

    Definition Classes
    HtmlStyles
  231. final val padding: Style

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  232. final val paddingBottom: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  233. final val paddingLeft: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  234. final val paddingRight: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  235. final val paddingTop: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  236. final val pageBreakAfter: PageBreak

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

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

    MDN

    Definition Classes
    HtmlStyles
  237. final val pageBreakBefore: PageBreak

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  238. final val pageBreakInside: PageBreak

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

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

    MDN

    Definition Classes
    HtmlStyles
  239. final val perspective: NoneOpenStyle[String]

    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
  240. final val perspectiveOrigin: Style

    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
  241. final val placeholder: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  242. object pointerEvents extends Style

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

    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
  243. object position extends Style

    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
  244. final val poster: Attr

    Definition Classes
    Attrs
  245. final val preload: Attr

    Definition Classes
    Attrs
  246. object quotes extends Style

    Definition Classes
    HtmlStyles
  247. final val radioGroup: Attr

    Definition Classes
    Attrs
  248. final val readOnly: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  249. final val ref: Attr

    Definition Classes
    Attrs
  250. final val rel: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  251. final val required: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  252. final val right: AutoStyle[String]

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

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

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  253. final val role: Attr

    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

  254. final val rowSpan: Attr

    Definition Classes
    Attrs
  255. final val rows: Attr

    The number of visible text lines for the control.

    The number of visible text lines for the control.

    MDN

    Definition Classes
    HtmlAttrs
  256. final val sandbox: Attr

    Definition Classes
    Attrs
  257. final val scope: Attr

    Definition Classes
    Attrs
  258. final val scrolling: Attr

    Definition Classes
    Attrs
  259. final val seamless: Attr

    Definition Classes
    Attrs
  260. final val selected: Attr

    Definition Classes
    Attrs
  261. final val shape: Attr

    Definition Classes
    Attrs
  262. final val size: Attr

    The initial size of the control.

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

    MDN

    Definition Classes
    HtmlAttrs
  263. final val sizes: Attr

    Definition Classes
    Attrs
  264. final val spellCheck: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  265. final val src: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  266. final val srcDoc: Attr

    Definition Classes
    Attrs
  267. final val srcSet: Attr

    Definition Classes
    Attrs
  268. final val step: Attr

    Definition Classes
    Attrs
  269. final val style: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  270. final def svg: SvgAttrs.type

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

    Definition Classes
    AnyRef
  272. final val tabIndex: Attr

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

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

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

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

    Definition Classes
    HtmlAttrs
  273. object tableLayout extends Style

    Definition Classes
    HtmlStyles
  274. final val target: Attr

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

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

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

    Definition Classes
    HtmlAttrs
  275. final val textAlign: Style with TextAlign

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

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

    MDN

    Definition Classes
    HtmlStyles
  276. final val textAlignLast: Style with TextAlign

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

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

    MDN

    Definition Classes
    HtmlStyles
  277. object textDecoration extends Style

    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
  278. final val textIndent: Style

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

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

    MDN

    Definition Classes
    HtmlStyles
  279. object textOverflow extends Style

    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
  280. final val textShadow: NoneOpenStyle[String]

    The text-shadow CSS property adds shadows to text.

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  281. object textTransform extends Style

    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
  282. object textUnderlinePosition extends Style

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

    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
  283. final val title: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  284. def toString(): String

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

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

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

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  286. final val tpe: Attr

    Shorthand for the type attribute

    Shorthand for the type attribute

    Definition Classes
    HtmlAttrs
  287. final val transform: Style

    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
  288. final val transformOrigin: Style

    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
  289. object transformStyle extends Style

    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
  290. final val transition: Style

    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
  291. final val transitionDelay: MultiTimeStyle

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

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  292. final val transitionDuration: MultiTimeStyle

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  293. final val transitionProperty: Style

    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
  294. final val transitionTimingFunction: Style

    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
  295. final val type: Attr

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

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

    MDN

    Definition Classes
    HtmlAttrs
  296. object unicodeBidi extends Style

    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
  297. final val useMap: Attr

    Definition Classes
    Attrs
  298. final val value: Attr

    The initial value of the control.

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

    MDN

    Definition Classes
    HtmlAttrs
  299. object verticalAlign extends Style

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

    Definition Classes
    HtmlStyles
  301. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  304. object whiteSpace extends Style

    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
  305. final val widows: Style

    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
  306. final val width: AutoStyle[String]

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  307. final val wmode: Attr

    Definition Classes
    Attrs
  308. object wordBreak extends Style

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

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

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

    MDN

    Definition Classes
    HtmlStyles
  310. object wordWrap extends Style

    Definition Classes
    HtmlStyles
  311. final val xmlns: Attr

    Definition Classes
    HtmlAttrs
  312. final val zIndex: AutoStyle[Int]

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

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

    MDN

    Definition Classes
    HtmlStyles

Inherited from JustAttrs

Inherited from Attrs

Inherited from HtmlStyles

Inherited from Extra.Attrs

Inherited from HtmlAttrs

Inherited from AnyRef

Inherited from Any

Ungrouped