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 429 features

Limited Availability

30 features
• In Progress / Not Yet Baseline

An XRAnchor object keeps track of a pose that is fixed relative to the real world. Anchors build an illusion that the placed objects are really present in the user's environment.

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

A document's bgColor, fgColor, alinkColor, linkColor, and vlinkColor properties get and set the background, foreground, active link, link, and visited link colors of that document.

Chrome 64
Firefox 69
Safari 11
Edge 12
Status: Incomplete cross-engine support

The capture HTML attribute for <input type="file"> elements allows the user to capture media using the device's camera or microphone.

Chrome
Firefox
Safari
Edge
Status: Incomplete cross-engine support

SharedArrayBuffer objects can be used in WebGL APIs that previously only worked with ArrayBuffer objects.

Chrome 60
Firefox 79
Safari
Edge 79
Status: Incomplete cross-engine support

The document.open(), document.write(), document.writeln(), and document.close() methods write content to a document, possibly while that document is still loading.

Chrome 45
Firefox 69
Safari 11
Edge 12
Status: Incomplete cross-engine support

The document.execCommand() method reads and writes from the clipboard and performs editing commands on editable text, such as changing the font name or style. Related methods check whether commands are supported, enabled, or applied.

Chrome 1
Firefox 69
Safari 1.3
Edge 12
Status: Incomplete cross-engine support
Limited

The user-select CSS property controls which elements can be selected by the user.

Chrome 54
Firefox 69
Safari
Edge 79
Status: Incomplete cross-engine support
Limited

The Content Index API allows developers to register their offline enabled content with the browser.

Chrome
Firefox
Safari
Edge
Status: Incomplete cross-engine support

A layout-shift performance entry measures the layout stability of web pages based on movements of the elements on the page. They're used to calculate cumulative layout shift (CLS), a common metric for perceived stability.

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

A DOM overlay shows 2D DOM content as an interactive, transparent layer on top of a WebXR application's WebGL content and camera image.

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

The BarcodeDetector API recognizes various barcode formats in images.

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

The getHitTestResults() method of an XRFrame object helps place objects in an augmented reality session by finding where cast rays intersect with real-world geometry.

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

The optional desynchronized parameter of a canvas's getContext() method permits the browser to draw a WebGL canvas independently of the event loop. This can reduce drawing latency.

Chrome 81
Firefox
Safari
Edge 79
Status: Incomplete cross-engine support

The optional desynchronized parameter of a canvas's getContext() method permits the browser to draw a WebGL2 canvas independently of the event loop. This can reduce drawing latency.

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

The SVG 1.1 image format has several components that were excluded from SVG 2, such as fonts, alternate glyphs, and the xlink namespace.

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

The ui-serif, ui-sans-serif, ui-monospace and ui-rounded values for the font-family CSS property use device-default user interface fonts for text.

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

The periodic background synchronization API fires a recurring periodicsync event in a service worker. You can use this to update data in the background at regular intervals.

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

The navigator.contacts API allows you to ask users to share limited details about entries in their contact list with your application.

Chrome
Firefox
Safari
Edge
Status: Incomplete cross-engine support

The optional alpha parameter of a 2D canvas's getContext() method sets whether the canvas has an alpha transparency channel. If set to false, then this permits the browser to optimize compositing for an opaque canvas.

Chrome 32
Firefox 30
Safari
Edge 79
Status: Incomplete cross-engine support

The :host-context() CSS pseudo-class selects the containing element of the shadow tree in which it is used if that element or an ancestor matches the provided selector.

Chrome 54
Firefox
Safari
Edge 79
Status: Incomplete cross-engine support

Background fetch downloads data in the background even when the web page is closed.

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

The background synchronization API registers a service worker callback to run only when the device is no longer offline. You can use this to let users continue using your app while offline and synchronize with a server after reconnecting.

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

The navigator.getBattery() API obtains information about the device's battery, including charge level and status. Also known as the Battery API.

Chrome 38
Firefox
Safari
Edge 79
Status: Incomplete cross-engine support

Customized built-in elements are HTML elements that extend built-in elements using the is attribute, to add new behaviors that you define.

Chrome 67
Firefox 63
Safari
Edge 79
Status: Incomplete cross-engine support

Deprecation reporting sends a report to a URL nominated by the Reporting-Endpoints header or the ReportingObserver API when a page uses a deprecated API or other browser feature.

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

An element performance entry measures the time to render elements that have the elementtiming attribute.

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

The Feature-Policy response header sets whether a policy-controlled feature, such as an API, may be used in a document. Not to be confused with permissions policy.

Chrome 74
Firefox
Safari
Edge 79
Status: Incomplete cross-engine support

The FederatedCredential API represents the details required to authenticate a user using a third-party identity provider. Not to be confused with federated credential management (FedCM).

Chrome 51
Firefox
Safari
Edge 79
Status: Incomplete cross-engine support

The gamepad attribute of an XRInputSource represents an XR input device, such as a motion controller, that reports data from physical inputs (such as buttons, touch pads, and triggers).

Chrome 79
Firefox
Safari
Edge 79
Status: Incomplete cross-engine support
← Previous Page 10 of 15 (429 features) Next →