The contain-intrinsic-width CSS property sets the width of an element that a browser will use for layout when the element is subject to size containment.... View this page on GitHub • Report...
The contain-intrinsic-height CSS property sets the height of an element that a browser can use for layout when the element is subject to size containment.... View this page on GitHub • Report...
The order CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending order value and then by their source code order. Items not given an explicit order value are assigned the default value of 0.... View this page on GitHub • Report...
The Web Serial API provides a way for websites to read from and write to serial devices. These devices may be connected via a serial port, or be USB or Bluetooth devices that emulate a serial port.... View this page on GitHub • Report...
The WebCodecs API gives web developers low-level access to the individual frames of a video stream and chunks of audio.
It is useful for web applications that require full control over the way media is processed.
For example, video or audio editors, and video conferencing.... View this page on GitHub • Report...