Can I Use updates Alexis Deveria 2026-01-10-07:00 urn:uuid:ba72bcbd-3c88-8bbf-c0d3-4c1a42f24b09 New feature: CSS Grid Lanes urn:uuid:3c0ec5f8-1c53-152e-6b30-1491183a009f 2026-01-10T00:00:00+00:00 <a href="https://news-technologi.netlify.app/host-https-caniuse.com/css-grid-lanes">CSS Grid Lanes</a>: <p>CSS Grid Lanes extends CSS Grid to create layouts with columns <em>or</em> rows (not both), allowing mixed aspect ratio content to pack neatly (also known as "masonry" or "waterfall" layout).</p> Site update: web-features now included + new feature list functionality urn:uuid:ec9d500c-735b-a3b2-1f48-f55ee770c5b7 2025-10-11T12:30:39+00:00 Today'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://news-technologi.netlify.app/host-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() function urn:uuid:ab907c86-7c6d-5dc4-175f-8ac42220017e 2025-07-18T00:00:00+00:00 <a href="https://news-technologi.netlify.app/host-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-c5ebabe10642 2025-03-23T00:00:00+00:00 <a href="https://news-technologi.netlify.app/host-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 features urn:uuid:909afa04-158b-8b9b-563c-cc5de2ae349d 2024-04-07T00: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>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Can I Use updates</title>
<link href="https://news-technologi.netlify.app/host-https-caniuse.com/feed"/>
<author>
<name>Alexis Deveria</name>
</author>
<updated>2026-01-10-07:00</updated>
<id>urn:uuid:ba72bcbd-3c88-8bbf-c0d3-4c1a42f24b09</id>
<entry>
<title>New feature: CSS Grid Lanes</title>
<link href="https://news-technologi.netlify.app/host-https-caniuse.com/css-grid-lanes"/>
<id>urn:uuid:3c0ec5f8-1c53-152e-6b30-1491183a009f</id>
<updated>2026-01-10T00:00:00+00:00</updated>
<content type="html"><a href="https://news-technologi.netlify.app/host-https-caniuse.com/css-grid-lanes">CSS Grid Lanes</a>: <p>CSS Grid Lanes extends CSS Grid to create layouts with columns <em>or</em> rows (not both), allowing mixed aspect ratio content to pack neatly (also known as "masonry" or "waterfall" layout).</p> </content>
</entry>
<entry>
<title>Site update: web-features now included + new feature list functionality</title>
<link href="https://news-technologi.netlify.app/host-https-caniuse.com/feed/167"/>
<id>urn:uuid:ec9d500c-735b-a3b2-1f48-f55ee770c5b7</id>
<updated>2025-10-11T12:30:39+00:00</updated>
<content type="html">Today'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://news-technologi.netlify.app/host-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></content>
</entry>
<entry>
<title>New feature: CSS if() function</title>
<link href="https://news-technologi.netlify.app/host-https-caniuse.com/css-if"/>
<id>urn:uuid:ab907c86-7c6d-5dc4-175f-8ac42220017e</id>
<updated>2025-07-18T00:00:00+00:00</updated>
<content type="html"><a href="https://news-technologi.netlify.app/host-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> </content>
</entry>
<entry>
<title>New feature: View Transitions (cross-document)</title>
<link href="https://news-technologi.netlify.app/host-https-caniuse.com/cross-document-view-transitions"/>
<id>urn:uuid:aa657689-d6aa-65ae-e293-c5ebabe10642</id>
<updated>2025-03-23T00:00:00+00:00</updated>
<content type="html"><a href="https://news-technologi.netlify.app/host-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> </content>
</entry>
<entry>
<title>8 new features</title>
<link href="https://news-technologi.netlify.app/host-https-caniuse.com/wasm-bigint,wasm-bulk-memory,wasm-multi-value,wasm-mutable-globals,wasm-nontrapping-fptoint,wasm-signext,wasm-simd,wasm-threads"/>
<id>urn:uuid:909afa04-158b-8b9b-563c-cc5de2ae349d</id>
<updated>2024-04-07T00:00:00+00:00</updated>
<content type="html">- <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></content>
</entry>
</feed>