::first-letter CSS pseudo-element selector
CSS pseudo-element that allows styling only the first "letter" of text within an element. Useful for implementing initial caps or drop caps styling.
CSS Initial Letter
Method of creating an enlarged cap, including a drop or raised cap, in a robust way.
CSS initial value
A CSS value that will apply a property's initial value as defined in the CSS specification that defines the property
CSS revert value
A CSS keyword value that resets a property's value to the default specified by the browser in its UA stylesheet, as if the webpage had not included any CSS. For example, `display:revert` on a `<div>` would result in `display:block`. This is in contrast to the `initial` value, which is simply defined on a per-property basis, and for `display` would be `inline`.
CSS unset value
A CSS value that's the same as "inherit" if a property is inherited or "initial" if a property is not inherited.
WebAssembly Bulk Memory Operations
An extension to WebAssembly adding bulk memory operations and conditional segment initialization
csspropertyrule api: initialvalue
documentpictureinpicture api: requestwindow: `preferinitialwindowplacement` option
svglengthlist api: initialize
svgnumberlist api: initialize
svgpointlist api: initialize
svgstringlist api: initialize
svgtransformlist api: initialize
css at-rule: `@property`: `initial-value` descriptor
css property: initial-letter: normal
css property: scroll-initial-target
css property: scroll-initial-target: nearest
css property: scroll-initial-target: none
javascript classes: class static initialization blocks
grammar: array literals (`[1, 2, 3]`)
javascript operator: object initializer
javascript operator: object initializer: computed property names
javascript operator: object initializer: shorthand method names
javascript operator: object initializer: shorthand property names
javascript operator: object initializer: spread properties
ecmascript 2022 (es13)
26 results found.