1. Rebeccapurple color

    The new color added in CSS Color Module Level 4

  2. #rrggbbaa hex color notation

    The CSS Color Module Level 4 defines new 4 & 8 character hex notation for color to include the opacity level.

  3. CSS Subgrid

    Feature of the CSS Grid Layout Module Level 2 that allows a grid-item with its own grid to align in one or both dimensions with its parent grid.

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

  5. JavaScript modules via script tag

    Loading JavaScript module scripts (aka ES6 modules) using `<script type="module">` Includes support for the `nomodule` attribute.

  6. JavaScript modules: dynamic import()

    Loading JavaScript modules dynamically using the import() syntax

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

  8. CSS Font Loading

    This CSS module defines a scripting interface to font faces in CSS, allowing font faces to be easily created and loaded from script. It also provides methods to track the loading status of an individual font, or of all the fonts on an entire page.

  9. HTML Imports

    Deprecated method of including and reusing HTML documents in other HTML documents. Superseded by ES modules.

  10. Resource Hints: modulepreload

    Using `<link rel="modulepreload">`, browsers can be informed to prefetch module scripts without having to execute them, allowing fine-grained control over when and how module resources are loaded.

  11. gpudevice api: createshadermodule

  12. gpushadermodule api

  13. gpushadermodule api: getcompilationinfo

  14. gpushadermodule api: label

  15. htmlscriptelement api: nomodule

  16. serviceworker api: support for ecmascript modules

  17. sharedworker api: `sharedworker()` constructor: support for ecmascript modules

  18. worker api: `worker()` constructor: support for ecmascript modules

  19. worklet api: addmodule

  20. worklet api: support for ecmascript modules

  21. css property: font-variant: css fonts module level 3 shorthand

  22. html element: link: rel: rel=modulepreload

  23. html element: script: nomodule

  24. html element: script: type: `type="module"`

  25. javascript operator: await: use at module top level

  26. svg element: script: type: `type='module'`

  27. css 2.1 aural

  28. ecmascript 2022 (es13)