1. Canvas blend modes

    Method of defining the effect resulting from overlaying two layers on a Canvas element.

  2. CSS background-blend-mode

    Allows blending between CSS background images, gradients, and colors.

  3. Blending of HTML/SVG elements

    Allows blending between arbitrary SVG and HTML elements

  4. CSS writing-mode property

    Property to define whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.

  5. Document Object Model Range

    A contiguous range of content in a Document, DocumentFragment or Attr

  6. JavaScript modules via script tag

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

  7. JavaScript modules: dynamic import()

    Loading JavaScript modules dynamically using the import() syntax

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

  9. inputmode attribute

    The `inputmode` attribute specifies what kind of input mechanism would be most helpful for users entering content into the form control.

  10. KeyboardEvent.getModifierState()

    `KeyboardEvent` method that returns the state (whether the key is pressed/locked or not) of the given modifier key.

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

  12. ECMAScript 5 Strict Mode

    Method of placing code in a "strict" operating context.

  13. idbtransaction api: mode

  14. lock api: mode

  15. metadata api: modificationtime

  16. paymentrequestevent api: modifiers

  17. request api: mode

  18. request api: mode: `navigate` mode

  19. selection api: modify

  20. serviceworker api: support for ecmascript modules

  21. shadowroot api: mode

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

  23. sourcebuffer api: mode

  24. sourcebuffer api: mode: available in workers

  25. svgfeblendelement api: mode

  26. texttrack api: mode

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

  28. worklet api: support for ecmascript modules

  29. css property: hyphens: hyphenation dictionary for modern greek (el, el-*)

  30. css selector: attribute selector (`[attr=value]`): case-sensitive modifier (`s`)

  31. types: `mod()`

  32. regular_expressions: modifier: `(?ims-ims:...)`

  33. javascript statement: export: arbitrary module namespace identifier names

  34. javascript statement: import: arbitrary module namespace identifier names

  35. svg element: feblend: mode

  36. api: module

  37. api: module: `customsections()` static method

  38. api: module: `exports()` static method

  39. api: module: `imports()` static method