1. CSS3 image-orientation

    CSS property used generally to fix the intended orientation of an image. This can be done using 90 degree increments or based on the image's EXIF data using the "from-image" value.

  2. document.elementFromPoint()

    Given coordinates for a point relative to the viewport, returns the element that a click event would be dispatched at if the user were to click the point (in other words, the element that hit-testing would find).

  3. Directory selection from file input

    The `webkitdirectory` attribute on the `<input type="file">` element allows entire directory with file contents (and any subdirectories) to be selected.

  4. Media Capture from DOM Elements API

    API to capture Real-Time video and audio from a DOM element, such as a `<video>`, `<audio>`, or `<canvas>` element via the `captureStream` method, in the form of a `MediaStream`

  5. croptarget api: `fromelement()` static method

  6. dommatrixreadonly api: `fromfloat32array()` static method

  7. dommatrixreadonly api: `fromfloat64array()` static method

  8. dommatrixreadonly api: `frommatrix()` static method

  9. dommatrix api: `fromfloat32array()` static method

  10. dommatrix api: `fromfloat64array()` static method

  11. dommatrix api: `frommatrix()` static method

  12. dompointreadonly api: `frompoint()` static method

  13. dompoint api: `frompoint()` static method

  14. domquad api: `fromquad()` static method

  15. domquad api: `fromrect()` static method

  16. domrectreadonly api: `fromrect()` static method

  17. domrect api: `fromrect()` static method

  18. element api: animate: implicit to/from keyframes are supported

  19. navigationactivation api: from

  20. navigationcurrententrychangeevent api: from

  21. navigationtransition api: from

  22. readablestream api: `from()` static method

  23. css at-rule: `@media`: `or` syntax from media queries level 4

  24. css property: font-size-adjust: from-font

  25. css property: image-orientation: from-image

  26. css property: text-decoration-thickness: from-font

  27. css selector: `::backdrop`: backdrop elements inherit their values from its originating element

  28. html element: img: aspect ratio computed from `width` and `height` attributes

  29. html element: video: aspect ratio computed from `width` and `height` attributes

  30. headers http header: from

  31. headers http header: x-frame-options: allow-from

  32. javascript built-in: array: from

  33. javascript built-in: array: fromasync

  34. javascript built-in: iterator: from

  35. javascript built-in: object: fromentries

  36. javascript built-in: string: fromcharcode

  37. javascript built-in: string: fromcodepoint

  38. javascript built-in: temporal api: temporal.calendar interface: temporal.calendar.from()

  39. javascript built-in: temporal api: temporal.duration interface: temporal.duration.from()

  40. javascript built-in: temporal api: temporal.instant interface: temporal.instant.from()

  41. javascript built-in: temporal api: temporal.instant interface: temporal.instant.fromepochmicroseconds()

  42. javascript built-in: temporal api: temporal.instant interface: temporal.instant.fromepochmilliseconds()

  43. javascript built-in: temporal api: temporal.instant interface: temporal.instant.fromepochnanoseconds()

  44. javascript built-in: temporal api: temporal.instant interface: temporal.instant.fromepochseconds()

  45. javascript built-in: temporal api: temporal.timezone interface: temporal.timezone.from()

  46. javascript built-in: typedarray: from

  47. svg element: animatetransform: from

  48. svg element: animate: from

  49. svg element: use: load from `data:` uri

  50. svg element: use: load from external uri