CSS background-repeat round and space
Allows CSS background images to be repeated without clipping.
ECMAScript 2015 (ES6)
Support for the ECMAScript 2015 specification. Features include Promises, Modules, Classes, Template Literals, Arrow Functions, Let and Const, Default Parameters, Generators, Destructuring Assignment, Rest & Spread, Map/Set & WeakMap/WeakSet and many more.
String.prototype.padStart(), String.prototype.padEnd()
The `padStart()` and `padEnd()` methods pad the current string with a given string (eventually repeated) so that the resulting string reaches a given length. The pad is applied from the start (left) of the current string for `padStart()`, and applied from the end (right) of the current string for `padEnd()`.
keyboardevent api: repeat
css property: -webkit-mask-repeat-x
css property: -webkit-mask-repeat-y
css property: background-repeat
css property: background-repeat-x
css property: background-repeat-y
css property: background-repeat: two-value syntax (different values for x & y directions)
css property: background-repeat: multiple backgrounds
css property: background-repeat: no-repeat
css property: background-repeat: repeat
css property: background-repeat: repeat-x
css property: background-repeat: repeat-y
css property: background-repeat: round
css property: background-repeat: space
css property: background: no-repeat
css property: background: repeat
css property: background: repeat-x
css property: background: repeat-y
css property: border-image-repeat
css property: border-image-repeat: repeat
css property: border-image-repeat: round
css property: border-image-repeat: space
css property: border-image-repeat: stretch
css property: border-image: repeat
css property: grid-template-rows: `repeat()`
css property: mask-border-repeat
css property: mask-repeat
types: `<gradient>`: `repeating-conic-gradient()`
types: `<gradient>`: `repeating-conic-gradient()`: hue interpolation method
types: `<gradient>`: `repeating-conic-gradient()`: interpolation color space
types: `<gradient>`: `repeating-conic-gradient()`: single color stop and 0-1 positions
types: `<gradient>`: `repeating-linear-gradient()`
types: `<gradient>`: `repeating-linear-gradient()`: double-position color stops
types: `<gradient>`: `repeating-linear-gradient()`: hue interpolation method
types: `<gradient>`: `repeating-linear-gradient()`: interpolation color space
types: `<gradient>`: `repeating-linear-gradient()`: interpolation hints / gradient midpoints
types: `<gradient>`: `repeating-linear-gradient()`: single color stop and 0-1 positions
types: `<gradient>`: `repeating-linear-gradient()`: `to` keyword
types: `<gradient>`: `repeating-linear-gradient()`: unitless `0` for <angle>
types: `<gradient>`: `repeating-radial-gradient()`
types: `<gradient>`: `repeating-radial-gradient()`: `at` syntax
types: `<gradient>`: `repeating-radial-gradient()`: double-position color stops
types: `<gradient>`: `repeating-radial-gradient()`: hue interpolation method
types: `<gradient>`: `repeating-radial-gradient()`: interpolation color space
types: `<gradient>`: `repeating-radial-gradient()`: interpolation hints / gradient midpoints
types: `<gradient>`: `repeating-radial-gradient()`: single color stop and 0-1 positions
javascript built-in: string: repeat
50 results found.