Object

scalacss.internal

CanIUse

Related Doc: package internal

Permalink

object CanIUse

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CanIUse
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Agent(prefix: Prefix, prefixExceptions: Map[VerStr, Prefix]) extends Product with Serializable

    Permalink
  2. sealed abstract class Prefix extends AnyRef

    Permalink
  3. type Subject = Map[Agent, Set[Support]]

    Permalink
  4. sealed trait Support extends AnyRef

    Permalink
  5. type VerStr = String

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Agent extends Serializable

    Permalink
  5. object Prefix

    Permalink
  6. object Support

    Permalink
  7. val animation: Subject

    Permalink

    CSS Animation

    CSS Animation

    Complex method of animating certain properties of an element

    https://www.w3.org/TR/css3-animations/

  8. def appearance: Subject

    Permalink

    CSS Appearance

    CSS Appearance

    The appearance property defines how elements (particularly form controls) appear by default. By setting the value to none the default appearance can be entirely redefined using other CSS properties.

    https://drafts.csswg.org/css-ui-4/#appearance-switching

  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def backgroundAttachment: Subject

    Permalink

    CSS background-attachment

    CSS background-attachment

    Method of defining how a background image is attached to a scrollable element. Values include scroll (default), fixed and local.

    https://www.w3.org/TR/css3-background/#the-background-attachment

  11. def backgroundImgOpts: Subject

    Permalink

    CSS3 Background-image options

    CSS3 Background-image options

    New properties to affect background images, including background-clip, background-origin and background-size

    https://www.w3.org/TR/css3-background/#backgrounds

  12. def backgroundOffsets: Subject

    Permalink

    CSS background-position edge offsets

    CSS background-position edge offsets

    Allows CSS background images to be positioned relative to the specified edge using the 3 to 4 value syntax. For example: background-position: right 5px bottom 5px; for positioning 5px from the bottom-right corner.

    https://www.w3.org/TR/css3-background/#background-position

  13. def backgroundRepeatRoundSpace: Subject

    Permalink

    CSS background-repeat round and space

    CSS background-repeat round and space

    Allows CSS background images to be repeated without clipping.

    https://www.w3.org/TR/css3-background/#the-background-repeat

  14. def backgroundblendmode: Subject

    Permalink

    CSS background-blend-mode

    CSS background-blend-mode

    Allows blending between CSS background images, gradients, and colors.

    https://www.w3.org/TR/compositing-1/#propdef-background-blend-mode

  15. val borderImage: Subject

    Permalink

    CSS3 Border images

    CSS3 Border images

    Method of using images for borders

    https://www.w3.org/TR/css3-background/#border-images

  16. val borderRadius: Subject

    Permalink

    CSS3 Border-radius (rounded corners)

    CSS3 Border-radius (rounded corners)

    Method of making the border corners round. Covers support for the shorthand border-radius as well as the long-hand properties (e.g. border-top-left-radius)

    https://www.w3.org/TR/css3-background/#the-border-radius

  17. def boxdecorationbreak: Subject

    Permalink

    CSS box-decoration-break

    CSS box-decoration-break

    Controls whether the box's margins, borders, padding, and other decorations wrap the broken edges of the box fragments (when the box is split by a break (page/column/region/line).

    https://www.w3.org/TR/css3-break/#break-decoration

  18. def boxshadow: Subject

    Permalink

    CSS3 Box-shadow

    CSS3 Box-shadow

    Method of displaying an inner or outer shadow effect to elements

    https://www.w3.org/TR/css3-background/#box-shadow

  19. def calc: Subject

    Permalink

    calc() as CSS unit value

    calc() as CSS unit value

    Method of allowing calculated values for length units, i.e. width: calc(100% - 3em)

    https://www.w3.org/TR/css3-values/#calc

  20. def canvas: Subject

    Permalink

    CSS Canvas Drawings

    CSS Canvas Drawings

    Method of using HTML5 Canvas as a background image. Not currently part of any specification.

    http://webkit.org/blog/176/css-canvas-drawing/

  21. def caretColor: Subject

    Permalink

    CSS caret-color

    CSS caret-color

    The caret-color property allows the color to be set of the caret (blinking text insertion pointer) in an editable text area.

    https://www.w3.org/TR/css-ui-3/#caret-color

  22. def chUnit: Subject

    Permalink

    ch (character) unit

    ch (character) unit

    Unit representing the width of the character "0" in the current font, of particular use in combination with monospace fonts.

    https://www.w3.org/TR/css3-values/#ch

  23. def clipPath: Subject

    Permalink

    CSS clip-path property (for HTML)

    CSS clip-path property (for HTML)

    Method of defining the visible region of an HTML element using SVG or a shape definition.

    https://www.w3.org/TR/css-masking-1/#the-clip-path

  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. val counters: Subject

    Permalink

    CSS Counters

    CSS Counters

    Method of controlling number values in generated content, using the counter-reset and counter-increment properties.

    https://www.w3.org/TR/CSS21/generate.html#counters

  26. def crispEdges: Subject

    Permalink

    Crisp edges/pixelated images

    Crisp edges/pixelated images

    Scales images with an algorithm that preserves edges and contrast, without smoothing colors or introducing blur. This is intended for images such as pixel art. Official values that accomplish this for the image-rendering property are crisp-edges and pixelated.

    https://drafts.csswg.org/css-images-3/#valdef-image-rendering-crisp-edges

  27. def css3Boxsizing: Subject

    Permalink

    CSS3 Box-sizing

    CSS3 Box-sizing

    Method of specifying whether or not an element's borders and padding should be included in size units

    https://www.w3.org/TR/css3-ui/#box-sizing

  28. def css3CursorsNewer: Subject

    Permalink

    CSS3 Cursors: zoom-in & zoom-out

    CSS3 Cursors: zoom-in & zoom-out

    Support for zoom-in, zoom-out values for the CSS3 cursor property.

    https://www.w3.org/TR/css3-ui/#cursor

  29. def css3Tabsize: Subject

    Permalink

    CSS3 tab-size

    CSS3 tab-size

    Method of customizing the width of the tab character. Only effective using 'white-space: pre' or 'white-space: pre-wrap'.

    https://www.w3.org/TR/css3-text/#tab-size

  30. def deviceadaptation: Subject

    Permalink

    CSS Device Adaptation

    CSS Device Adaptation

    A standard way to override the size of viewport in web page using the @viewport rule, standardizing and replacing Apple's own popular <meta> viewport implementation.

    https://www.w3.org/TR/css-device-adapt/

  31. def displayContents: Subject

    Permalink

    CSS display: contents

    CSS display: contents

    display: contents causes an element's children to appear as if they were direct children of the element's parent, ignoring the element itself. This can be useful when a wrapper element should be ignored when using CSS grid or similar layout techniques.

    https://drafts.csswg.org/css-display/

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. def featurequeries: Subject

    Permalink

    CSS Feature Queries

    CSS Feature Queries

    CSS Feature Queries allow authors to condition rules based on whether particular property declarations are supported in CSS using the @supports at rule.

    https://www.w3.org/TR/css3-conditional/#at-supports

  35. def filters: Subject

    Permalink

    CSS Filter Effects

    CSS Filter Effects

    Method of applying filter effects (like blur, grayscale, brightness, contrast and hue) to elements, previously only possible by using SVG.

    https://www.w3.org/TR/filter-effects-1/

  36. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. def fixed: Subject

    Permalink

    CSS position:fixed

    CSS position:fixed

    Method of keeping an element in a fixed location regardless of scroll position

    https://www.w3.org/TR/CSS21/visuren.html#fixed-positioning

  38. val flexbox: Subject

    Permalink

    CSS Flexible Box Layout Module

    CSS Flexible Box Layout Module

    Method of positioning elements in horizontal or vertical stacks. Support includes all properties prefixed with flex, as well as display: flex, display: inline-flex, align-content, align-items, align-self, justify-content and order.

    https://www.w3.org/TR/css3-flexbox/

  39. def flowRoot: Subject

    Permalink

    display: flow-root

    display: flow-root

    The element generates a block container box, and lays out its contents using flow layout. It always establishes a new block formatting context for its contents. The result is the same as the "clearfix" hack.

    https://www.w3.org/TR/css-display-3/#valdef-display-flow-root

  40. def fontFamilySystemUi: Subject

    Permalink

    system-ui value for font-family

    system-ui value for font-family

    Value for font-family that represents the default user interface font.

    https://drafts.csswg.org/css-fonts-4/#system-ui-def

  41. def fontFeature: Subject

    Permalink

    CSS font-feature-settings

    CSS font-feature-settings

    Method of applying advanced typographic and language-specific font features to supported OpenType fonts.

    http://w3.org/TR/css3-fonts/#font-rend-props

  42. def fontKerning: Subject

    Permalink

    CSS3 font-kerning

    CSS3 font-kerning

    Controls the usage of the kerning information (spacing between letters) stored in the font. Note that this only affects OpenType fonts with kerning information, it has no effect on other fonts.

    https://www.w3.org/TR/css3-fonts/#font-kerning-prop

  43. def fontSizeAdjust: Subject

    Permalink

    CSS font-size-adjust

    CSS font-size-adjust

    Method of adjusting the font size in a matter that relates to the height of lowercase vs. uppercase letters. This makes it easier to set the size of fallback fonts.

    https://www.w3.org/TR/css-fonts-3/#font-size-adjust-prop

  44. def fontStretch: Subject

    Permalink

    CSS font-stretch

    CSS font-stretch

    If a font has multiple types of variations based on the width of characters, the font-stretch property allows the appropriate one to be selected. The property in itself does not cause the browser to stretch to a font.

    https://www.w3.org/TR/css-fonts-3/#font-stretch-prop

  45. def gencontent: Subject

    Permalink

    CSS Generated content for pseudo-elements

    CSS Generated content for pseudo-elements

    Method of displaying text or images before or after the given element's contents using the ::before and ::after pseudo-elements. All browsers with support also support the attr() notation in the content property.

    https://www.w3.org/TR/CSS21/generate.html

  46. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  47. def gradients: Subject

    Permalink

    CSS Gradients

    CSS Gradients

    Method of defining a linear or radial color gradient as a CSS image.

    https://www.w3.org/TR/css3-images/

  48. val grid: Subject

    Permalink

    CSS Grid Layout

    CSS Grid Layout

    Method of using a grid concept to lay out content, providing a mechanism for authors to divide available space for layout into columns and rows using a set of predictable sizing behaviors. Includes support for all grid-* properties and the fr unit.

    https://www.w3.org/TR/css3-grid-layout/

  49. def hangingPunctuation: Subject

    Permalink

    CSS hanging-punctuation

    CSS hanging-punctuation

    Allows some punctuation characters from start (or the end) of text elements to be placed "outside" of the box in order to preserve the reading flow.

    https://drafts.csswg.org/css-text-3/#hanging-punctuation-property

  50. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  51. def hyphens: Subject

    Permalink

    CSS Hyphenation

    CSS Hyphenation

    Method of controlling when words at the end of lines should be hyphenated using the "hyphens" property.

    https://www.w3.org/TR/css3-text/#hyphenation

  52. def imageOrientation: Subject

    Permalink

    CSS3 image-orientation

    CSS3 image-orientation

    CSS property used generally to fix the intended orientation of an image. This can be done using 90 degree increments or based on the image's EXIF data using the "from-image" value.

    https://www.w3.org/TR/css3-images/#image-orientation

  53. def imageSet: Subject

    Permalink

    CSS image-set

    CSS image-set

    Method of letting the browser pick the most appropriate CSS background image from a given set, primarily for high PPI screens.

    https://drafts.csswg.org/css-images-4/#image-set-notation

  54. def initialLetter: Subject

    Permalink

    CSS Initial Letter

    CSS Initial Letter

    Method of creating an enlarged cap, including a drop or raised cap, in a robust way.

    https://www.w3.org/TR/css-inline/#initial-letter-styling

  55. def intrinsicWidth: Subject

    Permalink

    Intrinsic & Extrinsic Sizing

    Intrinsic & Extrinsic Sizing

    Allows for the heights and widths to be specified in intrinsic values using the max-content, min-content, fit-content and stretch (formerly fill) properties.

    https://www.w3.org/TR/css3-sizing/

  56. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  57. def letterSpacing: Subject

    Permalink

    letter-spacing CSS property

    letter-spacing CSS property

    Controls spacing between characters of text (i.e. "tracking" in typographical terms). Not to be confused with kerning.

    https://www.w3.org/TR/CSS2/text.html#propdef-letter-spacing

  58. def logicalProps: Subject

    Permalink

    CSS Logical Properties

    CSS Logical Properties

    Use start/end properties that depend on LTR or RTL writing direction instead of left/right

    https://www.w3.org/TR/css-logical-1/

  59. val masks: Subject

    Permalink

    CSS Masks

    CSS Masks

    Method of displaying part of an element, using a selected image as a mask

    https://www.w3.org/TR/css-masking-1/

  60. def mediaResolution: Subject

    Permalink

    Media Queries: resolution feature

    Media Queries: resolution feature

    Allows a media query to be set based on the device pixels used per CSS unit. While the standard uses min/max-resolution for this, some browsers support the older non-standard device-pixel-ratio media query.

    https://www.w3.org/TR/css3-mediaqueries/#resolution

  61. val multicolumn: Subject

    Permalink

    CSS3 Multiple column layout

    CSS3 Multiple column layout

    Method of flowing information in multiple columns

    https://www.w3.org/TR/css3-multicol/

  62. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  63. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  65. def objectFit: Subject

    Permalink

    CSS3 object-fit/object-position

    CSS3 object-fit/object-position

    Method of specifying how an object (image or video) should fit inside its box. object-fit options include "contain" (fit according to aspect ratio), "fill" (stretches object to fill) and "cover" (overflows box but maintains ratio), where object-position allows the object to be repositioned like background-image does.

    https://www.w3.org/TR/css3-images/

  66. def opacity: Subject

    Permalink

    CSS3 Opacity

    CSS3 Opacity

    Method of setting the transparency level of an element

    https://www.w3.org/TR/css3-color/

  67. val outline: Subject

    Permalink

    CSS outline properties

    CSS outline properties

    The CSS outline properties draw a border around an element that does not affect layout, making it ideal for highlighting. This covers the outline shorthand, as well as outline-width, outline-style, outline-color and outline-offset.

    https://drafts.csswg.org/css-ui/

  68. def overflowAnchor: Subject

    Permalink

    CSS overflow-anchor (Scroll Anchoring)

    CSS overflow-anchor (Scroll Anchoring)

    Changes in DOM elements above the visible region of a scrolling box can result in the page moving while the user is in the middle of consuming the content. By default, the value of overflow-anchor is auto, it can mitigate this jarring user experience by keeping track of the position of an anchor node and adjusting the scroll offset accordingly

    https://wicg.github.io/ScrollAnchoring/

  69. def overscrollBehavior: Subject

    Permalink

    CSS overscroll-behavior

    CSS overscroll-behavior

    CSS property to control the behavior when the scroll position of a scroll container reaches the edge of the scrollport.

    https://wicg.github.io/overscroll-behavior/

  70. def pageBreak: Subject

    Permalink

    CSS page-break properties

    CSS page-break properties

    Properties to control the way elements are broken across (printed) pages.

    https://www.w3.org/TR/CSS2/page.html#page-breaks

  71. def reflections: Subject

    Permalink

    CSS Reflections

    CSS Reflections

    Method of displaying a reflection of an element

    http://webkit.org/blog/182/css-reflections/

  72. def regions: Subject

    Permalink

    CSS Regions

    CSS Regions

    Method of flowing content into multiple elements.

    https://www.w3.org/TR/css3-regions/

  73. def repeatingGradients: Subject

    Permalink

    CSS Repeating Gradients

    CSS Repeating Gradients

    Method of defining a repeating linear or radial color gradient as a CSS image.

    https://www.w3.org/TR/css3-images/#repeating-gradients

  74. def resize: Subject

    Permalink

    CSS resize property

    CSS resize property

    Method of allowing an element to be resized by the user, with options to limit to a given direction.

    https://www.w3.org/TR/css3-ui/#resize

  75. def runIn: Subject

    Permalink

    display: run-in

    display: run-in

    If the run-in box contains a block box, same as block. If a block box follows the run-in box, the run-in box becomes the first inline box of the block box. If an inline box follows, the run-in box becomes a block box.

    https://drafts.csswg.org/css-display/#valdef-display-run-in

  76. def scrollBehavior: Subject

    Permalink

    CSSOM Scroll-behavior

    CSSOM Scroll-behavior

    Method of specifying the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling APIs.

    https://drafts.csswg.org/cssom-view/#propdef-scroll-behavior

  77. def sel2: Subject

    Permalink

    CSS 2.1 selectors

    CSS 2.1 selectors

    Basic CSS selectors including: * (universal selector), > (child selector), :first-child, :link, :visited, :active, :hover, :focus, :lang(), + (adjacent sibling selector), [attr], [attr="val"], [attr~="val"], [attr|="bar"], .foo (class selector), #foo (id selector)

    https://www.w3.org/TR/CSS21/selector.html

  78. def sel3: Subject

    Permalink

    CSS3 selectors

    CSS3 selectors

    Advanced element selection using selectors including: [foo^="bar"], [foo$="bar"], [foo*="bar"], :root, :nth-child(), :nth-last-child(), nth-of-type, nth-last-of-type(), :last-child, :first-of-type, :last-of-type, :only-child, :only-of-type, :empty, :target, :enabled, :disabled, :checked, :not(), ~ (general sibling)

    https://www.w3.org/TR/css3-selectors/

  79. def selection: Subject

    Permalink

    ::selection CSS pseudo-element

    ::selection CSS pseudo-element

    The ::selection CSS pseudo-element applies rules to the portion of a document that has been highlighted (e.g., selected with the mouse or another pointing device) by the user.

    https://www.w3.org/TR/css-pseudo-4/#selectordef-selection

  80. val shapes: Subject

    Permalink

    CSS Shapes Level 1

    CSS Shapes Level 1

    Allows geometric shapes to be set in CSS to define an area for text to flow around.

    https://www.w3.org/TR/css-shapes/

  81. def sticky: Subject

    Permalink

    CSS position:sticky

    CSS position:sticky

    Keeps elements positioned as "fixed" or "relative" depending on how it appears in the viewport. As a result the element is "stuck" when necessary while scrolling.

    https://drafts.csswg.org/css-position/#sticky-pos

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

    Permalink
    Definition Classes
    AnyRef
  83. def textAlignLast: Subject

    Permalink

    CSS3 text-align-last

    CSS3 text-align-last

    CSS property to describe how the last line of a block or a line right before a forced line break when text-align is justify.

    https://www.w3.org/TR/css3-text/#text-align-last-property

  84. val textDecoration: Subject

    Permalink

    text-decoration styling

    text-decoration styling

    Method of defining the type, style and color of lines in the text-decoration property. These can be defined as shorthand (e.g. text-decoration: line-through dashed blue) or as single properties (e.g. text-decoration-color: blue)

    https://www.w3.org/TR/css-text-decor-3/#line-decoration

  85. def textEmphasis: Subject

    Permalink

    text-emphasis styling

    text-emphasis styling

    Method of using small symbols next to each glyph to emphasize a run of text, commonly used in East Asian languages. The text-emphasis shorthand, and its text-emphasis-style and text-emphasis-color longhands, can be used to apply marks to the text. The text-emphasis-position property, which inherits separately, allows setting the emphasis marks' position with respect to the text.

    https://drafts.csswg.org/css-text-decor-3/#text-emphasis-property

  86. def textIndent: Subject

    Permalink

    CSS text-indent

    CSS text-indent

    The text-indent property applies indentation to lines of inline content in a block.

    https://drafts.csswg.org/css-text-3/#text-indent-property

  87. def textJustify: Subject

    Permalink

    CSS text-justify

    CSS text-justify

    CSS property to define how text should be justified when text-align: justify is set.

    https://drafts.csswg.org/css-text-3/#text-justify-property

  88. def textOrientation: Subject

    Permalink

    CSS text-orientation

    CSS text-orientation

    The CSS text-orientation property specifies the orientation of text within a line. Current values only have an effect in vertical typographic modes (defined with the writing-mode property)

    https://drafts.csswg.org/css-writing-modes-3/#text-orientation

  89. def textOverflow: Subject

    Permalink

    CSS3 Text-overflow

    CSS3 Text-overflow

    Append ellipsis when text overflows its containing element

    https://www.w3.org/TR/css3-ui/#text-overflow

  90. def textSizeAdjust: Subject

    Permalink

    CSS text-size-adjust

    CSS text-size-adjust

    On mobile devices, the text-size-adjust CSS property allows Web authors to control if and how the text-inflating algorithm is applied to the textual content of the element it is applied to.

    https://drafts.csswg.org/css-size-adjust/

  91. def textStroke: Subject

    Permalink

    CSS text-stroke and text-fill

    CSS text-stroke and text-fill

    Method of declaring the outline (stroke) width and color for text.

    https://compat.spec.whatwg.org/#text-fill-and-stroking

  92. def textshadow: Subject

    Permalink

    CSS3 Text-shadow

    CSS3 Text-shadow

    Method of applying one or more shadow or blur effects to text

    https://www.w3.org/TR/css-text-decor-3/#text-shadow-property

  93. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  94. def touchAction: Subject

    Permalink

    CSS touch-action property

    CSS touch-action property

    touch-action is a CSS property that controls filtering of gesture events, providing developers with a declarative mechanism to selectively disable touch scrolling (in one or both axes) or double-tap-zooming.

    https://www.w3.org/TR/pointerevents/#the-touch-action-css-property

  95. def transforms: Subject

    Permalink

    Combination of transforms2d & transforms3d.

  96. def transforms2d: Subject

    Permalink

    CSS3 2D Transforms

    CSS3 2D Transforms

    Method of transforming an element including rotating, scaling, etc. Includes support for transform as well as transform-origin properties.

    https://www.w3.org/TR/css3-2d-transforms/

  97. def transforms3d: Subject

    Permalink

    CSS3 3D Transforms

    CSS3 3D Transforms

    Method of transforming an element in the third dimension using the transform property. Includes support for the perspective property to set the perspective in z-space and the backface-visibility property to toggle display of the reverse side of a 3D-transformed element.

    https://www.w3.org/TR/css3-3d-transforms/

  98. val transitions: Subject

    Permalink

    CSS3 Transitions

    CSS3 Transitions

    Simple method of animating certain properties of an element, with ability to define property, duration, delay and timing function.

    https://www.w3.org/TR/css3-transitions/

  99. def userSelectNone: Subject

    Permalink

    CSS user-select: none

    CSS user-select: none

    Method of preventing text/element selection using CSS.

    https://drafts.csswg.org/css-ui-4/#valdef-user-select-none

  100. def variableFonts: Subject

    Permalink

    Variable fonts

    Variable fonts

    OpenType font settings that allows a single font file to behave like multiple fonts: it can contain all the allowed variations in width, weight, slant, optical size, or any other exposed axes of variation as defined by the font designer. Variations can be applied via the font-variation-settings property.

    https://drafts.csswg.org/css-fonts-4/#font-variation-settings-def

  101. def viewportUnits: Subject

    Permalink

    Viewport units: vw, vh, vmin, vmax

    Viewport units: vw, vh, vmin, vmax

    Length units representing a percentage of the current viewport dimensions: width (vw), height (vh), the smaller of the two (vmin), or the larger of the two (vmax).

    https://www.w3.org/TR/css3-values/#viewport-relative-lengths

  102. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  105. def widowsOrphans: Subject

    Permalink

    CSS widows & orphans

    CSS widows & orphans

    CSS properties to control when lines break across pages or columns by defining the amount of lines that must be left before or after the break.

    https://drafts.csswg.org/css-break-3/#widows-orphans

  106. def wordBreak: Subject

    Permalink

    CSS3 word-break

    CSS3 word-break

    Property to prevent or allow words to be broken over multiple lines between letters.

    https://www.w3.org/TR/css3-text/#word-break

  107. def wordwrap: Subject

    Permalink

    CSS3 Overflow-wrap

    CSS3 Overflow-wrap

    Allows lines to be broken within words if an otherwise unbreakable string is too long to fit. Currently mostly supported using the word-wrap property.

    https://www.w3.org/TR/css3-text/#overflow-wrap

  108. def writingMode: Subject

    Permalink

    CSS writing-mode property

    CSS writing-mode property

    Property to define whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.

    https://drafts.csswg.org/css-writing-modes-3/#block-flow

Inherited from AnyRef

Inherited from Any

Ungrouped