1. ch (character) unit

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

  2. COLR/CPAL(v1) Font Formats

    COLRv1 is an improved version of COLRv0, this is also part of the OpenType specification. COLRv1 supports additional graphic capabilities. In addition to solid colors, gradient fills can be used, as well as more complex fills using other graphic operations, including affine transformations and various blending modes.

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

  4. CSS Canvas Drawings

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

  5. Scoped Styles: the @scope rule

    Allows CSS rules to be scoped to part of the document, with upper and lower limits described by selectors.

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

  7. CSS Masks

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

  8. seamless attribute for iframes

    The seamless attribute makes an iframe's contents actually part of a page, and adopts the styles from its hosting page. The attribute has been removed from both [the WHATWG](https://github.com/whatwg/html/issues/331) and [the W3C](https://github.com/w3c/html/pull/325) HTML5 specifications.

  9. Email, telephone & URL input types

    Text input fields intended for email addresses, telephone numbers or URLs. Particularly useful in combination with [form validation](https://caniuse.com/#feat=form-validation)

  10. Media Fragments

    Allows only part of a resource to be shown, based on the fragment identifier in the URL. Currently support is primarily limited to video track ranges.

  11. Built-in PDF viewer

    Support for a PDF viewer that is part of the browser, rather than requiring a PDF file to be opened in an external application.

  12. Picture element

    A responsive images method to control which image resource a user agent presents to a user, based on resolution, media query and/or support for a particular image format

  13. 'SameSite' cookie attribute

    Same-site cookies ("First-Party-Only" or "First-Party") allow servers to mitigate the risk of CSRF and information leakage attacks by asserting that a particular cookie should only be sent with requests initiated from the same registrable domain.

  14. SVG fragment identifiers

    Method of displaying only a part of an SVG image by defining a view ID or view box dimensions as the file's fragment identifier.

  15. Signed HTTP Exchanges (SXG)

    Part of the Web Packaging spec, Signed HTTP Exchanges allow a different origin server to provide a resource, and this will be treated as if it came from the original server. This can be used with AMP CDNs, for example, to allow the original URL to be displayed in the URL bar.

  16. URL API

    API to retrieve the various parts that make up a given URL from a given URL string.

  17. cookiestore api: delete: `partitioned` option

  18. cookiestore api: getall: `partitioned` in return value

  19. cookiestore api: get: `partitioned` in return value

  20. cookiestore api: set: `partitioned` option

  21. element api: part

  22. selection api: containsnode: `partialcontainment` parameter is optional

  23. css selector: `::part`

  24. html attribute: exportparts

  25. html attribute: part

  26. headers http header: set-cookie: `partitioned`

  27. javascript built-in: intl: datetimeformat: formatrangetoparts

  28. javascript built-in: intl: datetimeformat: formattoparts

  29. javascript built-in: intl: durationformat: formattoparts

  30. javascript built-in: intl: listformat: formattoparts

  31. javascript built-in: intl: numberformat: formatrangetoparts

  32. javascript built-in: intl: numberformat: formattoparts

  33. javascript built-in: intl: relativetimeformat: formattoparts

  34. lookahead assertions in js regular expressions

  35. empty tag syntax: <>

  36. css @apply rule