BASELINE NowYouCanUse.com
Web Platform Baseline Status Breakdown Total Features: 1198
Search:
Categories: All CSS (101) HTML elements (100) Selectors (46) JavaScript (43) Forms (42)
WebGL extensions (37) WebAssembly (22) Media queries (21) Fonts (19) Performance (19) Text (19) Scrolling (18) Arrays (17) Layout (17) HTML (16) Progressive web app (15) Typed arrays (14) Units (14) Canvas (13) Background (12) Color types (12) Media elements (12) Strings (12) Clipping, shapes, and masking (11) Security (11) Web components (11) WebXR (11) Typographic font features (10) Animation (9) DOM (9) Internationalization (9) Reporting (9) Text wrap (9) Workers (9) Clipboard (8) Containment (7) Fetch (7) JavaScript modules (7) Print media (7) Sensors (7) CSS object models (6) Image formats (6) Iterators (6) Landmark elements (6) Positioning (6) Promises (6) SVG (6) Storage (6) Streams (6) Container queries (5) Credential management (5) Custom elements (5) Explicit defaults (5) Font synthesis (5) HTTP (5) Messaging (5) Multi-column (5) Resource hints (5) Ruby (5) Selection (5) Speech (5) Transitions (CSS) (5) View transitions (5) Web audio (5) WebGL (5) Anchor positioning (4) Cookies (4) Counters (4) File system access (4) Flexbox (4) Gamepad (4) Grid (4) Images (4) Lists (4) Primitive types (4) Regular expressions (4) WebDriver (4) WebRTC (4) Blend mode (3) Borders and outlines (3) Geolocation (3) Gradients (3) Image scaling (3) JSON (3) Maps (3) MathML (3) Payments (3) Reading order (3) Scroll markers (3) Transforms (3) WebAuthn (3) WebGPU (3) White space (3) Worklets (3) XML (3) Collections (2) Compute pressure (2) IndexedDB (2) Parsing and serialization (2) Resource integrity (2) Sets (2) Text fragments (2) WebMCP (2) CSS environment variables (1)
Showing 30 of 1198 features

Limited Availability

30 features
• In Progress / Not Yet Baseline
Limited

The window-drag: move CSS declaration sets an element as a window drag handle, like a device's app title bar. You can use this to add click-and-drag areas to an installed progressive web app, often alongside window controls overlay.

Chrome 152
Firefox
Safari
Edge 152
Status: Incomplete cross-engine support

An interaction-contentful-paint performance entry measures the duration of an interaction that causes one or more contentful paints. You can use it to measure LCP for soft navigations in single page apps.

Chrome 151
Firefox
Safari
Edge 151
Status: Incomplete cross-engine support

A soft-navigation performance entry measures the duration of a soft navigation in a single page app. A soft navigation is defined as when a trusted user interaction causes a URL update and a visible contentful paint to the screen.

Chrome 151
Firefox
Safari
Edge 151
Status: Incomplete cross-engine support

The popover="hint" global HTML attribute creates a popover that is subordinate to popovers with a popover="auto" attribute. You can use this to create tooltips that don't dismiss auto popovers.

Chrome 151
Firefox 153
Safari
Edge 151
Status: Incomplete cross-engine support

The getAllRecords() method of IDBObjectStore and IDBIndex return records and their primary keys from an IndexedDB store or index. The records can be read in batches and in reverse order. The getAllRecords() methods speed up read operations on large datasets.

Chrome 141
Firefox 153
Safari
Edge 141
Status: Incomplete cross-engine support

The picture-in-picture API allow websites to create a floating, always-on-top video window. Also known as PiP or pop-out video.

Chrome 69
Firefox 153
Safari 13.1
Edge 79
Status: Incomplete cross-engine support

Module import … with { type: "text" } statements load text data as a string value.

Chrome
Firefox 153
Safari
Edge
Status: Incomplete cross-engine support
Limited

The <template for="…"> HTML element replaces the content at a named range or insertion point, marked by the processing instructions <?start name="…"> and <?end> or <?marker name="…">. You can use this to stream or "patch" partial updates into the document out of order.

Chrome 150
Firefox
Safari
Edge 150
Status: Incomplete cross-engine support

An HTML processing instruction is text enclosed by <? and >, which marks a target for further processing. They may appear anywhere in a document. They are ignored like comments when they're not recognized for a specific purpose.

Chrome 150
Firefox
Safari
Edge 150
Status: Incomplete cross-engine support

The loading="lazy" attribute for <video> and <audio> elements defers loading the media resource until the element is near the viewport. This matches the lazy-loading behavior for <img> and <iframe> elements.

