caniuse.com

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.

New feature: CSS Grid Lanes

10 January 2026 @ 12:00 am

CSS Grid Lanes: CSS Grid Lanes extends CSS Grid to create layouts with columns or rows (not both), allowing mixed aspect ratio content to pack neatly (also known as "masonry" or "waterfall" layout).

Site update: web-features now included + new feature list functionality

11 October 2025 @ 12:30 pm

Today's site update adds a number of new features: Web-features browser support tables In addition to the existing caniuse and MDN BCD support tables, features from the web-features project will now appear in search results and elsewhere on the site. Each web-feature table includes the support included from the major browsers tracked as well as derived support for other browsers where available. Each table also includes a link to the list of all BCD sub-features that the feature's support is based on. Web-features that have a caniuse equivalent are currently hidden to prevent duplicate information (similar to how BCD features are handled). Note that currently there are still a few places where only the original caniuse features are listed or considered (for example the comparison tool), these will be updated to include web-features in the future. New feature list UI and improved filteri

New feature: CSS if() function

18 July 2025 @ 12:00 am

CSS if() function: The if() CSS function allows different values to be set for a property depending on the result of a conditional test. The test can be based on a style query, a media query, or a feature query.

New feature: View Transitions (cross-document)

23 March 2025 @ 12:00 am

View Transitions (cross-document): Provides a mechanism for easily creating animated transitions between different DOM states, while also updating the DOM contents in a single step. This API is specific to cross-document transitions.

8 new features

7 April 2024 @ 12:00 am

- WebAssembly BigInt to i64 conversion in JS API: An extension to the WebAssembly JS API for bidrectionally converting BigInts and 64-bit WebAssembly integer values - WebAssembly Bulk Memory Operations: An extension to WebAssembly adding bulk memory operations and conditional segment initialization - WebAssembly Multi-Value: An extension to WebAssembly allowing instructions, blocks and functions to produce multiple result values - WebAssembly Import/Export of Mutable Globals: An extension to WebAssembly import and export of mutable global variables - WebAssembly Non-trapping float-to-int Conversion: An extension to WebAssembly adding floating-point to integer conversion operators which saturate instead of trapping - WebAssembly Sign Extension O

2 new features

17 February 2024 @ 12:00 am

- WebAssembly Reference Types: An extension to WebAssembly allowing opaque references as first-class types, and multiple tables - CSS Anchor Positioning: Allows placing elements anywhere on the page relative to an "anchor element", without regard to the layout of other elements besides their containing block