<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Can I Use updates</title>
<link href="https://caniuse.com/feed"></link>
<author><name>Alexis Deveria</name>
</author>
<updated>2026-03-05-07:00</updated>
<id>urn:uuid:ba72bcbd-3c88-8bbf-c0d3-4c1a42f24b09</id>
<entry>
<title>New feature: Lazy loading via attribute for video &amp; audio</title>
<link href="https://caniuse.com/loading-lazy-media"></link>
<id>urn:uuid:6bb333c1-19ee-8537-9519-735348b40c74</id>
<updated>2026-03-05T00:00:00+00:00</updated>
<content type="html">&lt;a href=&quot;https://caniuse.com/loading-lazy-media&quot;&gt;Lazy loading via attribute for video &amp; audio&lt;/a&gt;: &lt;p&gt;The &lt;code&gt;loading&lt;/code&gt; attribute on video &amp;amp; audio elements gives authors control over when the browser should start loading the media resource, allowing deferred loading until the element is near the viewport.&lt;/p&gt;
</content>
</entry>
<entry>
<title>New feature: CSS Grid Lanes</title>
<link href="https://caniuse.com/css-grid-lanes"></link>
<id>urn:uuid:3c0ec5f8-1c53-152e-6b30-1491183a009f</id>
<updated>2026-01-10T00:00:00+00:00</updated>
<content type="html">&lt;a href=&quot;https://caniuse.com/css-grid-lanes&quot;&gt;CSS Grid Lanes&lt;/a&gt;: &lt;p&gt;CSS Grid Lanes extends CSS Grid to create layouts with columns &lt;em&gt;or&lt;/em&gt; rows (not both), allowing mixed aspect ratio content to pack neatly (also known as  &quot;masonry&quot; or &quot;waterfall&quot; layout).&lt;/p&gt;
</content>
</entry>
<entry>
<title>Site update: web-features now included + new feature list functionality</title>
<link href="https://caniuse.com/feed/167"></link>
<id>urn:uuid:ec9d500c-735b-a3b2-1f48-f55ee770c5b7</id>
<updated>2025-10-11T12:30:39+00:00</updated>
<content type="html">Today&#039;s site update adds a number of new features:

&lt;h3&gt;Web-features browser support tables&lt;/h3&gt;
&lt;p&gt;In addition to the existing caniuse and MDN BCD support tables, features from the &lt;a href=&quot;https://github.com/web-platform-dx/web-features/&quot;&gt;web-features project&lt;/a&gt; will now appear in search results and elsewhere on the site.&lt;/p&gt;

&lt;p&gt;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&#039;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).&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;h3&gt;New feature list UI and improved filtering/sorting&lt;/h3&gt;
&lt;p&gt;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 &lt;a href=&quot;https://web-platform-dx.github.io/web-features/&quot;&gt;Baseline status&lt;/a&gt; (when available) as well as the global usage % range.&lt;/p&gt;

&lt;p&gt;Lists of features can be be grouped by category, spec status and Baseline status and sorted by name, support level or Baseline date (&lt;a href=&quot;https://caniuse.com/ciu/filter?cats=CSS&amp;baseline=high%2Clow&amp;group=baselineStatus&amp;sort=baseline-low&amp;list=1&quot;&gt;see example&lt;/a&gt;).  Filtering can be accomplished via the filter button at the top right side of the feature list.&lt;/p&gt;

&lt;p&gt;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 &lt;a href=&quot;https://github.com/Fyrd/caniuse/issues&quot;&gt;caniuse data issue tracker&lt;/a&gt;.&lt;/p&gt;</content>
</entry>
<entry>
<title>New feature: CSS if() function</title>
<link href="https://caniuse.com/css-if"></link>
<id>urn:uuid:ab907c86-7c6d-5dc4-175f-8ac42220017e</id>
<updated>2025-07-18T00:00:00+00:00</updated>
<content type="html">&lt;a href=&quot;https://caniuse.com/css-if&quot;&gt;CSS if() function&lt;/a&gt;: &lt;p&gt;The &lt;code&gt;if()&lt;/code&gt; 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.&lt;/p&gt;
</content>
</entry>
<entry>
<title>New feature: View Transitions (cross-document)</title>
<link href="https://caniuse.com/cross-document-view-transitions"></link>
<id>urn:uuid:aa657689-d6aa-65ae-e293-c5ebabe10642</id>
<updated>2025-03-23T00:00:00+00:00</updated>
<content type="html">&lt;a href=&quot;https://caniuse.com/cross-document-view-transitions&quot;&gt;View Transitions (cross-document)&lt;/a&gt;: &lt;p&gt;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.&lt;/p&gt;
</content>
</entry>
<entry>
<title>8 new features</title>
<link href="https://caniuse.com/wasm-bigint,wasm-bulk-memory,wasm-multi-value,wasm-mutable-globals,wasm-nontrapping-fptoint,wasm-signext,wasm-simd,wasm-threads"></link>
<id>urn:uuid:909afa04-158b-8b9b-563c-cc5de2ae349d</id>
<updated>2024-04-07T00:00:00+00:00</updated>
<content type="html">- &lt;a href=&quot;/wasm-bigint&quot;&gt;WebAssembly BigInt to i64 conversion in JS API&lt;/a&gt;: &lt;p&gt;An extension to the WebAssembly JS API for bidrectionally converting BigInts and 64-bit WebAssembly integer values&lt;/p&gt;
&lt;br&gt;- &lt;a href=&quot;/wasm-bulk-memory&quot;&gt;WebAssembly Bulk Memory Operations&lt;/a&gt;: &lt;p&gt;An extension to WebAssembly adding bulk memory operations and conditional segment initialization&lt;/p&gt;
&lt;br&gt;- &lt;a href=&quot;/wasm-multi-value&quot;&gt;WebAssembly Multi-Value&lt;/a&gt;: &lt;p&gt;An extension to WebAssembly allowing instructions, blocks and functions to produce multiple result values&lt;/p&gt;
&lt;br&gt;- &lt;a href=&quot;/wasm-mutable-globals&quot;&gt;WebAssembly Import/Export of Mutable Globals&lt;/a&gt;: &lt;p&gt;An extension to WebAssembly import and export of mutable global variables&lt;/p&gt;
&lt;br&gt;- &lt;a href=&quot;/wasm-nontrapping-fptoint&quot;&gt;WebAssembly Non-trapping float-to-int Conversion&lt;/a&gt;: &lt;p&gt;An extension to WebAssembly adding floating-point to integer conversion operators which saturate instead of trapping&lt;/p&gt;
&lt;br&gt;- &lt;a href=&quot;/wasm-signext&quot;&gt;WebAssembly Sign Extension Operators&lt;/a&gt;: &lt;p&gt;An extension to WebAssembly adding sign-extension operator instructions&lt;/p&gt;
&lt;br&gt;- &lt;a href=&quot;/wasm-simd&quot;&gt;WebAssembly SIMD&lt;/a&gt;: &lt;p&gt;An extension to WebAssembly adding 128-bit SIMD operations&lt;/p&gt;
&lt;br&gt;- &lt;a href=&quot;/wasm-threads&quot;&gt;WebAssembly Threads and Atomics&lt;/a&gt;: &lt;p&gt;An extension to WebAssembly adding shared memory and atomic memory operations&lt;/p&gt;
&lt;br&gt;</content>
</entry>
</feed>