Can I Use updatesAlexis Deveria2025年10月11日T12:30:39-07:00urn:uuid:ba72bcbd-3c88-8bbf-c0d3-4c1a42f24b09Site update: web-features now included + new feature list functionalityurn:uuid:ec9d500c-735b-a3b2-1f48-f55ee770c5b72025年10月11日T12:30:39+00:00Today's site update adds a number of new features:
<h3>Web-features browser support tables</h3>
<p>In addition to the existing caniuse and MDN BCD support tables, features from the <a href="https://github.com/web-platform-dx/web-features/">web-features project</a> will now appear in search results and elsewhere on the site.</p>
<p>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).</p>
<p>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.</p>
<h3>New feature list UI and improved filtering/sorting</h3>
<p>Any search or filter result now allows the results to appear in a simplified list instead of just the support table view. These entries will include <a href="https://web-platform-dx.github.io/web-features/">Baseline status</a> (when available) as well as the global usage % range.</p>
<p>Lists of features can be be grouped by category, spec status and Baseline status and sorted by name, support level or Baseline date (<a href="https://caniuse.com/ciu/filter?cats=CSS&baseline=high%2Clow&group=baselineStatus&sort=baseline-low&list=1">see example</a>). Filtering can be accomplished via the filter button at the top right side of the feature list.</p>
<p>This update includes a number of backend changes and various other fixes as well. If you run into any bugs please report them at the <a href="https://github.com/Fyrd/caniuse/issues">caniuse data issue tracker</a>.</p>New feature: CSS if() functionurn:uuid:ab907c86-7c6d-5dc4-175f-8ac42220017e2025年07月18日T00:00:00+00:00<a href="https://caniuse.com/css-if">CSS if() function</a>: <p>The <code>if()</code> 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.</p>
New feature: View Transitions (cross-document)urn:uuid:aa657689-d6aa-65ae-e293-c5ebabe106422025年03月23日T00:00:00+00:00<a href="https://caniuse.com/cross-document-view-transitions">View Transitions (cross-document)</a>: <p>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.</p>
8 new featuresurn:uuid:909afa04-158b-8b9b-563c-cc5de2ae349d2024年04月07日T00:00:00+00:00- <a href="/wasm-bigint">WebAssembly BigInt to i64 conversion in JS API</a>: <p>An extension to the WebAssembly JS API for bidrectionally converting BigInts and 64-bit WebAssembly integer values</p>
<br>- <a href="/wasm-bulk-memory">WebAssembly Bulk Memory Operations</a>: <p>An extension to WebAssembly adding bulk memory operations and conditional segment initialization</p>
<br>- <a href="/wasm-multi-value">WebAssembly Multi-Value</a>: <p>An extension to WebAssembly allowing instructions, blocks and functions to produce multiple result values</p>
<br>- <a href="/wasm-mutable-globals">WebAssembly Import/Export of Mutable Globals</a>: <p>An extension to WebAssembly import and export of mutable global variables</p>
<br>- <a href="/wasm-nontrapping-fptoint">WebAssembly Non-trapping float-to-int Conversion</a>: <p>An extension to WebAssembly adding floating-point to integer conversion operators which saturate instead of trapping</p>
<br>- <a href="/wasm-signext">WebAssembly Sign Extension Operators</a>: <p>An extension to WebAssembly adding sign-extension operator instructions</p>
<br>- <a href="/wasm-simd">WebAssembly SIMD</a>: <p>An extension to WebAssembly adding 128-bit SIMD operations</p>
<br>- <a href="/wasm-threads">WebAssembly Threads and Atomics</a>: <p>An extension to WebAssembly adding shared memory and atomic memory operations</p>
<br>2 new featuresurn:uuid:4314541f-a87d-df3e-f123-c8d270cb45ab2024年02月17日T00:00:00+00:00- <a href="/wasm-reference-types">WebAssembly Reference Types</a>: <p>An extension to WebAssembly allowing opaque references as first-class types, and multiple tables</p>
<br>- <a href="/css-anchor-positioning">CSS Anchor Positioning</a>: <p>Allows placing elements anywhere on the page relative to an "anchor element", without regard to the layout of other elements besides their containing block</p>
<br>New feature: Customizable Select elementurn:uuid:2c03c639-c661-bce0-409b-f5233ef35ac32024年01月07日T00:00:00+00:00<a href="https://caniuse.com/selectlist">Customizable Select element</a>: <p>Proposal for a customizable <code>&lt;select></code> element. Previously envisioned as a separate element (<code>&lt;selectlist></code> or <code>&lt;selectmenu></code>). </p>