1. ::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.

  2. CSS Initial Letter

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

  3. CSS initial value

    A CSS value that will apply a property's initial value as defined in the CSS specification that defines the property

  4. 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`.

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

  6. WebAssembly Bulk Memory Operations

    An extension to WebAssembly adding bulk memory operations and conditional segment initialization

  7. csspropertyrule api: initialvalue

  8. svglengthlist api: initialize

  9. svgnumberlist api: initialize

  10. svgpointlist api: initialize

  11. svgstringlist api: initialize

  12. svgtransformlist api: initialize

  13. css at-rule: `@property`: `initial-value` descriptor

  14. css property: -webkit-initial-letter

  15. css property: initial-letter-align

  16. css property: initial-letter: normal

  17. javascript classes: class static initialization blocks

  18. javascript operator: object initializer

  19. javascript operator: object initializer: computed property names

  20. javascript operator: object initializer: shorthand method names

  21. javascript operator: object initializer: shorthand property names

  22. javascript operator: object initializer: spread properties

  23. ecmascript 2022 (es13)