Chrome 150
Firefox
Safari
Edge 150
Status: Incomplete cross-engine support

The scroll(), scrollBy(), scrollTo(), and scrollIntoView() methods on the Element and Window interfaces return Promises that resolve when scrolling completes.

Chrome 150
Firefox
Safari
Edge 150
Status: Incomplete cross-engine support

The background-clip: border-area CSS declaration draws the background underneath only the border of an element.

Chrome 150
Firefox
Safari 18.2
Edge 150
Status: Incomplete cross-engine support

The url() CSS function accepts a cross-origin() modifier to control cross-origin resource sharing (CORS) when requesting the URL. For example, url("https://example.com" cross-origin(anonymous))) does not send credentials to the URL.

Chrome 150
Firefox
Safari 26.2
Edge 150
Status: Incomplete cross-engine support

The flex-wrap: balance CSS declaration distributes items in a multi-line flex container such that each line has about the same number of items.

Chrome 150
Firefox
Safari
Edge 150
Status: Incomplete cross-engine support

The url() CSS function accepts an integrity() modifier to use subresource integrity to verify the response from the requested URL.

Chrome 150
Firefox
Safari
Edge 150
Status: Incomplete cross-engine support

The url() CSS function accepts a referrer-policy() modifier to choose which referrer to send when requesting the URL. For example, `url("https://example.com" referrer-policy(no-referrer)) does not send a referrer to the URL.

Chrome 150
Firefox
Safari 26.2
Edge 150
Status: Incomplete cross-engine support
Limited

The text-fit CSS property scales text to fill the inline size of its container. You can use this to grow or shrink headlines, captions, or pull quotes to fit a container.

Chrome 150
Firefox
Safari
Edge 150
Status: Incomplete cross-engine support

The column-rule and row-rule CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The rule-break, rule-outset, and rule-paint-order properties control the appearance of these lines.

Chrome 149
Firefox
Safari
Edge 149
Status: Incomplete cross-engine support

The migrate_to and migrate_from web app manifest members move an installed app from one origin to another, within the same site. They preserve the user's installation settings on the device, like shortcuts.

Chrome 149
Firefox
Safari
Edge 149
Status: Incomplete cross-engine support

The document picture-in-picture API creates an always-on-top window from arbitrary HTML content.

Chrome 130
Firefox 151
Safari
Edge 130
Status: Incomplete cross-engine support
Limited

The navigator.serial API communicates with devices over serial ports, such as microcontrollers.

Chrome 89
Firefox 151
Safari
Edge 89
Status: Incomplete cross-engine support

The hanging-punctuation CSS property puts punctuation characters outside of the box to align the text with the rest of the document.

Chrome
Firefox
Safari 26.5
Edge
Status: Incomplete cross-engine support
Limited

An Origin object represents an origin, as in a scheme, hostname, and port. You can use it to make same-site and same-origin comparisons.

Chrome 145
Firefox
Safari 26.5
Edge 145
Status: Incomplete cross-engine support

The LanguageDetector API identifies the likely natural language that some text is written in. You can use this API to supplement machine translation when the source source language is not known.

Chrome 138
Firefox
Safari
Edge 148
Status: Incomplete cross-engine support

The extendedLifetime option of the SharedWorker() constructor gives shared workers extra time to perform operations after all pages using it have been navigated away from or closed.

Chrome 148
Firefox
Safari
Edge 148
Status: Incomplete cross-engine support
Limited

The Translator API translates some text from one natural language to another, using machine translation.

Chrome 138
Firefox
Safari
Edge 148
Status: Incomplete cross-engine support
Limited

The at-rule() function, when used with @supports, checks if a CSS at-rule is supported. For example @supports at-rule(@starting-style) checks if the @starting-style at-rule is supported.

Chrome 148
Firefox
Safari
Edge 148
Status: Incomplete cross-engine support
Limited

The LanguageModel API prompts an on-device language model. Also known as the Prompt API.

Chrome 148
Firefox
Safari
Edge
Status: Incomplete cross-engine support

The sizes="auto" attribute for the <img> HTML element sets the layout size for the image based on the computed layout size when choosing a source from the srcset. This attribute only applies to images with the loading="lazy" attribute.

Chrome 126
Firefox 150
Safari
Edge 126
Status: Incomplete cross-engine support

The CSS.highlights.highlightsFromPoint() method returns an array of Highlight objects at a specified point.

Chrome 140
Firefox 150
Safari
Edge 140
Status: Incomplete cross-engine support
← Previous Page 27 of 40 (1198 features) Next →