April 2024 web platform update
Now widely available on the web platform
Widely available
-
image-rendering: The
image-rendering
CSS property sets how images are scaled, retaining smoothness for photos, or hard edges for pixel art and QR codes. Learn more. -
Navigation timing: The
navigation
performance entry and thePerformanceNavigationTiming
API measures navigation events, such as loading time or the number of redirects. Learn more. -
Bulk memory operations (WebAssembly): Bulk memory operations, such as
copy
andinit
, mirror the efficiency of nativememcpy
andmemmove
operations. Learn more. -
Non-trapping float-to-int conversion (WebAssembly): Saturating floating-point to integer conversion operators return the maximum or minimum integer value on overflow instead of trapping. Learn more.
Newly available on the web platform
Newly available
-
align-content in block layouts: The
align-content
property vertically aligns content in block layouts, like it does in flex or grid layouts. Learn more. -
Intl.Segmenter: The
Intl.Segmenter
API creates a locale-aware text splitter that can separate a string into meaningful graphemes, words, or sentences. Learn more. -
transform-box: The
transform-box
CSS property sets the position and dimensions of the reference box relative to which an element's transformations are calculated. Learn more. -
Vertical form controls: The
writing-mode
property orients form elements (such as radio buttons, progress bars, or select menus) vertically when the writing mode isvertical-lr
orvertical-rl
. Learn more.