October 2024 web platform update
Now widely available on the web platform
Widely available
-
HWB: The
hwb()
CSS function picks colors using hue, whiteness, and blackness channels. Learn more.
Newly available on the web platform
Newly available
-
requestVideoFrameCallback(): The
requestVideoFrameCallback()
method for<video>
schedules a function that runs with the next video frame. It is similar torequestAnimationFrame()
, but for video. Learn more. -
Color management for WebGL: The
drawingBufferColorSpace
andunpackColorSpace
properties ofWebGLRenderingContext
sets the color representation for the buffer and imported textures, such as"srgb"
or"display-p3"
. Learn more. -
Color management for WebGL2: The
drawingBufferColorSpace
andunpackColorSpace
properties ofWebGL2RenderingContext
sets the color representation for the buffer and imported textures, such as"srgb"
or"display-p3"
. Learn more.