<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Blog</title><link>https://web.dev/blog</link><atom:link href="http://rss.144-124-237-35.sslip.io/web/blog" rel="self" type="application/rss+xml"></atom:link><description>Blog - Powered by AtomRSS</description><generator>AtomRSS</generator><webMaster>contact@atomgroup.dev (AtomRSS)</webMaster><language>en</language><image><url>https://web.dev/_pwa/web/icons/icon-144x144.png</url><title>Blog</title><link>https://web.dev/blog</link></image><lastBuildDate>Sat, 08 Aug 2026 04:26:00 GMT</lastBuildDate><ttl>5</ttl><item><title>New to the web platform in July</title><description>&lt;p&gt;Discover some of the interesting features that have landed in stable and beta
web browsers during July 2026.&lt;/p&gt;

&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: July 31, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;stable_browser_releases&quot; data-text=&quot;Stable browser releases&quot; tabindex=&quot;-1&quot;&gt;Stable browser releases&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.chrome.com/release-notes/151&quot;&gt;Chrome 151&lt;/a&gt;, &lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/153&quot;&gt;Firefox 153&lt;/a&gt;, and
&lt;a href=&quot;https://developer.apple.com/documentation/safari-release-notes/safari-26_6-release-notes&quot;&gt;Safari 26.6&lt;/a&gt;
released to stable during July 2026.
This post takes a look at the new features landing across the web platform this month.&lt;/p&gt;

&lt;aside class=&quot;note&quot;&gt;
  &lt;b&gt;Note:&lt;/b&gt; Browser compatibility data pulled from MDN is included in these posts and may not have been updated yet for very recent browser releases. The post will show the correct information as soon as it appears in the &lt;a href=&quot;https://github.com/mdn/browser-compat-data/releases&quot; rel=&quot;noopener&quot;&gt;browser-compat-data release&lt;/a&gt;.
&lt;/aside&gt;

&lt;h3 id=&quot;html_parser_updates_in_firefox_153_bring_customizable_select_closer&quot; data-text=&quot;HTML parser updates in Firefox 153 bring customizable &lt;select&gt; closer&quot; tabindex=&quot;-1&quot;&gt;HTML parser updates in Firefox 153 bring customizable &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;select&amp;gt;&lt;/code&gt; closer&lt;/h3&gt;

&lt;p&gt;Firefox 153 updates HTML parsing rules for &lt;a href=&quot;https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/select&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;select&amp;gt;&lt;/code&gt;&lt;/a&gt; elements.
Previously, only &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;option&amp;gt;&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;optgroup&amp;gt;&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;hr&amp;gt;&lt;/code&gt; elements were allowed to be parsed as children inside a &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;select&amp;gt;&lt;/code&gt;.
With this update, all nested elements can be parsed into the DOM inside &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;select&amp;gt;&lt;/code&gt;, laying the groundwork for customizable select elements across browsers.&lt;/p&gt;

&lt;h3 id=&quot;the_ruby-overhang_css_property&quot; data-text=&quot;The ruby-overhang CSS property&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ruby-overhang&lt;/code&gt; CSS property&lt;/h3&gt;

&lt;p&gt;Chrome 151 adds support for the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/ruby-overhang&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ruby-overhang&lt;/code&gt;&lt;/a&gt; CSS property.
This property controls whether ruby annotation text can overhang adjacent base characters.
It accepts &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;auto&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;spaces&lt;/code&gt;, or &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;none&lt;/code&gt; keywords. Per the CSS specification, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;none&lt;/code&gt; is aliased to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;spaces&lt;/code&gt;, which allows ruby text to overhang only whitespace and CJK punctuation, preventing unnecessary layout gaps while maintaining readability.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 151.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        151
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 151.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        151
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 18.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        18.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/ruby-overhang&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;declarative_shadow_dom_manual_slot_assignment&quot; data-text=&quot;Declarative Shadow DOM manual slot assignment&quot; tabindex=&quot;-1&quot;&gt;Declarative Shadow DOM manual slot assignment&lt;/h3&gt;

&lt;p&gt;Chrome 151 introduces the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shadowrootslotassignment&lt;/code&gt; attribute on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/template&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;template&amp;gt;&lt;/code&gt;&lt;/a&gt; element.
This attribute allows declarative shadow roots to configure manual slot assignment instead of named slot assignment.
Previously, manual slot assignment was only available imperatively with &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;attachShadow({slotAssignment: &quot;manual&quot;})&lt;/code&gt;.
It accepts &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;named&lt;/code&gt; (default) or &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;manual&lt;/code&gt;, and is reflected in JavaScript through the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootSlotAssignment&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shadowRootSlotAssignment&lt;/code&gt;&lt;/a&gt; property on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;HTMLTemplateElement&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;preview&quot;&gt;
    &lt;img alt=&quot;Chrome Technology Preview: supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        &lt;img src=&quot;data:image/svg+xml,%3Csvg width=&#39;18&#39; height=&#39;12&#39; viewBox=&#39;0 0 18 12&#39; fill=&#39;none&#39; xmlns=&#39;http://www.w3.org/2000/svg&#39;%3E%3Cpath d=&#39;M9 9.5C9.97222 9.5 10.7986 9.15972 11.4792 8.47917C12.1597 7.79861 12.5 6.97222 12.5 6C12.5 5.02778 12.1597 4.20139 11.4792 3.52083C10.7986 2.84028 9.97222 2.5 9 2.5C8.02778 2.5 7.20139 2.84028 6.52083 3.52083C5.84028 4.20139 5.5 5.02778 5.5 6C5.5 6.97222 5.84028 7.79861 6.52083 8.47917C7.20139 9.15972 8.02778 9.5 9 9.5ZM9 8C8.44444 8 7.97222 7.80556 7.58333 7.41667C7.19444 7.02778 7 6.55556 7 6C7 5.44444 7.19444 4.97222 7.58333 4.58333C7.97222 4.19444 8.44444 4 9 4C9.55556 4 10.0278 4.19444 10.4167 4.58333C10.8056 4.97222 11 5.44444 11 6C11 6.55556 10.8056 7.02778 10.4167 7.41667C10.0278 7.80556 9.55556 8 9 8ZM9 12C7.0195 12 5.21535 11.4549 3.58754 10.3646C1.95974 9.27431 0.763889 7.81944 0 6C0.763889 4.18056 1.95974 2.72569 3.58754 1.63542C5.21535 0.545139 7.0195 0 9 0C10.9805 0 12.7847 0.545139 14.4125 1.63542C16.0403 2.72569 17.2361 4.18056 18 6C17.2361 7.81944 16.0403 9.27431 14.4125 10.3646C12.7847 11.4549 10.9805 12 9 12ZM9 10.5C10.5556 10.5 11.9931 10.0972 13.3125 9.29167C14.6319 8.48611 15.6458 7.38889 16.3542 6C15.6458 4.61111 14.6319 3.51389 13.3125 2.70833C11.9931 1.90278 10.5556 1.5 9 1.5C7.44444 1.5 6.00694 1.90278 4.6875 2.70833C3.36806 3.51389 2.35417 4.61111 1.64583 6C2.35417 7.38889 3.36806 8.48611 4.6875 9.29167C6.00694 10.0972 7.44444 10.5 9 10.5Z&#39; fill=&#39;%23F29900&#39;/%3E%3C/svg%3E%0A&quot; alt=&quot;&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Edge: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 151.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        151
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 27.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        27
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootSlotAssignment&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_animation_property_on_animationevent_and_transitionevent&quot; data-text=&quot;The animation property on AnimationEvent and TransitionEvent&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;animation&lt;/code&gt; property on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;AnimationEvent&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;TransitionEvent&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Chrome 151 adds a read-only &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;animation&lt;/code&gt; attribute to the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/AnimationEvent&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;AnimationEvent&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/TransitionEvent&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;TransitionEvent&lt;/code&gt;&lt;/a&gt; interfaces.
This attribute returns the underlying &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Animation&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Animation&lt;/code&gt;&lt;/a&gt; object associated with the event, allowing you to query animation state directly inside event listeners.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 151.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        151
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 151.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        151
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 152.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        152
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 27.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        27
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/AnimationEvent/animation&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;desktop_picture-in-picture_api_in_firefox&quot; data-text=&quot;Desktop Picture-in-Picture API in Firefox&quot; tabindex=&quot;-1&quot;&gt;Desktop Picture-in-Picture API in Firefox&lt;/h3&gt;

&lt;p&gt;Firefox 153 brings support for the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Picture-in-Picture_API&quot;&gt;Picture-in-Picture API&lt;/a&gt; to desktop platforms.
This provides a standard web API for sites to toggle display of a &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;video&amp;gt;&lt;/code&gt; element between the page and a floating, always-on-top window, allowing users to keep watching video content while switching tabs or interacting with other applications.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 69.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        69
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 79.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        79
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 153.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        153
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 13.1.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        13.1
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/PictureInPictureWindow&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_intllocale_info_api&quot; data-text=&quot;The Intl.Locale Info API&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Intl.Locale&lt;/code&gt; Info API&lt;/h3&gt;

&lt;p&gt;Firefox 153 adds support for the TC39 &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Intl.Locale&lt;/code&gt; info proposal.
This adds several getter methods to &lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Intl.Locale&lt;/code&gt;&lt;/a&gt; instances, including &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getCalendars()&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getCollations()&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getHourCycles()&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getNumberingSystems()&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getTextInfo()&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getTimeZones()&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getWeekInfo()&lt;/code&gt;. These methods allow developers to inspect locale-specific conventions without needing external internationalization data libraries.&lt;/p&gt;

&lt;p&gt;With this release these methods are now Baseline Newly available.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;jaJP&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nb&quot;&gt;Intl&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;Locale&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;ja-JP&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-nx&quot;&gt;console&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;log&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;jaJP&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;getCalendars&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;());&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// [&quot;gregory&quot;, &quot;japanese&quot;]&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 130.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        130
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 130.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        130
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 153.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        153
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 17.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        17
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getCalendars&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;idbobjectstoregetallrecords_and_idbindexgetallrecords&quot; data-text=&quot;IDBObjectStore.getAllRecords() and IDBIndex.getAllRecords()&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;IDBObjectStore.getAllRecords()&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;IDBIndex.getAllRecords()&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Firefox 153 introduces &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/IDBObjectStore/getAllRecords&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;IDBObjectStore.getAllRecords()&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/IDBIndex/getAllRecords&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;IDBIndex.getAllRecords()&lt;/code&gt;&lt;/a&gt;.
These IndexedDB methods retrieve all matching records (including primary keys, index keys, and values) in a single request, eliminating the need to write complex cursor iteration logic when fetching dataset subsets or full object store contents.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 141.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        141
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 141.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        141
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 153.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        153
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;preview&quot;&gt;
    &lt;img alt=&quot;Safari Technology Preview: supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        &lt;img src=&quot;data:image/svg+xml,%3Csvg width=&#39;18&#39; height=&#39;12&#39; viewBox=&#39;0 0 18 12&#39; fill=&#39;none&#39; xmlns=&#39;http://www.w3.org/2000/svg&#39;%3E%3Cpath d=&#39;M9 9.5C9.97222 9.5 10.7986 9.15972 11.4792 8.47917C12.1597 7.79861 12.5 6.97222 12.5 6C12.5 5.02778 12.1597 4.20139 11.4792 3.52083C10.7986 2.84028 9.97222 2.5 9 2.5C8.02778 2.5 7.20139 2.84028 6.52083 3.52083C5.84028 4.20139 5.5 5.02778 5.5 6C5.5 6.97222 5.84028 7.79861 6.52083 8.47917C7.20139 9.15972 8.02778 9.5 9 9.5ZM9 8C8.44444 8 7.97222 7.80556 7.58333 7.41667C7.19444 7.02778 7 6.55556 7 6C7 5.44444 7.19444 4.97222 7.58333 4.58333C7.97222 4.19444 8.44444 4 9 4C9.55556 4 10.0278 4.19444 10.4167 4.58333C10.8056 4.97222 11 5.44444 11 6C11 6.55556 10.8056 7.02778 10.4167 7.41667C10.0278 7.80556 9.55556 8 9 8ZM9 12C7.0195 12 5.21535 11.4549 3.58754 10.3646C1.95974 9.27431 0.763889 7.81944 0 6C0.763889 4.18056 1.95974 2.72569 3.58754 1.63542C5.21535 0.545139 7.0195 0 9 0C10.9805 0 12.7847 0.545139 14.4125 1.63542C16.0403 2.72569 17.2361 4.18056 18 6C17.2361 7.81944 16.0403 9.27431 14.4125 10.3646C12.7847 11.4549 10.9805 12 9 12ZM9 10.5C10.5556 10.5 11.9931 10.0972 13.3125 9.29167C14.6319 8.48611 15.6458 7.38889 16.3542 6C15.6458 4.61111 14.6319 3.51389 13.3125 2.70833C11.9931 1.90278 10.5556 1.5 9 1.5C7.44444 1.5 6.00694 1.90278 4.6875 2.70833C3.36806 3.51389 2.35417 4.61111 1.64583 6C2.35417 7.38889 3.36806 8.48611 4.6875 9.29167C6.00694 10.0972 7.44444 10.5 9 10.5Z&#39; fill=&#39;%23F29900&#39;/%3E%3C/svg%3E%0A&quot; alt=&quot;&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/IDBObjectStore/getAllRecords&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;textstream_for_response_request_and_blob&quot; data-text=&quot;textStream() for Response, Request, and Blob&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;textStream()&lt;/code&gt; for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Response&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Request&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Blob&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Chrome 151 adds the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;textStream()&lt;/code&gt; method to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Response&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Request&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Blob&lt;/code&gt; objects.
This convenient helper method provides a readable stream of decoded text strings directly from binary body data, equivalent to piping &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;body&lt;/code&gt; through a &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;TextDecoderStream()&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 151.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        151
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 151.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        151
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_usermedia_capability_element_mvp&quot; data-text=&quot;The &lt;usermedia&gt; capability element MVP&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;usermedia&amp;gt;&lt;/code&gt; capability element MVP&lt;/h3&gt;

&lt;p&gt;Chrome 151 introduces the declarative &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;usermedia&amp;gt;&lt;/code&gt; capability element.
This browser-controlled element provides an explicit, user-initiated mechanism for requesting camera and microphone access. By anchoring permission prompts to a clear user interaction with a trusted element, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;usermedia&amp;gt;&lt;/code&gt; improves prompt transparency and user experience while offering a straightforward recovery path if permission was previously denied.&lt;/p&gt;

&lt;p&gt;Find out more in
&lt;a href=&quot;https://developer.chrome.com/blog/usermedia-html-element&quot;&gt;Introducing the HTML &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;usermedia&amp;gt;&lt;/code&gt; element&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
    
    
    
  &lt;/p&gt;

&lt;h3 id=&quot;bug_fixes_and_quality-of-life_updates_in_safari_266&quot; data-text=&quot;Bug fixes and quality-of-life updates in Safari 26.6&quot; tabindex=&quot;-1&quot;&gt;Bug fixes and quality-of-life updates in Safari 26.6&lt;/h3&gt;

&lt;p&gt;Safari 26.6 shipped with important bug fixes and stability enhancements:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fixed an issue where the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ic&lt;/code&gt; length unit scaled incorrectly with page zoom.&lt;/li&gt;
&lt;li&gt;Fixed &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;position-area&lt;/code&gt; fallback behavior for fixed-positioned elements when the page body is scrollable.&lt;/li&gt;
&lt;li&gt;Corrected CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;zoom&lt;/code&gt; interaction with font properties (&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;font-size&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;font-weight&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;font-style&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;font-variant&lt;/code&gt;) on iPad when requesting desktop sites.&lt;/li&gt;
&lt;li&gt;Fixed deletion of partitioned cookies using cookie headers.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;beta_browser_releases&quot; data-text=&quot;Beta browser releases&quot; tabindex=&quot;-1&quot;&gt;Beta browser releases&lt;/h2&gt;

&lt;p&gt;Beta browser versions give you a preview of features coming to the next stable release. It&#39;s an ideal time to test new features or check for breaking changes before they reach all users. New betas this month are &lt;a href=&quot;https://developer.chrome.com/blog/chrome-152-beta&quot;&gt;Chrome 152&lt;/a&gt;, &lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/154&quot;&gt;Firefox 154&lt;/a&gt;, and &lt;a href=&quot;https://developer.apple.com/documentation/safari-release-notes/safari-27-release-notes&quot;&gt;Safari 27&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Chrome 152 beta includes &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;CSSPseudoElement&lt;/code&gt; support for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;::backdrop&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;::scroll-marker&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;::view-transition&lt;/code&gt;, the global &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;autocorrect&lt;/code&gt; HTML attribute, media element pseudo-classes (&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:playing&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:paused&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:muted&lt;/code&gt;), the CSS Color 5 &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;alpha()&lt;/code&gt; relative color function, the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;window-drag&lt;/code&gt; property, the CPU Performance API, and WebGPU subgroup size control.&lt;/p&gt;

&lt;p&gt;Firefox 154 beta introduces WebRTC transport improvements including &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;RTCIceTransport.getSelectedCandidatePair()&lt;/code&gt; and the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;selectedcandidatepairchange&lt;/code&gt; event, as well as the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;error&lt;/code&gt; event on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;RTCDtlsTransport&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Safari 27 beta brings a large suite of new features, including the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ariaNotify&lt;/code&gt; API for screen reader announcements, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contain: style&lt;/code&gt; for quote counters, case-sensitive &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;s&lt;/code&gt; modifier in attribute selectors, the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;stretch&lt;/code&gt; keyword for box sizing, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:host:has()&lt;/code&gt; compound selectors, the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:heading&lt;/code&gt; pseudo-class, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;revert-rule&lt;/code&gt; keyword, transform-aware anchor positioning, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;color-mix()&lt;/code&gt; with more than two colors, and the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;no-clamp&lt;/code&gt; option on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;progress()&lt;/code&gt;.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/web-platform-07-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/web-platform-07-2026?hl=en</guid><pubDate>Fri, 31 Jul 2026 07:00:00 GMT</pubDate></item><item><title>The Baseline Features audit is now available in Lighthouse</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: July 27, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;https://developer.chrome.com/docs/lighthouse/best-practices/baseline-features&quot;&gt;Baseline Features diagnostic
audit&lt;/a&gt;
is available in &lt;a href=&quot;https://developer.chrome.com/docs/lighthouse&quot;&gt;Lighthouse&lt;/a&gt; in
the Best Practices audit category. This audit reports the &lt;a href=&quot;https://web.dev/baseline&quot;&gt;Baseline&lt;/a&gt;
status of web platform features detected on a page, providing browser
interoperability information directly within Lighthouse reports.&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;https://www.npmjs.com/package/web-features&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;web-features&lt;/code&gt; package&lt;/a&gt; powers
this audit, which identifies web platform features used on a page, including
features in third-party scripts and active browser extensions. It identifies the
Baseline status of each detected feature—Widely available, Newly available, or
Limited availability—and lets you see where the feature appears in the page
source code, with links to web feature entries on
&lt;a href=&quot;https://webstatus.dev/&quot;&gt;webstatus.dev&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The Baseline Features audit is available in the current version of Lighthouse
and Chrome DevTools. You can run it on any page in Lighthouse to inspect feature
usage and read browser compatibility data.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/baseline-lighthouse-features-audit?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-lighthouse-features-audit?hl=en</guid><pubDate>Mon, 27 Jul 2026 07:00:00 GMT</pubDate></item><item><title>June 2026 Baseline monthly digest</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: July 17, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Welcome once again to the Baseline monthly digest. In June 2026, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;field-sizing&lt;/code&gt;
became Baseline Newly available, allowing form controls to automatically adjust
to their content. Meanwhile, a wide range of CSS, HTML, and Web API features
reached Baseline Widely available status, alongside important updates from the
developer community.&lt;/p&gt;

&lt;h2 id=&quot;baseline_alerts_on_web_platform_status&quot; data-text=&quot;Baseline Alerts on Web Platform Status&quot; tabindex=&quot;-1&quot;&gt;Baseline Alerts on Web Platform Status&lt;/h2&gt;

&lt;p&gt;Keeping track of when web features become interoperable is now easier with
Baseline Alerts on the &lt;a href=&quot;https://webstatus.dev/&quot;&gt;Web Platform Status dashboard&lt;/a&gt;.
By signing in with GitHub, you can subscribe to notifications for features as
they become Baseline Newly available, Widely available, or receive new browser
implementations. Subscriptions can be configured to send email updates or custom
RSS feeds on a monthly, weekly, or immediate schedule. You can scope alerts to
saved searches—like all HTML features—create custom newsletters, generate
shareable feature lists, or configure Slack webhooks to notify your engineering
team.&lt;/p&gt;

&lt;p&gt;Learn more in &lt;a href=&quot;https://web.dev/blog/baseline-alerts&quot;&gt;Introducing Baseline Alerts&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;baseline_newly_available_features&quot; data-text=&quot;Baseline Newly available features&quot; tabindex=&quot;-1&quot;&gt;Baseline Newly available features&lt;/h2&gt;

&lt;p&gt;The features in this section are supported as of June 2026 in the core browser
set and are now Baseline Newly available.&lt;/p&gt;

&lt;h3 id=&quot;field-sizing&quot; data-text=&quot;field-sizing&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;field-sizing&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;field-sizing&lt;/code&gt; CSS property provides control over the sizing behavior of
form elements—such as &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;textarea&amp;gt;&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;input&amp;gt;&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;select&amp;gt;&lt;/code&gt;—that traditionally
have default fixed dimensions. With &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;field-sizing: content&lt;/code&gt; form controls
automatically expand or shrink to fit their content, reducing the need for
custom JavaScript auto-resize scripts.&lt;/p&gt;

&lt;p&gt;Learn more in the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/field-sizing&quot;&gt;MDN reference page for
field-sizing&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;baseline_widely_available_features&quot; data-text=&quot;Baseline Widely available features&quot; tabindex=&quot;-1&quot;&gt;Baseline Widely available features&lt;/h2&gt;

&lt;p&gt;The following features became Baseline Widely available, meaning that they are
now broadly compatible and usable in your projects.&lt;/p&gt;

&lt;h3 id=&quot;has_pseudo-class&quot; data-text=&quot;:has() pseudo-class&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:has()&lt;/code&gt; pseudo-class&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:has()&lt;/code&gt; CSS parent selector lets you style an element based on its
descendants or subsequent siblings. This functional pseudo-class enables
conditional layout patterns directly in CSS without needing JavaScript to
inspect DOM structures.&lt;/p&gt;

&lt;p&gt;Read more in the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/:has&quot;&gt;MDN page for the :has
pseudo-class&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;htmliframeelementloading&quot; data-text=&quot;HTMLIFrameElement.loading&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;HTMLIFrameElement.loading&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;loading&lt;/code&gt; property on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;iframe&amp;gt;&lt;/code&gt; elements enables lazy loading for embedded
frames. By specifying &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;loading=&quot;lazy&quot;&lt;/code&gt;, browsers defer loading offscreen iframes
until they are scrolled near the viewport, saving network bandwidth and initial
page load overhead.&lt;/p&gt;

&lt;p&gt;Check out the details on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/loading&quot;&gt;MDN reference for
HTMLIFrameElement.loading&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;canvasrenderingcontext2dreset&quot; data-text=&quot;CanvasRenderingContext2D.reset()&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;CanvasRenderingContext2D.reset()&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;reset()&lt;/code&gt; method on 2D canvas contexts clears the drawing context
state—resetting properties like transformations, clipping paths, line styles,
and fill styles back to their default values. This allows a canvas context to be
reused cleanly without manual property cleanup.&lt;/p&gt;

&lt;p&gt;Find out more on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/reset&quot;&gt;MDN documentation for
CanvasRenderingContext2D.reset&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;cap_length_unit&quot; data-text=&quot;cap length unit&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;cap&lt;/code&gt; length unit&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;cap&lt;/code&gt; font-relative unit corresponds to the nominal cap height of the
element&#39;s font. It lets you align and size elements relative to the height of
uppercase letters, enabling precise typographic layouts.&lt;/p&gt;

&lt;p&gt;Learn more in the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/length#cap&quot;&gt;MDN reference for length
units&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;counter-set_property&quot; data-text=&quot;counter-set property&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;counter-set&lt;/code&gt; property&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;counter-set&lt;/code&gt; CSS property sets a CSS counter to a specified value,
complementing &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;counter-reset&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;counter-increment&lt;/code&gt;. It provides control when
manipulating numbered lists, document outlines, or custom counter sequences.&lt;/p&gt;

&lt;p&gt;Read the details on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/counter-set&quot;&gt;MDN page for
counter-set&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;createimagebitmap&quot; data-text=&quot;createImageBitmap()&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;createImageBitmap()&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;createImageBitmap()&lt;/code&gt; static method creates an asynchronous bitmap image
from various image sources, including &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;img&amp;gt;&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;canvas&amp;gt;&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Blob&lt;/code&gt;, or
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ImageData&lt;/code&gt;. Because it decodes images off the main thread, it avoids blocking
UI performance when handling complex canvas graphics.&lt;/p&gt;

&lt;p&gt;Check the implementation details on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Window/createImageBitmap&quot;&gt;MDN documentation for
createImageBitmap&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;easing-function_data_type&quot; data-text=&quot;&lt;easing-function&gt; data type&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;easing-function&amp;gt;&lt;/code&gt; data type&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;easing-function&amp;gt;&lt;/code&gt; CSS data type describes mathematical rate-of-change
curves for transitions and animations. Beyond standard keywords like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ease-in&lt;/code&gt;
or &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;cubic-bezier()&lt;/code&gt;, it supports functions like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;linear()&lt;/code&gt; to construct custom
spring or bounce effects.&lt;/p&gt;

&lt;p&gt;Learn how to use it on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/easing-function&quot;&gt;MDN reference for
easing-function&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;_nesting_selector&quot; data-text=&quot;&amp;amp; nesting selector&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;amp;&lt;/code&gt; nesting selector&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;amp;&lt;/code&gt; nesting selector explicitly anchors child rule selectors to their parent
selector when using built-in CSS nesting. It ensures clarity and correct
specificity rules when defining nested hover, focus, or pseudo-class states.&lt;/p&gt;

&lt;p&gt;Read the details on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/Nesting_selector&quot;&gt;MDN guide for the nesting
selector&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;responsive_preloading_with_relpreload&quot; data-text=&quot;Responsive preloading with rel=&amp;quot;preload&amp;quot;&quot; tabindex=&quot;-1&quot;&gt;Responsive preloading with &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rel=&quot;preload&quot;&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;media&lt;/code&gt; attribute on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;link rel=&quot;preload&quot;&amp;gt;&lt;/code&gt; elements enables responsive
preloading of key assets. By combining &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rel=&quot;preload&quot;&lt;/code&gt; with media queries,
browsers download only the assets matching the user&#39;s viewport width or display
characteristics early in the loading lifecycle.&lt;/p&gt;

&lt;p&gt;Find out how to use it on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/HTML/Reference/Attributes/rel/preload#including_media&quot;&gt;MDN documentation for
rel=&quot;preload&quot;&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;htmlmediaelementpreservespitch&quot; data-text=&quot;HTMLMediaElement.preservesPitch&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;HTMLMediaElement.preservesPitch&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;preservesPitch&lt;/code&gt; property on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;audio&amp;gt;&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;video&amp;gt;&lt;/code&gt; elements controls
whether the browser adjusts audio pitch when changing the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;playbackRate&lt;/code&gt;.
Setting it to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;false&lt;/code&gt; allows pitch shifts when speeding up or slowing down media
playback.&lt;/p&gt;

&lt;p&gt;Check out the details on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/preservesPitch&quot;&gt;MDN page for
HTMLMediaElement.preservesPitch&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;dir_pseudo-class&quot; data-text=&quot;:dir() pseudo-class&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:dir()&lt;/code&gt; pseudo-class&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:dir()&lt;/code&gt; CSS pseudo-class matches elements based on text directionality
(such as &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ltr&lt;/code&gt; or &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rtl&lt;/code&gt;), matching direction inherited from HTML attributes like
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;dir&lt;/code&gt; or computed text context.&lt;/p&gt;

&lt;p&gt;Learn more in the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/:dir&quot;&gt;MDN page for the :dir
pseudo-class&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;pow_math_function&quot; data-text=&quot;pow() math function&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;pow()&lt;/code&gt; math function&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;pow()&lt;/code&gt; CSS function calculates exponential power values directly within CSS
declarations, raising a base number to an exponent (for example, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;pow(2, 3)&lt;/code&gt;).
This simplifies responsive scaling and mathematical grid relationships.&lt;/p&gt;

&lt;p&gt;Read the details on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/pow&quot;&gt;MDN reference for the pow
function&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;css_mask_property&quot; data-text=&quot;CSS mask property&quot; tabindex=&quot;-1&quot;&gt;CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;mask&lt;/code&gt; property&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;mask&lt;/code&gt; CSS shorthand property hides parts of an element using images or
gradients as clipping layers. It combines sub-properties like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;mask-image&lt;/code&gt;,
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;mask-position&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;mask-repeat&lt;/code&gt; to create complex visual masking effects.&lt;/p&gt;

&lt;p&gt;Find out more on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask&quot;&gt;MDN page for the mask
property&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;media_scripting&quot; data-text=&quot;@media (scripting)&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@media (scripting)&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scripting&lt;/code&gt; media feature tests whether client-side scripting (such as
JavaScript) is enabled and available in the browser context. This allows
progressive enhancement styles to target environments with or without active
JavaScript.&lt;/p&gt;

&lt;p&gt;Learn more in the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@media/scripting&quot;&gt;MDN reference for the scripting media
feature&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;urlcanparse&quot; data-text=&quot;URL.canParse()&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URL.canParse()&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URL.canParse()&lt;/code&gt; static method checks whether a given string is a valid,
parsable URL (with an optional base URL) without throwing an exception,
simplifying runtime URL validation before instantiating &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URL&lt;/code&gt; objects.&lt;/p&gt;

&lt;p&gt;Check the implementation details on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/URL/canParse_static&quot;&gt;MDN documentation for
URL.canParse&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;storage_access_api&quot; data-text=&quot;Storage Access API&quot; tabindex=&quot;-1&quot;&gt;Storage Access API&lt;/h3&gt;

&lt;p&gt;The Storage Access API provides a mechanism for cross-site content embedded
within third-party &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;iframe&amp;gt;&lt;/code&gt;s to request unpartitioned cookie and storage
access, enabling authentication and stateful interactions across domain
boundaries.&lt;/p&gt;

&lt;p&gt;Read the details on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Storage_Access_API&quot;&gt;MDN page for the Storage Access
API&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;thats_a_wrap&quot; data-text=&quot;That&#39;s a wrap&quot; tabindex=&quot;-1&quot;&gt;That&#39;s a wrap&lt;/h2&gt;

&lt;p&gt;Tell us if we missed anything Baseline-related, and we will make sure it gets
captured in a future edition! If you have any questions or want to provide
feedback on Baseline, you can file an issue in our &lt;a href=&quot;https://github.com/web-platform-dx/web-features/issues&quot;&gt;issue
tracker&lt;/a&gt;.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/baseline-digest-jun-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-digest-jun-2026?hl=en</guid><pubDate>Fri, 17 Jul 2026 07:00:00 GMT</pubDate></item><item><title>New to the web platform in June</title><description>&lt;p&gt;Discover some of the interesting features that have landed in stable and beta
web browsers during June 2026.&lt;/p&gt;

&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: June 30, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;stable_browser_releases&quot; data-text=&quot;Stable browser releases&quot; tabindex=&quot;-1&quot;&gt;Stable browser releases&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.chrome.com/release-notes/149&quot;&gt;Chrome 149&lt;/a&gt;, &lt;a href=&quot;https://developer.chrome.com/release-notes/150&quot;&gt;Chrome
150&lt;/a&gt;, and &lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/152&quot;&gt;Firefox
152&lt;/a&gt; released
to stable during June. There was no Safari stable release this month. This post
takes a look at the new features landing in web browsers.&lt;/p&gt;

&lt;aside class=&quot;note&quot;&gt;
  &lt;b&gt;Note:&lt;/b&gt; Browser compatibility data pulled from MDN is included in these
  posts and might not have been updated yet for very recent browser releases.
  The post will show the correct information as soon as it appears in the
  &lt;a href=&quot;https://github.com/mdn/browser-compat-data/releases&quot;&gt;browser-compat-data release&lt;/a&gt;.
&lt;/aside&gt;

&lt;h3 id=&quot;sizing_form_controls_with_field-sizing_becomes_baseline&quot; data-text=&quot;Sizing form controls with field-sizing becomes Baseline&quot; tabindex=&quot;-1&quot;&gt;Sizing form controls with &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;field-sizing&lt;/code&gt; becomes Baseline&lt;/h3&gt;

&lt;p&gt;Firefox 152 introduces support for the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/field-sizing&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;field-sizing&lt;/code&gt;&lt;/a&gt; CSS
property, making automatic form control sizing Baseline Newly available across
all major browser engines.&lt;/p&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;field-sizing&lt;/code&gt; property lets form controls like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;textarea&amp;gt;&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;input&amp;gt;&lt;/code&gt;,
and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;select&amp;gt;&lt;/code&gt; shrink or grow dynamically to fit their content
(&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;field-sizing: content&lt;/code&gt;) instead of remaining fixed at a default size
(&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;field-sizing: fixed&lt;/code&gt;). This eliminates the need for JavaScript workarounds
when building text inputs or textareas that resize as users type.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;CSS&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-nt&quot;&gt;textarea&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-n&quot;&gt;field-sizing&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;content&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 123.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        123
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 123.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        123
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 152.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        152
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/field-sizing&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;basic_shapes_rect_and_xywh_in_shape-outside_become_baseline&quot; data-text=&quot;Basic shapes rect() and xywh() in shape-outside become Baseline&quot; tabindex=&quot;-1&quot;&gt;Basic shapes &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rect()&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;xywh()&lt;/code&gt; in &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shape-outside&lt;/code&gt; become Baseline&lt;/h3&gt;

&lt;p&gt;With Chrome 149 shipping support for the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/basic-shape/rect&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rect()&lt;/code&gt;&lt;/a&gt; and
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/basic-shape/xywh&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;xywh()&lt;/code&gt;&lt;/a&gt; shape
functions in the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shape-outside&lt;/code&gt; property, these basic shapes are now Baseline
Newly available across major browsers.&lt;/p&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rect()&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;xywh()&lt;/code&gt; functions let you define rectangular float
exclusion areas using exact inset coordinates or origin-and-dimensions syntax.
This offers a simpler and more readable syntax than using &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;polygon()&lt;/code&gt; for
rectangular float wrapping shapes.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 149.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        149
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 149.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        149
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 149.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        149
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 17.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        17.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/basic-shape/rect&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;automatic_font_scaling_with_css_text-fit&quot; data-text=&quot;Automatic font scaling with CSS text-fit&quot; tabindex=&quot;-1&quot;&gt;Automatic font scaling with CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-fit&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Chrome 150 introduces the
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-fit&lt;/code&gt; CSS property,
letting developers automatically scale font sizes to fit the width of a
containing box.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;CSS&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nc&quot;&gt;headline&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-n&quot;&gt;text-fit&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-n&quot;&gt;grow&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 150.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        150
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 150.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        150
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;css_gap_decorations&quot; data-text=&quot;CSS gap decorations&quot; tabindex=&quot;-1&quot;&gt;CSS gap decorations&lt;/h3&gt;

&lt;p&gt;Chrome 149 introduces support for CSS gap decorations in grid and flexbox
layouts. Gap decorations let you add lines and styling directly to the spacing between
grid and flex items, similar to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;column-rule&lt;/code&gt; in multi-column layouts.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;CSS&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nc&quot;&gt;grid-container&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;display&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;grid&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;gap&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-mi&quot;&gt;20&lt;/span&gt;&lt;span class=&quot;devsite-syntax-kt&quot;&gt;px&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;column-rule&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-mi&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;devsite-syntax-kt&quot;&gt;px&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kc&quot;&gt;solid&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kc&quot;&gt;red&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-n&quot;&gt;row-rule&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-mi&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;devsite-syntax-kt&quot;&gt;px&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kc&quot;&gt;dashed&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kc&quot;&gt;gray&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;Learn more in &lt;a href=&quot;https://developer.chrome.com/blog/gap-decorations-stable&quot;&gt;Gap decorations: Now in Chromium&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 149.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        149
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 149.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        149
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/row-rule&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;css_background-clip_border-area&quot; data-text=&quot;CSS background-clip: border-area&quot; tabindex=&quot;-1&quot;&gt;CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;background-clip: border-area&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Chrome 150 adds support for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;background-clip: border-area&lt;/code&gt; from CSS Backgrounds
Level 4.&lt;/p&gt;

&lt;p&gt;This value clips element backgrounds specifically to the border area, letting
you create custom gradient borders, decorative frame edges, and
animated border effects without requiring extra wrapping elements or
pseudo-elements.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 150.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        150
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 150.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        150
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 18.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        18.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;programmatic_scroll_promises&quot; data-text=&quot;Programmatic scroll promises&quot; tabindex=&quot;-1&quot;&gt;Programmatic scroll promises&lt;/h3&gt;

&lt;p&gt;Chrome 150 updates programmatic scroll methods (&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollTo()&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollBy()&lt;/code&gt;, and
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollIntoView()&lt;/code&gt;) to return a Promise.&lt;/p&gt;

&lt;p&gt;The returned Promise resolves when the smooth scrolling animation finishes,
providing a reliable signal for triggering follow-up actions once scrolling
settles.&lt;/p&gt;

&lt;h3 id=&quot;declarative_keyboard_navigation_with_focusgroup&quot; data-text=&quot;Declarative keyboard navigation with focusgroup&quot; tabindex=&quot;-1&quot;&gt;Declarative keyboard navigation with &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;focusgroup&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Chrome 150 introduces support for the
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;focusgroup&lt;/code&gt; attribute.&lt;/p&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;focusgroup&lt;/code&gt; attribute lets developers declaratively manage arrow key
navigation across composite UI controls (such as toolbars, tablists, and menus)
without manually writing keyboard event listeners.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;HTML&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;div focusgroup=&quot;toolbar wrap&quot; aria-label=&quot;Text formatting&quot;&amp;gt;
  &amp;lt;button type=&quot;button&quot;&amp;gt;Bold&amp;lt;/button&amp;gt;
  &amp;lt;button type=&quot;button&quot;&amp;gt;Italic&amp;lt;/button&amp;gt;
  &amp;lt;button type=&quot;button&quot;&amp;gt;Underline&amp;lt;/button&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;Learn more from the &lt;a href=&quot;https://open-ui.org/components/scoped-focusgroup.explainer/&quot;&gt;Focusgroup Explainer&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
    
    
    
  &lt;/p&gt;

&lt;h3 id=&quot;websockets_supported_in_backforward_cache_bfcache&quot; data-text=&quot;WebSockets supported in Back/Forward Cache (bfcache)&quot; tabindex=&quot;-1&quot;&gt;WebSockets supported in Back/Forward Cache (bfcache)&lt;/h3&gt;

&lt;p&gt;In Chrome 149, pages with active WebSocket connections can now enter the
Back/Forward Cache (bfcache).&lt;/p&gt;

&lt;p&gt;Previously, an open WebSocket connection rendered a page ineligible for bfcache.
Now, the browser automatically closes active WebSocket connections upon bfcache
entry, allowing the page to be cached and instantly restored when navigated back
to.&lt;/p&gt;

&lt;h3 id=&quot;interim_and_header_response_timing_in_resource_timing&quot; data-text=&quot;Interim and header response timing in Resource Timing&quot; tabindex=&quot;-1&quot;&gt;Interim and header response timing in Resource Timing&lt;/h3&gt;

&lt;p&gt;Firefox 152 adds support for
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/PerformanceResourceTiming/firstInterimResponseStart&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;firstInterimResponseStart&lt;/code&gt;&lt;/a&gt;
and
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/PerformanceResourceTiming/finalResponseHeadersStart&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;finalResponseHeadersStart&lt;/code&gt;&lt;/a&gt;
on the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;PerformanceResourceTiming&lt;/code&gt; interface.&lt;/p&gt;

&lt;p&gt;These can be used to measure how long it takes for the browser to receive interim HTTP responses and the final HTTP response after sending a request, respectively.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 115.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        115
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 115.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        115
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 152.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        152
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.4.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.4
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/PerformanceResourceTiming/firstInterimResponseStart&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;action_buttons_for_notifications&quot; data-text=&quot;Action buttons for Notifications&quot; tabindex=&quot;-1&quot;&gt;Action buttons for Notifications&lt;/h3&gt;

&lt;p&gt;Firefox 152 adds support for notification action buttons using the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Notification/actions&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;actions&lt;/code&gt;&lt;/a&gt;
property on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Notification&lt;/code&gt; and options in
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ServiceWorkerRegistration.showNotification()&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;You can now include action buttons on OS notifications and listen for user
interactions when buttons are tapped.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 53.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        53
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 18.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        18
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 152.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        152
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Notification/actions&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;beta_browser_releases&quot; data-text=&quot;Beta browser releases&quot; tabindex=&quot;-1&quot;&gt;Beta browser releases&lt;/h2&gt;

&lt;p&gt;Beta browser versions give you a preview of features in the next stable version
of the browser. It&#39;s a great time to test new features, or removals, that could
impact your site before the world gets that release. New betas this month are
&lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/153&quot;&gt;Firefox 153&lt;/a&gt;
and &lt;a href=&quot;https://developer.apple.com/documentation/safari-release-notes/safari-27-release-notes&quot;&gt;Safari
27&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Firefox 153 beta introduces support for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Error.stackTraceLimit&lt;/code&gt; to configure
maximum captured stack trace depth, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;IDBObjectStore.getAllRecords()&lt;/code&gt; and
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;IDBIndex.getAllRecords()&lt;/code&gt; for retrieving indexed records, and
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;RTCDtlsTransport.getRemoteCertificates()&lt;/code&gt; for WebRTC security inspection.
Add-on developers also gain a new &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;publicSuffix&lt;/code&gt; API and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;userScripts.execute()&lt;/code&gt;
method for on-demand script injection.&lt;/p&gt;

&lt;p&gt;Safari 27 beta introduces transform-aware anchor positioning, the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:heading&lt;/code&gt;
pseudo-class for matching heading elements, the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;revert-rule&lt;/code&gt; keyword to roll
back cascade layers, support for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;stretch&lt;/code&gt; keyword in box sizing, and
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:host:has()&lt;/code&gt; compound selectors.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/web-platform-06-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/web-platform-06-2026?hl=en</guid><pubDate>Tue, 30 Jun 2026 07:00:00 GMT</pubDate></item><item><title>Introducing Baseline Alerts</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: June 25, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;https://webstatus.dev/&quot;&gt;Web Platform Status dashboard&lt;/a&gt; helps developers
understand the interoperability of web features through clear tagging of their
&lt;a href=&quot;https://web.dev/baseline&quot;&gt;Baseline&lt;/a&gt; status—but knowing the moment a feature becomes
interoperable takes effort. You must check the dashboard periodically to see if
a feature becomes Baseline, or discover it elsewhere. This delays adoption, and
you might forget.&lt;/p&gt;

&lt;p&gt;With Baseline Alerts added to the dashboard, you can be notified about changes
in the web features you care about. This feature is more than convenient: It
lessens the time between awareness of a feature and adoption of it.&lt;/p&gt;

&lt;h2 id=&quot;how_do_baseline_alerts_work&quot; data-text=&quot;How do Baseline Alerts work?&quot; tabindex=&quot;-1&quot;&gt;How do Baseline Alerts work?&lt;/h2&gt;

&lt;p&gt;Go to the &lt;a href=&quot;https://webstatus.dev/&quot;&gt;Web Platform Status dashboard&lt;/a&gt; and sign in
with GitHub. After you sign in, a &lt;strong&gt;Subscriptions&lt;/strong&gt; button appears.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;On the home page, you can subscribe to all features.&lt;/li&gt;
&lt;li&gt;On an individual feature&#39;s page—such as &lt;a href=&quot;https://webstatus.dev/features/jpegxl&quot;&gt;JPEG
XL&lt;/a&gt;, for example—you can subscribe to
updates for that feature.&lt;/li&gt;
&lt;li&gt;On a saved search page, such as for all &lt;a href=&quot;https://webstatus.dev/?q=saved%3A77511766-cef9-48be-992f-2a60a19b4d4b&quot;&gt;CSS
features&lt;/a&gt;,
you can subscribe to updates for the features in that search.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The &lt;strong&gt;Subscriptions&lt;/strong&gt; dialog lets you choose the notifications you want and the
frequency:&lt;/p&gt;

&lt;figure&gt;
  &lt;img src=&quot;https://web.dev/static/blog/baseline-alerts/image/fig-1.png&quot; alt=&quot;The Subscriptions dialog showing notification triggers and frequency settings.&quot; width=&quot;800&quot; height=&quot;445&quot; srcset=&quot;https://web.dev/static/blog/baseline-alerts/image/fig-1_36.png 36w,https://web.dev/static/blog/baseline-alerts/image/fig-1_48.png 48w,https://web.dev/static/blog/baseline-alerts/image/fig-1_72.png 72w,https://web.dev/static/blog/baseline-alerts/image/fig-1_96.png 96w,https://web.dev/static/blog/baseline-alerts/image/fig-1_480.png 480w,https://web.dev/static/blog/baseline-alerts/image/fig-1_720.png 720w,https://web.dev/static/blog/baseline-alerts/image/fig-1_856.png 856w,https://web.dev/static/blog/baseline-alerts/image/fig-1_960.png 960w,https://web.dev/static/blog/baseline-alerts/image/fig-1_1440.png 1440w,https://web.dev/static/blog/baseline-alerts/image/fig-1_1920.png 1920w,https://web.dev/static/blog/baseline-alerts/image/fig-1_2880.png 2880w&quot; sizes=&quot;(max-width: 840px) 100vw, 856px&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
  &lt;figcaption&gt;
    The Subscriptions dialog on webstatus.dev lets you choose the triggers and frequency for when you receive alerts.
  &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;A subscription can trigger an email notification or update a custom RSS feed
when features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Become Widely available&lt;/li&gt;
&lt;li&gt;Become Newly available&lt;/li&gt;
&lt;li&gt;Get a new browser implementation&lt;/li&gt;
&lt;li&gt;Regress to limited availability&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can opt to receive these changes every month, week, or every time the
underlying feature changes. Once subscribed, manage your subscription by
selecting the &lt;strong&gt;Subscriptions&lt;/strong&gt; menu item.&lt;/p&gt;

&lt;h2 id=&quot;how_are_baseline_alerts_useful&quot; data-text=&quot;How are Baseline Alerts useful?&quot; tabindex=&quot;-1&quot;&gt;How are Baseline Alerts useful?&lt;/h2&gt;

&lt;p&gt;Baseline Alerts let you receive email notifications about web feature status,
but you can also use them for other tasks.&lt;/p&gt;

&lt;h3 id=&quot;create_a_personalized_newsletter&quot; data-text=&quot;Create a personalized newsletter&quot; tabindex=&quot;-1&quot;&gt;Create a personalized newsletter&lt;/h3&gt;

&lt;p&gt;Baseline Alerts are useful because you can scope them to the features you care
about. This lets you create a personalized newsletter for specific features. For
example, you can list all HTML web features with the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;group:html&lt;/code&gt; query. From
the results page, save the search.&lt;/p&gt;

&lt;figure&gt;
  &lt;img src=&quot;https://web.dev/static/blog/baseline-alerts/image/fig-2.png&quot; alt=&quot;The Web Platform Status dashboard showing search results for HTML features and the &#39;Save search&#39; button.&quot; width=&quot;536&quot; height=&quot;467&quot; srcset=&quot;https://web.dev/static/blog/baseline-alerts/image/fig-2_36.png 36w,https://web.dev/static/blog/baseline-alerts/image/fig-2_48.png 48w,https://web.dev/static/blog/baseline-alerts/image/fig-2_72.png 72w,https://web.dev/static/blog/baseline-alerts/image/fig-2_96.png 96w,https://web.dev/static/blog/baseline-alerts/image/fig-2_480.png 480w,https://web.dev/static/blog/baseline-alerts/image/fig-2_720.png 720w,https://web.dev/static/blog/baseline-alerts/image/fig-2_856.png 856w,https://web.dev/static/blog/baseline-alerts/image/fig-2_960.png 960w,https://web.dev/static/blog/baseline-alerts/image/fig-2_1440.png 1440w,https://web.dev/static/blog/baseline-alerts/image/fig-2_1920.png 1920w,https://web.dev/static/blog/baseline-alerts/image/fig-2_2880.png 2880w&quot; sizes=&quot;(max-width: 840px) 100vw, 856px&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
  &lt;figcaption&gt;
    Save searches on webstatus.dev for any query you want to keep track of.
  &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Once the search is saved, you&#39;ll be able to subscribe to updates to its
features.&lt;/p&gt;

&lt;figure&gt;
  &lt;img src=&quot;https://web.dev/static/blog/baseline-alerts/image/fig-3.png&quot; alt=&quot;The Subscriptions dialog for a saved search, showing options to receive notifications via email or RSS.&quot; width=&quot;800&quot; height=&quot;446&quot; srcset=&quot;https://web.dev/static/blog/baseline-alerts/image/fig-3_36.png 36w,https://web.dev/static/blog/baseline-alerts/image/fig-3_48.png 48w,https://web.dev/static/blog/baseline-alerts/image/fig-3_72.png 72w,https://web.dev/static/blog/baseline-alerts/image/fig-3_96.png 96w,https://web.dev/static/blog/baseline-alerts/image/fig-3_480.png 480w,https://web.dev/static/blog/baseline-alerts/image/fig-3_720.png 720w,https://web.dev/static/blog/baseline-alerts/image/fig-3_856.png 856w,https://web.dev/static/blog/baseline-alerts/image/fig-3_960.png 960w,https://web.dev/static/blog/baseline-alerts/image/fig-3_1440.png 1440w,https://web.dev/static/blog/baseline-alerts/image/fig-3_1920.png 1920w,https://web.dev/static/blog/baseline-alerts/image/fig-3_2880.png 2880w&quot; sizes=&quot;(max-width: 840px) 100vw, 856px&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
  &lt;figcaption&gt;
    To get Baseline Alerts for features matching a saved search, subscribe to that search.
  &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;In this example, you&#39;d get an alert every time an HTML feature becomes Baseline
Newly available or Widely available. The query syntax for the Web Platform
Status dashboard is also more flexible than for just groups. You can save a
search for any query you can come up with and create a custom feature set for
which you can receive notifications. For more information, see the &lt;a href=&quot;https://github.com/GoogleChrome/webstatus.dev/blob/main/antlr/FeatureSearch.md&quot;&gt;query
grammar&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;create_shareable_lists&quot; data-text=&quot;Create shareable lists&quot; tabindex=&quot;-1&quot;&gt;Create shareable lists&lt;/h3&gt;

&lt;p&gt;You can also share saved searches. You can do this using the URL—which is
viewable by anyone who has it—or you can generate a QR code for that page.
Select the share icon on the saved search page.&lt;/p&gt;

&lt;p&gt;This is useful for content creators and web influencers, who can share a list of
features with their audience in videos and conference talks. It gives your
audience a way to get in-depth information about the features you want them to
use.&lt;/p&gt;

&lt;h3 id=&quot;slack_webhooks&quot; data-text=&quot;Slack webhooks&quot; tabindex=&quot;-1&quot;&gt;Slack webhooks&lt;/h3&gt;

&lt;p&gt;If you run a Slack channel, you can use Baseline Alerts to send feature updates
to a Slack webhook URL. To do this, select &lt;strong&gt;Notification channels&lt;/strong&gt; in the
left-hand menu, and you&#39;ll see a section labeled &lt;strong&gt;Webhook&lt;/strong&gt;. From there, you
can add a Slack webhook URL and give it a name. Once you&#39;ve added it, you can
set it as a notification target when you subscribe to features.&lt;/p&gt;

&lt;figure&gt;
  &lt;img src=&quot;https://web.dev/static/blog/baseline-alerts/image/fig-4.png&quot; alt=&quot;The Notification channels settings page showing a webhook section with a field for a Slack webhook URL.&quot; width=&quot;800&quot; height=&quot;445&quot; srcset=&quot;https://web.dev/static/blog/baseline-alerts/image/fig-4_36.png 36w,https://web.dev/static/blog/baseline-alerts/image/fig-4_48.png 48w,https://web.dev/static/blog/baseline-alerts/image/fig-4_72.png 72w,https://web.dev/static/blog/baseline-alerts/image/fig-4_96.png 96w,https://web.dev/static/blog/baseline-alerts/image/fig-4_480.png 480w,https://web.dev/static/blog/baseline-alerts/image/fig-4_720.png 720w,https://web.dev/static/blog/baseline-alerts/image/fig-4_856.png 856w,https://web.dev/static/blog/baseline-alerts/image/fig-4_960.png 960w,https://web.dev/static/blog/baseline-alerts/image/fig-4_1440.png 1440w,https://web.dev/static/blog/baseline-alerts/image/fig-4_1920.png 1920w,https://web.dev/static/blog/baseline-alerts/image/fig-4_2880.png 2880w&quot; sizes=&quot;(max-width: 840px) 100vw, 856px&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
  &lt;figcaption&gt;
    Send requests automatically to a Slack webhook URL based on your subscription preferences.
  &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;In the future, we hope to expand this feature so that webhooks can be used
across more services, such as creation of issues on GitHub, and other useful
development tools.&lt;/p&gt;

&lt;h2 id=&quot;give_it_a_try&quot; data-text=&quot;Give it a try!&quot; tabindex=&quot;-1&quot;&gt;Give it a try!&lt;/h2&gt;

&lt;p&gt;Baseline Alerts accelerate the discovery of interoperable features so you can
begin developing with them sooner. To provide feedback, &lt;a href=&quot;https://github.com/GoogleChrome/webstatus.dev/issues/new/choose&quot;&gt;file an issue on the
webstatus.dev GitHub
repository&lt;/a&gt;.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/baseline-alerts?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-alerts?hl=en</guid><pubDate>Thu, 25 Jun 2026 07:00:00 GMT</pubDate></item><item><title>Effortlessly get Baseline target data with the updated Baseline Checker tool</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: June 8, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Google Analytics users, the &lt;a href=&quot;https://baseline-checker.chrome.dev/&quot;&gt;Baseline Checker
tool&lt;/a&gt; is updated to remove its biggest
point of friction: manual data exports. Use this tool to &lt;a href=&quot;https://web.dev/how-to-choose-your-baseline-target&quot;&gt;choose the right
Baseline target&lt;/a&gt; for your site.&lt;/p&gt;

&lt;p&gt;Previously, you had to manually sign in to your Google Analytics account, set up
a data export, download it, and upload it into the tool.&lt;/p&gt;

&lt;p&gt;Thanks to recent updates exposing &lt;a href=&quot;https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#:%7E:text=browserVersion-,Browser%20version,-The%20version%20of&quot;&gt;browser version data in the Google Analytics
API&lt;/a&gt;,
the workflow is streamlined. Now, the tool lets you sign in with Google to
securely fetch this data using the API. As before, all of your data is processed
locally on your device.&lt;/p&gt;

&lt;video width=&quot;800&quot; height=&quot;704&quot; controls=&quot;&quot; preload=&quot;metadata&quot; playsinline=&quot;&quot; muted=&quot;&quot; poster=&quot;https://web.dev/blog/baseline-ga-checker-update/image/baseline-checker-poster.png&quot;&gt;
  &lt;source src=&quot;https://web.dev/static/blog/baseline-ga-checker-update/video/baseline-checker.mp4&quot; type=&quot;video/mp4&quot;&gt;
&lt;/video&gt;

&lt;p&gt;Here is how it works:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href=&quot;https://baseline-checker.chrome.dev/&quot;&gt;baseline-checker.chrome.dev&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Sign in with Google&lt;/strong&gt; and select your Google Account&lt;/li&gt;
&lt;li&gt;Choose your target Google Analytics account and property&lt;/li&gt;
&lt;li&gt;Specify your date range (defaults to the last 28 days)&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Generate Report&lt;/strong&gt; to fetch and process the data&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;With a few clicks, you can get a clear report showing the exact proportion of
your users that support specific Baseline targets, without the need to manually
export the data from Google Analytics.&lt;/p&gt;

&lt;p&gt;Use the updated &lt;a href=&quot;https://baseline-checker.chrome.dev/&quot;&gt;Baseline Checker tool&lt;/a&gt; to
make more data-driven decisions about which features (or fallbacks) you can use
in production.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/baseline-ga-checker-update?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-ga-checker-update?hl=en</guid><pubDate>Mon, 08 Jun 2026 07:00:00 GMT</pubDate></item><item><title>May 2026 Baseline monthly digest</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: June 3, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Welcome to the Baseline monthly digest. In May 2026, several new CSS features, event properties, and API additions became Baseline Newly available, while CSS units, user interaction properties, and pseudo-classes reached Baseline Widely available, alongside important updates from the developer community.&lt;/p&gt;

&lt;h2 id=&quot;state_of_css_2026_survey&quot; data-text=&quot;State of CSS 2026 survey&quot; tabindex=&quot;-1&quot;&gt;State of CSS 2026 survey&lt;/h2&gt;

&lt;p&gt;The web community&#39;s annual pulse-check is here: the &lt;a href=&quot;https://survey.devographics.com/survey/state-of-css/2026&quot;&gt;State of CSS 2026 survey&lt;/a&gt; is now open. This year, the organizers have made a conscious effort to refine the survey, focusing on the features that matter most to developers in an era of AI-assisted coding. Browser vendors closely monitor these results to help prioritize their engineering roadmaps and address developer pain points. Be sure to lend your voice and share your experience with the evolving CSS landscape before it closes on July 1.&lt;/p&gt;

&lt;h2 id=&quot;baseline_newly_available_features&quot; data-text=&quot;Baseline newly available features&quot; tabindex=&quot;-1&quot;&gt;Baseline newly available features&lt;/h2&gt;

&lt;p&gt;The features in this section are supported as of May 2026 in the core browser set and are now Baseline newly available.&lt;/p&gt;

&lt;h3 id=&quot;container_style_queries&quot; data-text=&quot;Container style queries&quot; tabindex=&quot;-1&quot;&gt;Container style queries&lt;/h3&gt;

&lt;p&gt;Container queries are no longer limited to size. With style queries, you can now apply styles to elements based on the custom properties of a parent container. This lets you build highly modular components that can adapt their theme or styling based on their contextual placement without relying on complex class structures.&lt;/p&gt;

&lt;p&gt;Learn more in the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@container&quot;&gt;MDN reference page for @container&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;open_pseudo-class&quot; data-text=&quot;:open pseudo-class&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:open&lt;/code&gt; pseudo-class&lt;/h3&gt;

&lt;p&gt;Styling elements that have open and closed states—like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;dialog&amp;gt;&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;details&amp;gt;&lt;/code&gt;—previously required checking attributes or managing classes. The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:open&lt;/code&gt; pseudo-class simplifies this by matching these elements only when they are currently in their open state, allowing for cleaner and more declarative CSS.&lt;/p&gt;

&lt;p&gt;Read about it in the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/:open&quot;&gt;MDN page for the :open pseudo-class&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;toggleeventsource&quot; data-text=&quot;ToggleEvent.source&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ToggleEvent.source&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;When working with the Popover API, reacting to state changes is crucial. The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;source&lt;/code&gt; property of the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ToggleEvent&lt;/code&gt; interface returns the control element that triggered the popover toggle action. This lets you identify the origin of the event and coordinate complex UI interactions.&lt;/p&gt;

&lt;p&gt;Find out more on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/ToggleEvent/source&quot;&gt;MDN documentation for ToggleEvent.source&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;image-rendering_property&quot; data-text=&quot;image-rendering property&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;image-rendering&lt;/code&gt; property&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;image-rendering&lt;/code&gt; CSS property lets you control the scaling algorithm used when resizing images. This is particularly useful for pixel art, low-resolution images, or QR codes where it&#39;s important to avoid blurry interpolation and keep scaling sharp and pixelated.&lt;/p&gt;

&lt;p&gt;Learn how to use it on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/image-rendering&quot;&gt;MDN page for image-rendering&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;text-decoration-skip-ink_all&quot; data-text=&quot;text-decoration-skip-ink: all&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-decoration-skip-ink: all&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Underlines passing through descenders can sometimes look cluttered. While &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-decoration-skip-ink: auto&lt;/code&gt; skips ink only when intersecting, setting it to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;all&lt;/code&gt; forces the underline to skip all glyphs regardless of intersection, offering more control over typography aesthetics.&lt;/p&gt;

&lt;p&gt;Read the details on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-decoration-skip-ink#all&quot;&gt;MDN guide for text-decoration-skip-ink&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;sharedworker&quot; data-text=&quot;SharedWorker&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;SharedWorker&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;SharedWorker&lt;/code&gt; API provides a specialized background worker that can be accessed from multiple browsing contexts, such as different windows, tabs, or iframes on the same origin. This is powerful for sharing state, managing connections, or coordinating background tasks across tab boundaries.&lt;/p&gt;

&lt;p&gt;Check out the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/SharedWorker&quot;&gt;MDN documentation for SharedWorker&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;baseline_widely_available_features&quot; data-text=&quot;Baseline widely available features&quot; tabindex=&quot;-1&quot;&gt;Baseline widely available features&lt;/h2&gt;

&lt;p&gt;The following features became Baseline widely available, meaning that they are now broadly compatible and usable in your projects.&lt;/p&gt;

&lt;h3 id=&quot;lh_length_unit&quot; data-text=&quot;lh length unit&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;lh&lt;/code&gt; length unit&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;lh&lt;/code&gt; relative unit corresponds to the computed line-height of the element on which it is used. This makes it simpler to size elements—such as icon badges or background highlights—to perfectly match the height of a line of text.&lt;/p&gt;

&lt;p&gt;Learn more in the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/length#lh&quot;&gt;MDN reference for length units&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;rlh_length_unit&quot; data-text=&quot;rlh length unit&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rlh&lt;/code&gt; length unit&lt;/h3&gt;

&lt;p&gt;Similar to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;lh&lt;/code&gt;, the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rlh&lt;/code&gt; unit represents the line-height, but specifically of the root element (&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;html&amp;gt;&lt;/code&gt;). This lets you establish a consistent vertical rhythm across your entire page, regardless of local font size or line-height overrides.&lt;/p&gt;

&lt;p&gt;Read more in the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/length#rlh&quot;&gt;MDN reference for length units&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;navigatoruseractivation&quot; data-text=&quot;Navigator.userActivation&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Navigator.userActivation&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Many web APIs (such as video playback, popups, or clipboard access) require user interaction before they can be triggered. The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Navigator.userActivation&lt;/code&gt; property returns an object containing information about the user&#39;s current and historical activation state on the window, letting scripts verify if a user gesture has occurred.&lt;/p&gt;

&lt;p&gt;Find out how to use it on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Navigator/userActivation&quot;&gt;MDN page for Navigator.userActivation&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;clip-path&quot; data-text=&quot;clip-path&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;clip-path&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;clip-path&lt;/code&gt; CSS property lets you create a clipping region that defines what portion of an element should be visible. By using basic shapes (like circles, ellipses, or polygons) or SVG paths, you can create engaging layout designs and transitions without hiding overflow.&lt;/p&gt;

&lt;p&gt;Check the implementation details on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/clip-path&quot;&gt;MDN page for clip-path&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;user-invalid_pseudo-class&quot; data-text=&quot;:user-invalid pseudo-class&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:user-invalid&lt;/code&gt; pseudo-class&lt;/h3&gt;

&lt;p&gt;Unlike &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:invalid&lt;/code&gt;, which applies styling as soon as a page loads (often leading to poor UX), the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:user-invalid&lt;/code&gt; pseudo-class only matches invalid form elements &lt;em&gt;after&lt;/em&gt; the user has interacted with them. This means you can show form validation feedback after the user leaves the field.&lt;/p&gt;

&lt;p&gt;Learn how it works in the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/:user-invalid&quot;&gt;MDN documentation for :user-invalid&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;thats_a_wrap&quot; data-text=&quot;That&#39;s a wrap&quot; tabindex=&quot;-1&quot;&gt;That&#39;s a wrap&lt;/h2&gt;

&lt;p&gt;Tell us if we missed anything Baseline-related, and we will make sure it gets captured in a future edition! If you have any questions or want to provide feedback on Baseline, you can file an issue in our &lt;a href=&quot;https://github.com/web-platform-dx/web-features/issues&quot;&gt;issue tracker&lt;/a&gt;.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/baseline-digest-may-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-digest-may-2026?hl=en</guid><pubDate>Wed, 03 Jun 2026 07:00:00 GMT</pubDate></item><item><title>New to the web platform in May</title><description>&lt;p&gt;Discover some of the interesting features that have landed in stable and beta
web browsers during May 2026.&lt;/p&gt;

&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: May 29, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;stable_browser_releases&quot; data-text=&quot;Stable browser releases&quot; tabindex=&quot;-1&quot;&gt;Stable browser releases&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.chrome.com/release-notes/148&quot;&gt;Chrome 148&lt;/a&gt;, &lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/151&quot;&gt;Firefox
151&lt;/a&gt;, and
&lt;a href=&quot;https://developer.apple.com/documentation/safari-release-notes/safari-26_5-release-notes&quot;&gt;Safari 26.5&lt;/a&gt;
released to stable during May. This post takes a look at the many new features
this month.&lt;/p&gt;

&lt;aside class=&quot;note&quot;&gt;
  &lt;b&gt;Note:&lt;/b&gt; Browser compatibility data pulled from MDN is included in these posts and may not have been updated yet for very recent browser releases. The post will show the correct information as soon as it appears in the &lt;a href=&quot;https://github.com/mdn/browser-compat-data/releases&quot;&gt;browser-compat-data release&lt;/a&gt;.
&lt;/aside&gt;

&lt;h3 id=&quot;the_open_css_pseudo-class_becomes_baseline&quot; data-text=&quot;The :open CSS pseudo-class becomes Baseline&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:open&lt;/code&gt; CSS pseudo-class becomes Baseline&lt;/h3&gt;

&lt;p&gt;Safari 26.5 is mostly a release of fixes to existing features.
However, it also includes support for the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/:open&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:open&lt;/code&gt;
pseudo-class&lt;/a&gt;, making this
feature Baseline Newly available.&lt;/p&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:open&lt;/code&gt; pseudo-class lets you style elements that have &quot;open&quot; and &quot;closed&quot;
states when they are open. This applies to elements such as
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;details&amp;gt;&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;dialog&amp;gt;&lt;/code&gt; when they are open, as well as &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;select&amp;gt;&lt;/code&gt; and
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;input&amp;gt;&lt;/code&gt; elements (like color or date pickers) when their picker interfaces are
showing. This provides a cleaner, semantic alternative to styling using
attributes like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;details[open]&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 133.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        133
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 133.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        133
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 136.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        136
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.5.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.5
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/:open&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;css_name-only_container_queries_become_baseline&quot; data-text=&quot;CSS name-only container queries become Baseline&quot; tabindex=&quot;-1&quot;&gt;CSS name-only container queries become Baseline&lt;/h3&gt;

&lt;p&gt;With Chrome 148 shipping this month, &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/CSS_container_queries&quot;&gt;name-only container
queries&lt;/a&gt; are
now Baseline Newly available.&lt;/p&gt;

&lt;p&gt;Previously, when writing a container query, you were required to specify a size
or style query condition alongside the container name, and establish the
container&#39;s type with the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;container-type&lt;/code&gt; property. Now, you can query the
presence of a named container by its name only, without any additional
condition. Furthermore, you no longer need to set a &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;container-type&lt;/code&gt; on the
ancestor if you are only querying by name:&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;CSS&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;#&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nn&quot;&gt;container&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;container-name&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;--&lt;/span&gt;&lt;span class=&quot;devsite-syntax-n&quot;&gt;sidebar&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-p&quot;&gt;@&lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;container&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nt&quot;&gt;--sidebar&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nc&quot;&gt;content&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;padding&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-mi&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;devsite-syntax-kt&quot;&gt;rem&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 148.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        148
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 148.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        148
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 149.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        149
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.4.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.4
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;container_style_queries_for_custom_properties_become_baseline&quot; data-text=&quot;Container style queries for custom properties become Baseline&quot; tabindex=&quot;-1&quot;&gt;Container style queries for custom properties become Baseline&lt;/h3&gt;

&lt;p&gt;Firefox 151 introduces support for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;style()&lt;/code&gt; queries on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@container&lt;/code&gt;, making
container style queries for custom properties Baseline Newly available.&lt;/p&gt;

&lt;p&gt;Container style queries allow you to apply styles to elements based on the CSS
properties of a parent container. While size queries are extremely powerful,
style queries enable you to query non-size features. In particular, this release
brings full cross-browser support for querying custom properties. For example,
you can check if a custom property &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;--theme&lt;/code&gt; is set to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;dark&lt;/code&gt; on a parent
container:&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;CSS&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;@&lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;container&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nt&quot;&gt;style&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nt&quot;&gt;--theme&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nt&quot;&gt;dark&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nc&quot;&gt;card&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;background-color&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-mh&quot;&gt;#1a1a1a&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;color&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-mh&quot;&gt;#fff&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 111.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        111
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 111.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        111
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 151.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        151
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 18.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        18
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;lazy_loading_for_video_and_audio_elements&quot; data-text=&quot;Lazy loading for video and audio elements&quot; tabindex=&quot;-1&quot;&gt;Lazy loading for video and audio elements&lt;/h3&gt;

&lt;p&gt;Chrome 148 introduces native &lt;a href=&quot;https://developer.mozilla.org/docs/Web/Performance/Guides/Lazy_loading&quot;&gt;lazy
loading&lt;/a&gt;
for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;video&amp;gt;&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;audio&amp;gt;&lt;/code&gt; elements with the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;loading=&quot;lazy&quot;&lt;/code&gt; attribute.&lt;/p&gt;

&lt;p&gt;Just like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;img&amp;gt;&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;iframe&amp;gt;&lt;/code&gt; elements, you can now instruct the browser to
delay loading media resources until they are close to the viewport. This helps
improve page load performance, save bandwidth, and reduce data usage for your
users. Learn more from the team who implemented this feature in
&lt;a href=&quot;https://engineering.squarespace.com/blog/2026/how-to-use-standard-html-video-and-audio-lazy-loading-on-the-web-today&quot;&gt;How To Use Standard HTML Video and Audio Lazy-Loading on the Web Today&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 150.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        150
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 150.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        150
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loading&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_document_picture-in-picture_api&quot; data-text=&quot;The Document Picture-in-Picture API&quot; tabindex=&quot;-1&quot;&gt;The Document Picture-in-Picture API&lt;/h3&gt;

&lt;p&gt;Firefox 151 introduces support for the Document Picture-in-Picture API on
desktop platforms.&lt;/p&gt;

&lt;p&gt;Unlike the standard Picture-in-Picture API which lets you view a &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;video&amp;gt;&lt;/code&gt;
element in an always-on-top window, the Document Picture-in-Picture API lets you
open an always-on-top window containing arbitrary HTML content. This enables
rich interactive overlays such as video conference participant grids,
interactive stock tickers, or timers that persist even when navigating away from
the page.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 116.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        116
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 116.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        116
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 151.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        151
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/DocumentPictureInPicture&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;web_serial_api_expands_platform_support&quot; data-text=&quot;Web Serial API expands platform support&quot; tabindex=&quot;-1&quot;&gt;Web Serial API expands platform support&lt;/h3&gt;

&lt;p&gt;Firefox 151 adds support for the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Web_Serial_API&quot;&gt;Web Serial
API&lt;/a&gt; on desktop
platforms, and Chrome 148 adds support for it on Android.&lt;/p&gt;

&lt;p&gt;The Web Serial API provides a way for websites to read from and write to serial
devices, for example, microcontrollers, 3D printers, development boards, and
peripheral hardware. In Firefox, using the Web Serial API requires users to
install a synthetically generated site permission add-on, ensuring a safe and
controlled mechanism to manage access.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 89.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        89
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 89.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        89
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 151.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        151
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Serial&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;beta_browser_releases&quot; data-text=&quot;Beta browser releases&quot; tabindex=&quot;-1&quot;&gt;Beta browser releases&lt;/h2&gt;

&lt;p&gt;Beta browser versions give you a preview of features in the next stable version
of the browser. It&#39;s a great time to test new features, or removals, that could
impact your site before the world gets that release. New betas this month are
&lt;a href=&quot;https://developer.chrome.com/blog/chrome-149-beta&quot;&gt;Chrome 149&lt;/a&gt; and &lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/152&quot;&gt;Firefox
152&lt;/a&gt;. There is
no Safari beta this month.&lt;/p&gt;

&lt;p&gt;Chrome 149 beta includes exciting CSS updates like CSS gap decorations,
letting you style the whitespace (gaps) between flex and grid items. It
also supports &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;path()&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shape()&lt;/code&gt; as well as &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rect()&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;xywh()&lt;/code&gt; basic
shape functions in the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shape-outside&lt;/code&gt; property, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;path-length&lt;/code&gt; as a CSS
property. On the API side, programmatic scroll methods like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollTo()&lt;/code&gt;,
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollBy()&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollIntoView()&lt;/code&gt; now return Promises resolving when smooth
scrolling completes, and pages with active WebSocket connections can now qualify
for back/forward caching (BFCache).&lt;/p&gt;

&lt;p&gt;Firefox 152 beta introduces full support for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;field-sizing&lt;/code&gt; property,
which lets form controls automatically adjust their size to fit their contents.
It also adds &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;actions&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;maxActions&lt;/code&gt; properties to the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Notification&lt;/code&gt;
interface, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;options.pseudoElement&lt;/code&gt; support in &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Element.getAnimations()&lt;/code&gt;.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/web-platform-05-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/web-platform-05-2026?hl=en</guid><pubDate>Fri, 29 May 2026 07:00:00 GMT</pubDate></item><item><title>April 2026 Baseline monthly digest</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: May 27, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Welcome to the Baseline monthly digest. In April 2026, some CSS capabilities and precision math utilities became newly available, while structural semantic elements and other Web API additions became widely available, along with happenings in the developer community.&lt;/p&gt;

&lt;h2 id=&quot;baseline_and_accessibility_in_2026&quot; data-text=&quot;Baseline and accessibility in 2026&quot; tabindex=&quot;-1&quot;&gt;Baseline and accessibility in 2026&lt;/h2&gt;

&lt;p&gt;Building for the web means building an experience that everyone can use, and &lt;a href=&quot;https://a11y-up.com/articles/baseline-and-accessibility-in-2026/&quot;&gt;a recent piece from A11y Up&lt;/a&gt; makes the case that accounting for accessibility needs is more effective when developers rely on web standards. For some time, engineers have shipped custom and often heavy JavaScript solutions to recreate accessible patterns that are now part of the web platform. These bespoke solutions are sometimes fragile, prone to breaking under assistive tech, and are challenging to maintain.&lt;/p&gt;

&lt;p&gt;The article highlights that as web platform features achieve cross-browser interoperability, they make developing with accessibility in mind a more effective task. Using web features to achieve common goals and user interface patterns handles much of the heavy lifting, smoothly exposing the right semantics directly to screen readers and keyboard navigation utilities. Baseline acts as a guide here, signaling the moment a web feature is mature enough to evaluate and use in your projects.&lt;/p&gt;

&lt;h2 id=&quot;baseline_newly_available_features&quot; data-text=&quot;Baseline newly available features&quot; tabindex=&quot;-1&quot;&gt;Baseline newly available features&lt;/h2&gt;

&lt;p&gt;The features in this section are supported as of April 2026 in the core browser set and are now Baseline newly available.&lt;/p&gt;

&lt;h3 id=&quot;css_contrast-color_function&quot; data-text=&quot;CSS contrast-color() function&quot; tabindex=&quot;-1&quot;&gt;CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contrast-color()&lt;/code&gt; function&lt;/h3&gt;

&lt;p&gt;Dynamic theme engines and customizable components have forced developers to maintain multiple color systems to accommodate a user preference for high contrast. The CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contrast-color()&lt;/code&gt; function shifts that maintenance burden entirely to the browser. By passing a base input color into the function, the engine evaluates and returns a highly contrasting companion color, typically mapping to either black or white depending on which delivers the highest readability score.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;CSS&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nc&quot;&gt;card-header&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;background-color&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nf&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nv&quot;&gt;--dynamic-bg-color&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c&quot;&gt;/* Automatically resolves to the highest-contrast text color */&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;color&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nf&quot;&gt;contrast-color&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nf&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nv&quot;&gt;--dynamic-bg-color&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;));&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;This lets you meet accessible standards for readability, without a custom solution, or CSS that is hard to maintain. While you should still keep an eye on your mid-tone color choices, this function reduces boilerplate CSS required to handle this user accommodation. You can find out more on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/contrast-color&quot;&gt;MDN reference page for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contrast-color()&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;mathsumprecise&quot; data-text=&quot;Math.sumPrecise()&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Math.sumPrecise()&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Summing sequences of numbers using standard loops or methods like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Array.prototype.reduce()&lt;/code&gt; can result in floating-point precision loss. This can affect important financial calculations or telemetry totals.&lt;/p&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Math.sumPrecise()&lt;/code&gt; method addresses this problem. It accepts an iterable of numbers and executes a precision-safe routine to provide an accurate sum. Take a look into the mechanics on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Math/sumPrecise&quot;&gt;MDN documentation for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Math.sumPrecise()&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;baseline_widely_available_features&quot; data-text=&quot;Baseline widely available features&quot; tabindex=&quot;-1&quot;&gt;Baseline widely available features&lt;/h2&gt;

&lt;p&gt;The following features became Baseline widely available, meaning that they are now broadly compatible and usable in your projects.&lt;/p&gt;

&lt;h3 id=&quot;search_element&quot; data-text=&quot;&lt;search&gt; element&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;search&amp;gt;&lt;/code&gt; element&lt;/h3&gt;

&lt;p&gt;The HTML &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;search&amp;gt;&lt;/code&gt; element acts as an explicit wrapper for form controls, filtering mechanisms, and submission utilities that collectively represent a search experience on a web application.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;HTML&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;search&amp;gt;
  &amp;lt;form action=&quot;/site-search&quot;&amp;gt;
    &amp;lt;label for=&quot;query&quot;&amp;gt;Search documentation&amp;lt;/label&amp;gt;
    &amp;lt;input type=&quot;search&quot; id=&quot;query&quot; name=&quot;q&quot;&amp;gt;
    &amp;lt;button&amp;gt;Go&amp;lt;/button&amp;gt;
  &amp;lt;/form&amp;gt;
&amp;lt;/search&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;By switching a containing element to the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;search&amp;gt;&lt;/code&gt; tag, you provide an accessibility benefit to users. The browser automatically assigns an implicit ARIA landmark role of &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;search&lt;/code&gt; to the element, removing the need to specify &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;role=&quot;search&quot;&lt;/code&gt; on the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;form&amp;gt;&lt;/code&gt; element. This lets screen readers identify and help users navigate to search interfaces. Read the implementation details on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/HTML/Element/search&quot;&gt;MDN page for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;search&amp;gt;&lt;/code&gt; element&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;web_authentication_public_key_access&quot; data-text=&quot;Web Authentication public key access&quot; tabindex=&quot;-1&quot;&gt;Web Authentication public key access&lt;/h3&gt;

&lt;p&gt;Going passwordless with the Web Authentication (WebAuthn) API is now less complex thanks to broad support for direct property extractors on the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;AuthenticatorAttestationResponse&lt;/code&gt; interface. With methods like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getPublicKey()&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getPublicKeyAlgorithm()&lt;/code&gt;, the browser extracts public key details for you without having to work with raw binary data. Learn more about these properties and how to use them on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse&quot;&gt;MDN page for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;AuthenticatorAttestationResponse&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;stringprototypeiswellformed_and_stringprototypetowellformed&quot; data-text=&quot;String.prototype.isWellFormed() and String.prototype.toWellFormed()&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;String.prototype.isWellFormed()&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;String.prototype.toWellFormed()&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;JavaScript strings are UTF-16 encoded, which maps complex characters and emoji in Unicode pairs. If a string is sliced without accounting for this, isolated halves of a surrogate pair—known as lone surrogates—will remain resulting in malformed text.&lt;/p&gt;

&lt;p&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;isWellFormed()&lt;/code&gt; lets developers check whether a string contains lone surrogates and returns a boolean. If a string fails validation, you can call &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;toWellFormed()&lt;/code&gt; to replace the rogue surrogates with the standard Unicode replacement character (&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;U+FFFD&lt;/code&gt;). This is helpful before calling functions such as &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;encodeURI()&lt;/code&gt;, which will throw a &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URIError&lt;/code&gt; when encountering malformed inputs. Learn how these methods work in &lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/isWellFormed&quot;&gt;the MDN documentation for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;String.prototype.isWellFormed()&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;aria_attribute_reflection&quot; data-text=&quot;ARIA attribute reflection&quot; tabindex=&quot;-1&quot;&gt;ARIA attribute reflection&lt;/h3&gt;

&lt;p&gt;Updating accessibility states on interactive elements required roundtrips through standard DOM attribute methods—for example, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;element.setAttribute(&#39;aria-expanded&#39;, &#39;true&#39;)&lt;/code&gt;. ARIA attribute reflection simplifies this by mirroring accessibility properties as object properties.&lt;/p&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Element&lt;/code&gt; interface reflects ARIA attributes straight to instance properties like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;element.ariaExpanded&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;element.ariaChecked&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;element.ariaHidden&lt;/code&gt;. This lets you modify accessibility states using dot-notation syntax:&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Clean and readable state updates&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-nx&quot;&gt;toggleButton&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;ariaExpanded&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;toggleButton&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;ariaExpanded&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;===&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;true&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;?&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;false&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;true&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;Treating ARIA targets as JavaScript properties lets UI frameworks and state management tools coordinate assistive contexts more reliably, and helps to keep screen reader contexts aligned with your actual application state. For a complete list of reflected properties, check out the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Element#instance_properties&quot;&gt;MDN guide on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Element&lt;/code&gt; instance properties&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;that_is_a_wrap&quot; data-text=&quot;That is a wrap&quot; tabindex=&quot;-1&quot;&gt;That is a wrap&lt;/h2&gt;

&lt;p&gt;Tell us if we missed anything Baseline-related, and we will make sure it gets captured in a future edition! If you have any questions or want to provide feedback on Baseline, you can file an issue in our &lt;a href=&quot;https://github.com/web-platform-dx/web-features/issues&quot;&gt;issue tracker&lt;/a&gt;.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/baseline-digest-apr-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-digest-apr-2026?hl=en</guid><pubDate>Wed, 27 May 2026 07:00:00 GMT</pubDate></item><item><title>New to the web platform in April</title><description>&lt;p&gt;Discover some of the interesting features that have landed in stable and beta
web browsers during April 2026.&lt;/p&gt;

&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: April 24, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;stable_browser_releases&quot; data-text=&quot;Stable browser releases&quot; tabindex=&quot;-1&quot;&gt;Stable browser releases&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.chrome.com/release-notes/147&quot;&gt;Chrome 147&lt;/a&gt; and
&lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/150&quot;&gt;Firefox 150&lt;/a&gt;
released to stable during April. There was no stable release of Safari this
month. This post takes a look at the many new features this month.&lt;/p&gt;

&lt;aside class=&quot;note&quot;&gt;
  &lt;b&gt;Note:&lt;/b&gt; Browser compatibility data pulled from MDN is included in these posts and may not have been updated yet for very recent browser releases. The post will show the correct information as soon as it appears in the &lt;a href=&quot;https://github.com/mdn/browser-compat-data/releases&quot; rel=&quot;noopener&quot;&gt;browser-compat-data release&lt;/a&gt;.
&lt;/aside&gt;

&lt;h3 id=&quot;the_contrast-color_css_function_becomes_baseline&quot; data-text=&quot;The contrast-color() CSS function becomes Baseline&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contrast-color()&lt;/code&gt; CSS function becomes Baseline&lt;/h3&gt;

&lt;p&gt;With Chrome 147 shipping the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/color_value/contrast-color&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contrast-color()&lt;/code&gt;&lt;/a&gt;
function, this useful accessibility feature is now available across all major
engines, making it Baseline Newly available.&lt;/p&gt;

&lt;p&gt;This function takes a color value and returns either black or white, depending
on which provides the highest contrast against the provided color. This helps
ensure your text meets accessibility contrast requirements.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 146.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        146
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/color_value/contrast-color&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_arianotify_method&quot; data-text=&quot;The ariaNotify() method&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ariaNotify()&lt;/code&gt; method&lt;/h3&gt;

&lt;p&gt;Firefox 150 introduces support for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ariaNotify()&lt;/code&gt; method
on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Document&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Element&lt;/code&gt;. This method allows content authors to queue a
string of text to be announced by a screen reader.&lt;/p&gt;

&lt;p&gt;This provides a more reliable and ergonomic alternative to ARIA live regions,
especially for announcements not tied to DOM updates.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 141.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        141
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 141.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        141
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 150.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        150
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Element/ariaNotify&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;auto_sizes_for_lazy-loaded_images&quot; data-text=&quot;Auto sizes for lazy-loaded images&quot; tabindex=&quot;-1&quot;&gt;Auto sizes for lazy-loaded images&lt;/h3&gt;

&lt;p&gt;Firefox 150 now supports the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&quot;auto&quot;&lt;/code&gt; keyword for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;sizes&lt;/code&gt; attribute of
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;img&amp;gt;&lt;/code&gt; elements. This allows lazy-loaded images to use the calculated image
layout size to select the best source from a &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;srcset&lt;/code&gt;, simplifying responsive
image setup.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 126.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        126
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 126.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        126
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 150.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        150
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 27.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        27
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;element-scoped_view_transitions&quot; data-text=&quot;Element-scoped view transitions&quot; tabindex=&quot;-1&quot;&gt;Element-scoped view transitions&lt;/h3&gt;

&lt;p&gt;Chrome 147 exposes &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;element.startViewTransition()&lt;/code&gt; on arbitrary HTML elements.
This allows for transitions scoped to a specific element, meaning
pseudo-elements are affected by ancestor clips and transforms, and multiple
transitions can run concurrently.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Element/startViewTransition&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;css_border-shape_property&quot; data-text=&quot;CSS border-shape property&quot; tabindex=&quot;-1&quot;&gt;CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;border-shape&lt;/code&gt; property&lt;/h3&gt;

&lt;p&gt;Chrome 147 introduces the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;border-shape&lt;/code&gt; property, allowing you to create
non-rectangular borders with shapes like polygons or circles.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-shape&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;svg_textpath_path_attribute&quot; data-text=&quot;SVG &lt;textPath&gt; path attribute&quot; tabindex=&quot;-1&quot;&gt;SVG &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;textPath&amp;gt;&lt;/code&gt; path attribute&lt;/h3&gt;

&lt;p&gt;Chrome 147 adds support for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;path&lt;/code&gt; attribute on the SVG &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;textPath&amp;gt;&lt;/code&gt;
element, letting you define text path geometry inline.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Chrome: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Edge: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 61.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        61
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;modulepreload_support_for_json_and_style&quot; data-text=&quot;Modulepreload support for JSON and style&quot; tabindex=&quot;-1&quot;&gt;Modulepreload support for JSON and style&lt;/h3&gt;

&lt;p&gt;Chrome 147 adds support for JSON and style module types as
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;link rel=&quot;modulepreload&quot;&amp;gt;&lt;/code&gt; destinations.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;mathsumprecise&quot; data-text=&quot;Math.sumPrecise&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Math.sumPrecise&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Chrome 147 implements the TC39 proposal for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Math.sumPrecise&lt;/code&gt;, returning a
precise sum of values in an iterable. This method is now Baseline Newly available.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 137.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        137
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Math/sumPrecise&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;beta_browser_releases&quot; data-text=&quot;Beta browser releases&quot; tabindex=&quot;-1&quot;&gt;Beta browser releases&lt;/h2&gt;

&lt;p&gt;Beta browser versions give you a preview of things that will be in the next
stable version of the browser. It&#39;s a great time to test new features,
or removals, that could impact your site before the world gets that release.
New betas this month are
&lt;a href=&quot;https://developer.chrome.com/blog/chrome-148-beta&quot;&gt;Chrome 148&lt;/a&gt;,
&lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/151&quot;&gt;Firefox 151&lt;/a&gt;,
and &lt;a href=&quot;https://developer.apple.com/documentation/safari-release-notes/safari-26_5-release-notes&quot;&gt;Safari 26.5&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Chrome 148 beta includes name-only container queries in CSS,
lazy loading for video and audio elements, and the
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;at-rule()&lt;/code&gt; function for feature detection in &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@supports&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Firefox 151 beta includes CSS container style queries.&lt;/p&gt;

&lt;p&gt;The Safari 26.5 beta includes support for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:open&lt;/code&gt; pseudo-class on
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;details&amp;gt;&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;dialog&amp;gt;&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;select&amp;gt;&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;input&amp;gt;&lt;/code&gt; elements, in addition to
a large number of issue resolutions.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This post previously included the Scroll-driven animation range properties
becoming Baseline. These properties haven&#39;t yet shipped in Firefox,
so this post was updated to remove the incorrect information.&lt;/em&gt;&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/web-platform-04-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/web-platform-04-2026?hl=en</guid><pubDate>Fri, 24 Apr 2026 07:00:00 GMT</pubDate></item><item><title>March 2026 Baseline monthly digest</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: April 14, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;It&#39;s been a busy month for the web platform! In March 2026, several powerful features crossed the interoperability threshold to become Newly available in Baseline, while a massive wave of established tools reached the Widely available milestone.&lt;/p&gt;

&lt;p&gt;This month&#39;s progress highlights the incredible momentum of the web. From advanced layout controls and internationalization improvements to low-latency networking and sophisticated streaming capabilities, the platform is becoming more capable and robust for developers everywhere.&lt;/p&gt;

&lt;h2 id=&quot;baseline_newly_available_features&quot; data-text=&quot;Baseline Newly available features&quot; tabindex=&quot;-1&quot;&gt;Baseline Newly available features&lt;/h2&gt;

&lt;p&gt;The following features became interoperable across all core browser engines in March 2026.&lt;/p&gt;

&lt;h3 id=&quot;math_font_family&quot; data-text=&quot;Math font family&quot; tabindex=&quot;-1&quot;&gt;Math font family&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;math&lt;/code&gt; value for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;font-family&lt;/code&gt; property is specifically designed for rendering mathematical content. It ensures that MathML elements are displayed using fonts optimized for complex mathematical formulas, providing better spacing and character support for technical documents. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-family&quot;&gt;Learn more about the math font family on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;iteratorconcat&quot; data-text=&quot;Iterator.concat()&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Iterator.concat()&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;This new static method for iterators lets developers combine multiple iterables (like Arrays, Sets, or custom iterators) into a single iterator. This simplifies code that needs to process sequences of data consecutively without manually nesting loops or creating intermediate arrays. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Iterator/concat&quot;&gt;Learn more about &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Iterator.concat()&lt;/code&gt; on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;readable_byte_streams&quot; data-text=&quot;Readable byte streams&quot; tabindex=&quot;-1&quot;&gt;Readable byte streams&lt;/h3&gt;

&lt;p&gt;The Streams API now includes full support for readable byte streams. These are optimized for handling binary data, allowing for efficient memory management by reading data directly into developer-supplied buffers. This is a game-changer for performance-critical applications handling large files or network data. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Streams_API/Using_readable_byte_streams&quot;&gt;Learn more about Readable byte streams on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;reporting_api&quot; data-text=&quot;Reporting API&quot; tabindex=&quot;-1&quot;&gt;Reporting API&lt;/h3&gt;

&lt;p&gt;The Reporting API provides a generic reporting mechanism for web applications to receive notifications about browser-level errors and violations, such as Content Security Policy (CSP) violations, deprecations, and crash reports. It centralizes these reports, sending them to a specified endpoint for easier monitoring. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Reporting_API&quot;&gt;Learn more about the Reporting API on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;webtransport&quot; data-text=&quot;WebTransport&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;WebTransport&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;WebTransport&lt;/code&gt; is a modern API providing low-latency, bidirectional, client-server communication. Built on top of HTTP/3, it supports both reliable data transmission and unreliable datagrams, making it ideal for real-time applications like gaming and live streaming. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/WebTransport_API&quot;&gt;Learn more about WebTransport on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;text-indent_each-line_declaration&quot; data-text=&quot;text-indent: each-line declaration&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-indent: each-line&lt;/code&gt; declaration&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;each-line&lt;/code&gt; keyword for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-indent&lt;/code&gt; extends indentation beyond just the first line of a block. When used, it indents the first line as well as any line following a hard line break (like a &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;br&amp;gt;&lt;/code&gt;), offering more granular control over typographic layouts. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-indent#each-line&quot;&gt;Learn more about &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-indent: each-line&lt;/code&gt; on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;text-indent_hanging_declaration&quot; data-text=&quot;text-indent: hanging declaration&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-indent: hanging&lt;/code&gt; declaration&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;hanging&lt;/code&gt; keyword inverts the default indentation behavior. It leaves the first line of a block at the start of the line while indenting all subsequent lines. This is a common requirement for bibliographies and specific editorial styles. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-indent#hanging&quot;&gt;Learn more about &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-indent: hanging&lt;/code&gt; on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;baseline_widely_available_features&quot; data-text=&quot;Baseline Widely available features&quot; tabindex=&quot;-1&quot;&gt;Baseline Widely available features&lt;/h2&gt;

&lt;p&gt;In March 2026, these features moved into the Widely available tier, meaning they have been interoperable for 30 months and are safe to use in most production environments without polyfills.&lt;/p&gt;

&lt;h3 id=&quot;contain-intrinsic-size_css_property&quot; data-text=&quot;contain-intrinsic-size CSS property&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contain-intrinsic-size&lt;/code&gt; CSS property&lt;/h3&gt;

&lt;p&gt;Part of the CSS Containment module, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contain-intrinsic-size&lt;/code&gt; allows developers to specify a placeholder size for elements that are under size containment. This prevents layout shifts when content is lazily loaded or hidden. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/contain-intrinsic-size&quot;&gt;Learn more about &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contain-intrinsic-size&lt;/code&gt; on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;counter-style_at-rule&quot; data-text=&quot;@counter-style at-rule&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@counter-style&lt;/code&gt; at-rule&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@counter-style&lt;/code&gt; rule allows developers to define custom numbering or bullet styles for lists. This goes far beyond the standard decimal or disc styles, allowing for complex, localized, or purely decorative list markers. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@counter-style&quot;&gt;Learn more about &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@counter-style&lt;/code&gt; on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;device_orientation_events&quot; data-text=&quot;Device orientation events&quot; tabindex=&quot;-1&quot;&gt;Device orientation events&lt;/h3&gt;

&lt;p&gt;These events provide data from the device&#39;s hardware, such as the gyroscope and accelerometer. Developers can use this information to create immersive experiences that respond to the physical movement and orientation of a user&#39;s device.
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Device_orientation_events&quot;&gt;Learn more about Device orientation events on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;hyphenate-character_css_property&quot; data-text=&quot;hyphenate-character CSS property&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;hyphenate-character&lt;/code&gt; CSS property&lt;/h3&gt;

&lt;p&gt;This property lets you define the character used at the end of a line when a word is hyphenated. While a standard hyphen is the default, this property provides the flexibility to use other characters for specific design or language requirements. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/hyphenate-character&quot;&gt;Learn more about hyphenate-character on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;hyphens_css_property&quot; data-text=&quot;hyphens CSS property&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;hyphens&lt;/code&gt; CSS property&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;hyphens&lt;/code&gt; property controls how the browser handles hyphenation when text wraps. You can set it to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;none&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;manual&lt;/code&gt; (using soft hyphens), or &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;auto&lt;/code&gt; (allowing the browser to use its own hyphenation dictionary). &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/hyphens&quot;&gt;Learn more about the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;hyphens&lt;/code&gt; CSS property on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;image-set_css_function&quot; data-text=&quot;image-set() CSS function&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;image-set()&lt;/code&gt; CSS function&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;image-set()&lt;/code&gt; function allows CSS to deliver the most appropriate image based on the user&#39;s device capabilities, such as screen resolution. It functions similarly to the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;srcset&lt;/code&gt; attribute for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;img&amp;gt;&lt;/code&gt; tags, ensuring high-quality visuals without wasting bandwidth. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/image/image-set&quot;&gt;Learn more about the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;image-set()&lt;/code&gt; CSS function on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;link_relmodulepreload&quot; data-text=&quot;&lt;link rel=&amp;quot;modulepreload&amp;quot;&gt;&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;link rel=&quot;modulepreload&quot;&amp;gt;&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;This link relation allows developers to tell the browser to fetch and process JavaScript modules (and their dependencies) early in the page load process. This reduces the time spent on the critical path and improves the performance of module-heavy applications. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/HTML/Reference/Attributes/rel/modulepreload&quot;&gt;Learn more about &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;link rel=&quot;modulepreload&quot;&amp;gt;&lt;/code&gt; on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;overflow_media_queries&quot; data-text=&quot;Overflow media queries&quot; tabindex=&quot;-1&quot;&gt;Overflow media queries&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;overflow-block&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;overflow-inline&lt;/code&gt; media features allow you to query how the device handles content that overflows the initial viewport. This is particularly useful for tailoring styles for different types of display devices, like paged media (printers) versus continuous scrolling screens. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@media/overflow-block&quot;&gt;Learn more about overflow media queries on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;navigatorstorage&quot; data-text=&quot;navigator.storage&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;navigator.storage&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;The Storage API provides a way to manage and query the storage persistence and quota of a website. It allows developers to check how much space is available and request that the browser keep data persistent rather than clearing it when storage is low. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Storage_API&quot;&gt;Learn more about &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;navigator.storage&lt;/code&gt; on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;update_media_query&quot; data-text=&quot;update media query&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;update&lt;/code&gt; media query&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;update&lt;/code&gt; media feature lets you detect how frequently the output device is able to modify the appearance of the content. This helps in distinguishing between fast-refresh screens (like smartphones) and slow-refresh or static displays (like e-ink readers). &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@media/update&quot;&gt;Learn more about the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;update&lt;/code&gt; media query on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;css_subgrid&quot; data-text=&quot;CSS subgrid&quot; tabindex=&quot;-1&quot;&gt;CSS subgrid&lt;/h3&gt;

&lt;p&gt;CSS subgrid is a powerful extension of CSS Grid that allows a nested grid to inherit the track definitions (columns and rows) of its parent grid. This makes it significantly easier to align elements across different levels of the DOM tree, solving a long-standing layout challenge. &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Guides/Grid_layout/Subgrid&quot;&gt;Learn more about CSS subgrid on MDN&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;rachel_andrew_goes_to_web_day_out&quot; data-text=&quot;Rachel Andrew goes to Web Day Out&quot; tabindex=&quot;-1&quot;&gt;Rachel Andrew goes to Web Day Out&lt;/h2&gt;

&lt;p&gt;Last month, Chrome&#39;s own Rachel Andrew wrote &lt;a href=&quot;https://rachelandrew.co.uk/archives/2026/03/20/look-into-the-future-of-the-web-platform/&quot;&gt;Look into the future of the web platform&lt;/a&gt;, which mentioned a talk she gave at &lt;a href=&quot;https://webdayout.com/&quot;&gt;Web Day Out&lt;/a&gt;. &lt;a href=&quot;https://noti.st/rachelandrew/osjHV8/a-pragmatic-guide-to-browser-support&quot;&gt;The presentation covered browser support&lt;/a&gt;—not just Baseline targets, but how you might decide to use features that don&#39;t meet your Baseline target.&lt;/p&gt;

&lt;p&gt;It&#39;s a good talk to help you understand how the availability of interoperable features slides one way or the other based on the Baseline target you choose. By choosing a later target, you&#39;re gaining more features, but at a cost of broader compatibility. It might make sense to think about setting your Baseline target to line up with your project&#39;s launch day, so you&#39;re not missing out features you could be safely using on day one.&lt;/p&gt;

&lt;p&gt;Pragmatically choosing a Baseline target is a good thing to talk about—and we certainly recommend you check out &lt;a href=&quot;https://noti.st/rachelandrew/osjHV8/a-pragmatic-guide-to-browser-support&quot;&gt;Rachel&#39;s take on it&lt;/a&gt;). When you think about Baseline targets as points in time—rather than specific browsers—that mindset helps you make decisions that aren&#39;t merely &quot;safe&quot; today, but decisions that are more forward thinking about emerging interoperable features while maintaining a high standard of compatibility.&lt;/p&gt;

&lt;h2 id=&quot;adding_baseline_status_to_an_eleventy_site&quot; data-text=&quot;Adding Baseline status to an Eleventy site&quot; tabindex=&quot;-1&quot;&gt;Adding Baseline status to an Eleventy site&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://www.alwaystwisted.com/&quot;&gt;Stu Robson&lt;/a&gt; wrote about how he &lt;a href=&quot;https://www.alwaystwisted.com/articles/adding-baseline-status-to-my-eleventy-site&quot;&gt;added the Baseline status web component to his Eleventy website&lt;/a&gt; last month. The post goes into some detail about the process, including how the component is conditionally loaded for some articles that are about specific web features. It&#39;s an excellent read if you document web features on your website, how you use them, and how to quickly signal to your readers if those features are interoperable.&lt;/p&gt;

&lt;p&gt;Of course, the Baseline status web component isn&#39;t limited to Eleventy—it&#39;s &lt;a href=&quot;https://github.com/web-platform-dx/baseline-status&quot;&gt;an open source web component&lt;/a&gt; that is independent of any framework or site generator.&lt;/p&gt;

&lt;h2 id=&quot;feedback&quot; data-text=&quot;Feedback&quot; tabindex=&quot;-1&quot;&gt;Feedback&lt;/h2&gt;

&lt;p&gt;If there&#39;s a feature you&#39;re waiting for that isn&#39;t in Baseline, or if you&#39;ve found an issue with one of the features listed here, &lt;a href=&quot;https://github.com/web-platform-dx/web-features/issues&quot;&gt;let us know on our tracker&lt;/a&gt;. Your feedback helps us prioritize the work that matters most to you.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/baseline-digest-mar-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-digest-mar-2026?hl=en</guid><pubDate>Tue, 14 Apr 2026 07:00:00 GMT</pubDate></item><item><title>February 2026 Baseline monthly digest</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: March 30, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;February has been another eventful month for the web platform. From enhanced security with Trusted types to a more ergonomic CSS syntax for complex shapes, the tools at our disposal continue to mature across all major browser engines.&lt;/p&gt;

&lt;p&gt;In this digest, we&#39;ll take a look at the features that reached Baseline milestones this month, helping you build a more robust and capable web with interoperability in mind.&lt;/p&gt;

&lt;h2 id=&quot;interop_2026_has_launched&quot; data-text=&quot;Interop 2026 has launched&quot; tabindex=&quot;-1&quot;&gt;Interop 2026 has launched&lt;/h2&gt;

&lt;p&gt;Last month, Interop 2026 launched, which is an effort to increase the interoperability of web features. This effort involves representatives from companies that substantially contribute to browser rendering engines:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://webkit.org/blog/17818/announcing-interop-2026/&quot;&gt;Apple&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://web.dev/blog/interop-2026&quot;&gt;Google&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://igalia.com/news/interop-2026.html&quot;&gt;Igalia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blogs.windows.com/msedgedev/2026/02/12/microsoft-edge-and-interop-2026/&quot;&gt;Microsoft&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hacks.mozilla.org/2026/02/launching-interop-2026/&quot;&gt;Mozilla&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Interop is an important initiative because emerging web features are prioritized, and much effort goes into landing high-priority features in all major browser engines. As with years past, there is &lt;a href=&quot;https://wpt.fyi/interop-2026&quot;&gt;a dashboard available&lt;/a&gt; to help you understand the pass rates of tests against identified key features.&lt;/p&gt;

&lt;h2 id=&quot;baseline_newly_available_features&quot; data-text=&quot;Baseline Newly available features&quot; tabindex=&quot;-1&quot;&gt;Baseline Newly available features&lt;/h2&gt;

&lt;p&gt;The following features became part of Baseline in February 2026, meaning they are now newly supported across all major browser engines.&lt;/p&gt;

&lt;h3 id=&quot;css_shape_function&quot; data-text=&quot;CSS shape() function&quot; tabindex=&quot;-1&quot;&gt;CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shape()&lt;/code&gt; function&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shape()&lt;/code&gt; function is a new addition to the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;basic-shape&amp;gt;&lt;/code&gt; data type, providing a more intuitive way to define complex paths for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;clip-path&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;offset-path&lt;/code&gt; properties. Unlike the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;path()&lt;/code&gt; function, which requires a single string of SVG-like commands, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shape()&lt;/code&gt; uses a standard CSS syntax. This lets you use CSS units (like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rem&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;em&lt;/code&gt;, or &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;%&lt;/code&gt;), math functions like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;calc()&lt;/code&gt;, and even CSS variables within your shape definitions. This makes creating responsive, dynamic shapes significantly easier for developers who are more comfortable with CSS than SVG path strings.&lt;/p&gt;

&lt;p&gt;Learn more about the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/basic-shape/shape&quot;&gt;CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shape()&lt;/code&gt; function on MDN&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;trusted_types&quot; data-text=&quot;Trusted types&quot; tabindex=&quot;-1&quot;&gt;Trusted types&lt;/h3&gt;

&lt;p&gt;Securing web applications against DOM-based cross-site scripting (XSS) attacks gets a major boost with the Baseline arrival of the Trusted Types API. This API requires developers to process data through &quot;policies&quot; before it can be passed into dangerous &quot;sinks&quot;—APIs that can execute code or render HTML, such as &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Element.innerHTML&lt;/code&gt; or &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;eval()&lt;/code&gt;. By enforcing these policies through the Content Security Policy (CSP), you can ensure that only sanitized or &quot;trusted&quot; data is ever used in a way that could lead to an injection vulnerability, moving security checks from a manual review process to a platform-enforced guarantee.&lt;/p&gt;

&lt;p&gt;Read the documentation for the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Trusted_Types_API&quot;&gt;Trusted Types API on MDN&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;map_getorinsert_and_getorinsertcomputed&quot; data-text=&quot;Map getOrInsert() and getOrInsertComputed()&quot; tabindex=&quot;-1&quot;&gt;Map &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getOrInsert()&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getOrInsertComputed()&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;JavaScript &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Map&lt;/code&gt; objects have become even more ergonomic with the addition of &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getOrInsert()&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getOrInsertComputed()&lt;/code&gt;. These methods streamline the common pattern of checking if a key exists in a map and, if not, inserting a default value before returning it. &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getOrInsert()&lt;/code&gt; is useful for basic default values, while &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getOrInsertComputed()&lt;/code&gt; accepts a callback function. The callback is only executed if the key is missing, making it ideal for cases where the default value is computationally expensive to create.&lt;/p&gt;

&lt;p&gt;Check out &lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Map/getOrInsert&quot;&gt;Map &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getOrInsert()&lt;/code&gt; on MDN&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;zstandard_compression&quot; data-text=&quot;Zstandard compression&quot; tabindex=&quot;-1&quot;&gt;Zstandard compression&lt;/h3&gt;

&lt;p&gt;Zstandard (or zstd) is now a Baseline Newly available option for HTTP &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Content-Encoding&lt;/code&gt;. Known for its high compression ratios and extremely fast decompression speeds, Zstandard offers a modern alternative to Gzip and Brotli. It is particularly effective across a wide range of data types, helping developers reduce the amount of data sent over the wire and improve page load times without taxing the user&#39;s CPU during the decompression process.&lt;/p&gt;

&lt;p&gt;Explore the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Content-Encoding&quot;&gt;Content-Encoding header and Zstandard on MDN&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;baseline_widely_available_features&quot; data-text=&quot;Baseline Widely available features&quot; tabindex=&quot;-1&quot;&gt;Baseline Widely available features&lt;/h2&gt;

&lt;p&gt;This month, an internationalization tool became Baseline Widely available.&lt;/p&gt;

&lt;h3 id=&quot;the_dirname_html_attribute&quot; data-text=&quot;The dirname HTML attribute&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;dirname&lt;/code&gt; HTML attribute&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;dirname&lt;/code&gt; attribute is now Baseline Widely available. This attribute can be added to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;input&amp;gt;&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;textarea&amp;gt;&lt;/code&gt; elements to automatically capture the directionality (either &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ltr&lt;/code&gt; for left-to-right or &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rtl&lt;/code&gt; for right-to-left) of the text entered by the user. When the form is submitted, the browser sends an additional field—named after the value of the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;dirname&lt;/code&gt; attribute—containing the directionality. This is an essential feature for applications that support multilingual users, ensuring that the server receives the context necessary to display or process text correctly in its intended direction.&lt;/p&gt;

&lt;p&gt;Find more details on the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/input#dirname&quot;&gt;dirname HTML attribute on MDN&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;thats_a_wrap&quot; data-text=&quot;That&#39;s a wrap&quot; tabindex=&quot;-1&quot;&gt;That&#39;s a wrap&lt;/h2&gt;

&lt;p&gt;As usual, let us know if we missed anything Baseline-related, and we&#39;ll make sure it gets captured in a future edition! If you have any questions or want to provide feedback on Baseline, you can file an issue in our &lt;a href=&quot;https://github.com/web-platform-dx/web-features/issues&quot;&gt;issue tracker&lt;/a&gt;.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/baseline-digest-feb-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-digest-feb-2026?hl=en</guid><pubDate>Mon, 30 Mar 2026 07:00:00 GMT</pubDate></item><item><title>New to the web platform in March</title><description>&lt;p&gt;Discover some of the interesting features that have landed in stable and beta
web browsers during March 2026.&lt;/p&gt;

&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: March 31, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;stable_browser_releases&quot; data-text=&quot;Stable browser releases&quot; tabindex=&quot;-1&quot;&gt;Stable browser releases&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.chrome.com/release-notes/146&quot;&gt;Chrome 146&lt;/a&gt;, &lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/149&quot;&gt;Firefox
149&lt;/a&gt; and
&lt;a href=&quot;https://developer.apple.com/documentation/safari-release-notes/safari-26_4-release-notes&quot;&gt;Safari 26.4&lt;/a&gt;
released to stable during March. This post takes a look at the new features
arriving on the platform this month.&lt;/p&gt;

&lt;aside class=&quot;note&quot;&gt;
  &lt;b&gt;Note:&lt;/b&gt; Browser compatibility data from MDN is included in these posts. This data might not be updated yet for very recent browser releases. This post displays the correct information as soon as it appears in the &lt;a href=&quot;https://github.com/mdn/browser-compat-data/releases&quot; rel=&quot;noopener&quot;&gt;browser-compat-data release&lt;/a&gt;.
&lt;/aside&gt;

&lt;h3 id=&quot;optional_container_query_conditions&quot; data-text=&quot;Optional container query conditions&quot; tabindex=&quot;-1&quot;&gt;Optional container query conditions&lt;/h3&gt;

&lt;p&gt;Both Firefox 149 and Safari 26.4 include support for name-only &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@container&lt;/code&gt;
queries that have no conditions. This lets you match against containers based
solely on their names, making it more straightforward to style elements based on
container context without needing to specify size or style constraints.&lt;/p&gt;

&lt;h3 id=&quot;scroll-triggered_animations&quot; data-text=&quot;Scroll-triggered animations&quot; tabindex=&quot;-1&quot;&gt;Scroll-triggered animations&lt;/h3&gt;

&lt;p&gt;Chrome 146 adds scroll-position-based control of animations. This feature lets
you create interactions declaratively with CSS, offloading work to a worker
thread and improving performance. It also includes JavaScript interfaces for web
animations. Learn more in
&lt;a href=&quot;https://developer.chrome.com/blog/scroll-triggered-animations&quot;&gt;CSS scroll-triggered animations are coming&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 146.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        146
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 146.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        146
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_trigger-scope_property&quot; data-text=&quot;The trigger-scope property&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;trigger-scope&lt;/code&gt; property&lt;/h3&gt;

&lt;p&gt;Along with scroll-triggered animations, Chrome 146 introduces the
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;trigger-scope&lt;/code&gt; property. This lets you limit the visibility of animation
trigger names, helping to isolate animation-to-trigger interactions and avoid
global name conflicts.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 146.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        146
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 146.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        146
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;popover_hint_value&quot; data-text=&quot;Popover hint value&quot; tabindex=&quot;-1&quot;&gt;Popover &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;hint&lt;/code&gt; value&lt;/h3&gt;

&lt;p&gt;Firefox 149 now supports the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;hint&lt;/code&gt; value for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;popover&lt;/code&gt; global attribute.
Popovers with the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;hint&lt;/code&gt; value won&#39;t close &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;auto&lt;/code&gt; popovers when displayed, but
will close other &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;hint&lt;/code&gt; popovers, providing more fine-grained control over
popover behavior.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 151.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        151
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 151.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        151
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 153.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        153
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;grid_lanes&quot; data-text=&quot;Grid lanes&quot; tabindex=&quot;-1&quot;&gt;Grid lanes&lt;/h3&gt;

&lt;p&gt;Safari 26.4 supports &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;display: grid-lanes&lt;/code&gt;, this is the value of &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;display&lt;/code&gt; that
switches on a masonry style layout.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Chrome: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Edge: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.4.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.4
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;math_functions_in_sizes_attribute&quot; data-text=&quot;Math functions in sizes attribute&quot; tabindex=&quot;-1&quot;&gt;Math functions in &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;sizes&lt;/code&gt; attribute&lt;/h3&gt;

&lt;p&gt;Safari 26.4 adds support for using the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;min()&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;max()&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;clamp()&lt;/code&gt; math
functions in the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;sizes&lt;/code&gt; attribute of &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;img&amp;gt;&lt;/code&gt; elements. This provides more
flexibility for responsive image loading.&lt;/p&gt;

&lt;h3 id=&quot;javascript_iterator_sequencing&quot; data-text=&quot;JavaScript iterator sequencing&quot; tabindex=&quot;-1&quot;&gt;JavaScript iterator sequencing&lt;/h3&gt;

&lt;p&gt;Both Chrome 146 and Safari 26.4 now support iterator sequencing, introducing
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Iterator.concat(...items)&lt;/code&gt; to create iterators by sequencing existing ones.
This feature is now Baseline Newly available.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 146.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        146
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 146.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        146
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.4.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.4
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Iterator/concat&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;closewatcher_interface&quot; data-text=&quot;CloseWatcher interface&quot; tabindex=&quot;-1&quot;&gt;CloseWatcher interface&lt;/h3&gt;

&lt;p&gt;Firefox 149 adds support for the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/CloseWatcher&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;CloseWatcher&lt;/code&gt;&lt;/a&gt; interface. This allows
developers to implement components that can be closed using device-native
mechanisms, such as the &lt;kbd&gt;Esc&lt;/kbd&gt; key on Windows or the Back key on Android, in the
same way as built-in dialogs and popovers.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 126.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        126
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 126.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        126
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 149.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        149
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;preview&quot;&gt;
    &lt;img alt=&quot;Safari Technology Preview: supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        &lt;img src=&quot;data:image/svg+xml,%3Csvg width=&#39;18&#39; height=&#39;12&#39; viewBox=&#39;0 0 18 12&#39; fill=&#39;none&#39; xmlns=&#39;http://www.w3.org/2000/svg&#39;%3E%3Cpath d=&#39;M9 9.5C9.97222 9.5 10.7986 9.15972 11.4792 8.47917C12.1597 7.79861 12.5 6.97222 12.5 6C12.5 5.02778 12.1597 4.20139 11.4792 3.52083C10.7986 2.84028 9.97222 2.5 9 2.5C8.02778 2.5 7.20139 2.84028 6.52083 3.52083C5.84028 4.20139 5.5 5.02778 5.5 6C5.5 6.97222 5.84028 7.79861 6.52083 8.47917C7.20139 9.15972 8.02778 9.5 9 9.5ZM9 8C8.44444 8 7.97222 7.80556 7.58333 7.41667C7.19444 7.02778 7 6.55556 7 6C7 5.44444 7.19444 4.97222 7.58333 4.58333C7.97222 4.19444 8.44444 4 9 4C9.55556 4 10.0278 4.19444 10.4167 4.58333C10.8056 4.97222 11 5.44444 11 6C11 6.55556 10.8056 7.02778 10.4167 7.41667C10.0278 7.80556 9.55556 8 9 8ZM9 12C7.0195 12 5.21535 11.4549 3.58754 10.3646C1.95974 9.27431 0.763889 7.81944 0 6C0.763889 4.18056 1.95974 2.72569 3.58754 1.63542C5.21535 0.545139 7.0195 0 9 0C10.9805 0 12.7847 0.545139 14.4125 1.63542C16.0403 2.72569 17.2361 4.18056 18 6C17.2361 7.81944 16.0403 9.27431 14.4125 10.3646C12.7847 11.4549 10.9805 12 9 12ZM9 10.5C10.5556 10.5 11.9931 10.0972 13.3125 9.29167C14.6319 8.48611 15.6458 7.38889 16.3542 6C15.6458 4.61111 14.6319 3.51389 13.3125 2.70833C11.9931 1.90278 10.5556 1.5 9 1.5C7.44444 1.5 6.00694 1.90278 4.6875 2.70833C3.36806 3.51389 2.35417 4.61111 1.64583 6C2.35417 7.38889 3.36806 8.48611 4.6875 9.29167C6.00694 10.0972 7.44444 10.5 9 10.5Z&#39; fill=&#39;%23F29900&#39;/%3E%3C/svg%3E%0A&quot; alt=&quot;&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/CloseWatcher&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;beta_browser_releases&quot; data-text=&quot;Beta browser releases&quot; tabindex=&quot;-1&quot;&gt;Beta browser releases&lt;/h2&gt;

&lt;p&gt;Beta browser versions provide a preview of features that will be in the next
stable browser release. You can test new features or removals that might affect
your site before the stable release. New beta releases this month include
&lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/150&quot;&gt;Firefox 150&lt;/a&gt;
and &lt;a href=&quot;https://developer.chrome.com/blog/chrome-147-beta&quot;&gt;Chrome 147&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;chrome_147_beta&quot; data-text=&quot;Chrome 147 beta&quot; tabindex=&quot;-1&quot;&gt;Chrome 147 beta&lt;/h3&gt;

&lt;p&gt;Chrome 147 beta includes &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contrast-color()&lt;/code&gt;—a CSS function that returns either black or white
depending on which provides the highest contrast against the argument color.
Also included is &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;border-shape&lt;/code&gt; and element-scoped view transitions.&lt;/p&gt;

&lt;p&gt;Firefox 150 beta adds the CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;revert-rule&lt;/code&gt; keyword,
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;customeElementRegistry&lt;/code&gt; for Elements and DocumentOrShadowRoot, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;light-dark()&lt;/code&gt;
for images.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/web-platform-03-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/web-platform-03-2026?hl=en</guid><pubDate>Fri, 27 Mar 2026 07:00:00 GMT</pubDate></item><item><title>January 2026 Baseline monthly digest</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: March 2, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Welcome to the January 2026 edition of the Baseline digest. Each month, we
highlight the web platform features that have reached new milestones in
&lt;a href=&quot;https://web.dev/baseline&quot;&gt;Baseline&lt;/a&gt;, helping you understand what tools are ready to use in
your projects today.&lt;/p&gt;

&lt;p&gt;January was an exciting start to the year, with several significant APIs and CSS
units moving into the Newly available category, along with a major layout
improvement becoming Widely available.&lt;/p&gt;

&lt;h2 id=&quot;baseline_newly_available_features&quot; data-text=&quot;Baseline Newly available features&quot; tabindex=&quot;-1&quot;&gt;Baseline Newly available features&lt;/h2&gt;

&lt;p&gt;The following web features became Baseline Newly available in January 2026.&lt;/p&gt;

&lt;h3 id=&quot;active_view_transition&quot; data-text=&quot;Active view transition&quot; tabindex=&quot;-1&quot;&gt;Active view transition&lt;/h3&gt;

&lt;p&gt;The
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/:active-view-transition&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:active-view-transition&lt;/code&gt; CSS pseudo-class&lt;/a&gt;
is now Baseline Newly available. This selector allows developers to target and
style the root element of a document specifically while a view transition is in
progress. This is particularly useful for applying global styles or adjustments
that should only exist during the transition period, such as changing the
background color of the transition overlay or adjusting the z-index of specific
layers to ensure a smooth visual flow.&lt;/p&gt;

&lt;h3 id=&quot;javascript_modules_in_service_workers&quot; data-text=&quot;JavaScript modules in service workers&quot; tabindex=&quot;-1&quot;&gt;JavaScript modules in service workers&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/ServiceWorkerContainer/register#module&quot;&gt;Service workers now support JavaScript modules&lt;/a&gt;
across all major browser engines. By setting the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;type: &#39;module&#39;&lt;/code&gt; option when
calling &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;navigator.serviceWorker.register()&lt;/code&gt;, you can use standard &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;import&lt;/code&gt; and
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;export&lt;/code&gt; statements within your service worker script. This brings service
workers in line with modern JavaScript development practices, allowing for
better code organization, easier dependency management, and the ability to share
code between the main thread and the background worker.&lt;/p&gt;

&lt;h3 id=&quot;navigation_api&quot; data-text=&quot;Navigation API&quot; tabindex=&quot;-1&quot;&gt;Navigation API&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Navigation_API&quot;&gt;The Navigation API&lt;/a&gt;
provides a modern, purpose-built alternative to the legacy History API,
specifically designed for the needs of single-page applications (SPAs). It
offers a centralized way to initiate, intercept, and manage all types of
navigation actions, including those triggered by the browser&#39;s back and forward
buttons. With events like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Maps&lt;/code&gt;, developers can implement smoother client-side
routing with less boilerplate code. For a deeper dive into how this changes the
way we build for the web, check out our dedicated blog post: &lt;a href=&quot;https://web.dev/blog/baseline-navigation-api&quot;&gt;Modern client-side
routing: the Navigation API&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;rcap_css_unit&quot; data-text=&quot;rcap CSS unit&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rcap&lt;/code&gt; CSS unit&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/length#rcap&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rcap&lt;/code&gt; unit&lt;/a&gt;
is a root-font-relative length unit equal to the &quot;cap height&quot; (the nominal
height of capital letters) of the root element&#39;s font. This allows for precise
typographic layouts that scale relative to the primary typeface used on the
site, rather than just the font size.&lt;/p&gt;

&lt;h3 id=&quot;rch_css_unit&quot; data-text=&quot;rch CSS unit&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rch&lt;/code&gt; CSS unit&lt;/h3&gt;

&lt;p&gt;Similar to the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ch&lt;/code&gt; unit but relative to the root element, the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/length#rch&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rch&lt;/code&gt; unit&lt;/a&gt;
represents the width—or more specifically, the advance measure—of the &quot;0&quot; (zero)
glyph in the root element&#39;s font. It is ideal for creating layouts that depend
on character width, such as a container that should precisely fit a specific
number of characters in the root font.&lt;/p&gt;

&lt;h3 id=&quot;rex_css_unit&quot; data-text=&quot;rex CSS unit&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rex&lt;/code&gt; CSS unit&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/length#rex&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;rex&lt;/code&gt; unit&lt;/a&gt;
is
the root-relative version of &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ex&lt;/code&gt;, equal to the x-height of the root element&#39;s
font. This unit is particularly useful for vertical alignment and sizing
elements relative to the height of lowercase letters in your document&#39;s primary
typography.&lt;/p&gt;

&lt;h3 id=&quot;ric_css_unit&quot; data-text=&quot;ric CSS unit&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ric&lt;/code&gt; CSS unit&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/length#ric&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ric&lt;/code&gt; unit&lt;/a&gt; is
the root-relative counterpart to the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ic&lt;/code&gt; unit. It is equal to the &quot;ideographic&quot;
advance measure (typically the width or height of a CJK ideograph) of the root
element&#39;s font. This is a vital tool for developers building internationalized
layouts, particularly those using Chinese, Japanese, or Korean scripts.&lt;/p&gt;

&lt;h2 id=&quot;baseline_widely_available_features&quot; data-text=&quot;Baseline Widely available features&quot; tabindex=&quot;-1&quot;&gt;Baseline Widely available features&lt;/h2&gt;

&lt;p&gt;The following web features became Baseline Widely available in January 2026.&lt;/p&gt;

&lt;h3 id=&quot;two_value_css_display_property&quot; data-text=&quot;Two value CSS display property&quot; tabindex=&quot;-1&quot;&gt;Two value CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;display&lt;/code&gt; property&lt;/h3&gt;

&lt;p&gt;The
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Guides/Display/Multi-keyword_syntax&quot;&gt;multi-keyword syntax for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;display&lt;/code&gt; property&lt;/a&gt;
is now Baseline Widely available. This update lets you explicitly define
both the &quot;outer&quot; and &quot;inner&quot; display types of a box. For example, instead of the
precomposed &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;inline-flex&lt;/code&gt;, you can use &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;display: inline flex&lt;/code&gt;. This clarifies
whether an element participates in block or inline flow (the outer type) and how
its children are laid out (the inner type, like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;flex&lt;/code&gt; or &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;grid&lt;/code&gt;). This change
makes the CSS layout engine more logical and consistent for developers.&lt;/p&gt;

&lt;h3 id=&quot;the_animation-composition_css_property&quot; data-text=&quot;The animation-composition CSS property&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;animation-composition&lt;/code&gt; CSS property&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-composition&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;animation-composition&lt;/code&gt; property&lt;/a&gt;
defines how multiple animations should interact when they affect the same
property simultaneously. You can choose between &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;replace&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;add&lt;/code&gt;, or
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;accumulate&lt;/code&gt;, giving you precise control over how complex, layered animations
are calculated.&lt;/p&gt;

&lt;h3 id=&quot;array_by_copy&quot; data-text=&quot;Array by copy&quot; tabindex=&quot;-1&quot;&gt;Array by copy&lt;/h3&gt;

&lt;p&gt;JavaScript now includes
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/toReversed&quot;&gt;methods that let you transform arrays&lt;/a&gt;
without mutating the original data. Methods like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;toReversed()&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;toSorted()&lt;/code&gt;,
and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;toSpliced()&lt;/code&gt; return a new, modified copy of the array, promoting a more
functional and safer programming style.&lt;/p&gt;

&lt;h2 id=&quot;help_us_improve&quot; data-text=&quot;Help us improve&quot; tabindex=&quot;-1&quot;&gt;Help us improve&lt;/h2&gt;

&lt;p&gt;As usual, let us know if we missed anything Baseline-related, and we&#39;ll make
sure it gets captured in a future edition! If you have any questions or want to
provide feedback on Baseline, you can file an issue in our
&lt;a href=&quot;https://github.com/web-platform-dx/web-features/issues&quot;&gt;issue tracker&lt;/a&gt;.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/baseline-digest-jan-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-digest-jan-2026?hl=en</guid><pubDate>Mon, 02 Mar 2026 08:00:00 GMT</pubDate></item><item><title>New to the web platform in February</title><description>&lt;p&gt;Discover some of the interesting features that have landed in stable and beta
web browsers during February 2026.&lt;/p&gt;

&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: February 26, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;stable_browser_releases&quot; data-text=&quot;Stable browser releases&quot; tabindex=&quot;-1&quot;&gt;Stable browser releases&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.chrome.com/release-notes/145&quot;&gt;Chrome 145&lt;/a&gt;, &lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/148&quot;&gt;Firefox
148&lt;/a&gt;, and
&lt;a href=&quot;https://developer.apple.com/documentation/safari-release-notes/safari-26_3-release-notes&quot;&gt;Safari 26.3&lt;/a&gt;
released to stable during February. This post takes a look at the many new
features this month, with several things becoming Baseline Newly available.&lt;/p&gt;

&lt;aside class=&quot;note&quot;&gt;
  &lt;b&gt;Note:&lt;/b&gt; Browser compatibility data from MDN is included in these posts. This data might not be updated yet for very recent browser releases. This post displays the correct information as soon as it appears in the &lt;a href=&quot;https://github.com/mdn/browser-compat-data/releases&quot; rel=&quot;noopener&quot;&gt;browser-compat-data release&lt;/a&gt;.
&lt;/aside&gt;

&lt;h3 id=&quot;the_text-justify_css_property&quot; data-text=&quot;The text-justify CSS property&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-justify&lt;/code&gt; CSS property&lt;/h3&gt;

&lt;p&gt;Chrome 145 adds full support
for the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/text-justify&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-justify&lt;/code&gt;&lt;/a&gt; CSS
property. This property provides more control over text justification when you
use &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-align: justify&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 145.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        145
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 145.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        145
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 55.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        55
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-justify&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;column_wrapping_for_multicol&quot; data-text=&quot;Column wrapping for multicol&quot; tabindex=&quot;-1&quot;&gt;Column wrapping for multicol&lt;/h3&gt;

&lt;p&gt;Chrome 145 adds support for
the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;column-wrap&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;column-height&lt;/code&gt; CSS properties from Multicol Level 2. This
lets columns wrap onto a new row in the block direction, which helps avoid
horizontal overflow and provides more flexibility in responsive design.&lt;/p&gt;

&lt;p&gt;Learn more in &lt;a href=&quot;https://developer.chrome.com/blog/multicol-wrapping&quot;&gt;Support for wrapped columns in multi-column
layout&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 145.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        145
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 145.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        145
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/column-wrap&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;customizable_select_listbox_mode&quot; data-text=&quot;Customizable &lt;select&gt; listbox mode&quot; tabindex=&quot;-1&quot;&gt;Customizable &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;select&amp;gt;&lt;/code&gt; listbox mode&lt;/h3&gt;

&lt;p&gt;Chrome 145 also includes the
customizable &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;select&amp;gt;&lt;/code&gt; listbox rendering mode. This renders the select element
in-flow or in the page, rather than with a separate button and popup.&lt;/p&gt;

&lt;h3 id=&quot;the_shape_css_function&quot; data-text=&quot;The shape() CSS function&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shape()&lt;/code&gt; CSS function&lt;/h3&gt;

&lt;p&gt;Firefox
148
adds the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/basic-shape/shape&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shape()&lt;/code&gt;&lt;/a&gt;
CSS function by default. It lets you define custom shapes in properties like
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;clip-path&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;offset-path&lt;/code&gt; using standard CSS syntax, to create and edit
shapes with CSS units and math functions.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 135.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        135
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 135.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        135
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 148.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        148
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 18.4.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        18.4
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/basic-shape/shape&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;iterators_in_javascript&quot; data-text=&quot;Iterators in JavaScript&quot; tabindex=&quot;-1&quot;&gt;Iterators in JavaScript&lt;/h3&gt;

&lt;p&gt;Firefox 148
introduces
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Iterator/zip&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Iterator.zip()&lt;/code&gt;&lt;/a&gt;
and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Iterator.zipKeyed()&lt;/code&gt;. These static methods return a new iterator that
groups input elements at each iteration step across multiple data sources.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Chrome: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Edge: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 148.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        148
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Iterator/zip&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_html_sanitizer_api&quot; data-text=&quot;The HTML Sanitizer API&quot; tabindex=&quot;-1&quot;&gt;The HTML Sanitizer API&lt;/h3&gt;

&lt;p&gt;Firefox 148
now supports the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/HTML_Sanitizer_API&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;HTML Sanitizer
API&lt;/code&gt;&lt;/a&gt;. This lets
you safely filter HTML before inserting it into the DOM, which helps reduce the
risk of XSS attacks.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 146.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        146
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 146.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        146
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 148.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        148
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Sanitizer&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;device_bound_session_credentials_dbsc&quot; data-text=&quot;Device Bound Session Credentials (DBSC)&quot; tabindex=&quot;-1&quot;&gt;Device Bound Session Credentials (DBSC)&lt;/h3&gt;

&lt;p&gt;Chrome 145 lets websites bind
a user&#39;s session to their specific device using &lt;a href=&quot;https://developer.chrome.com/docs/web-platform/device-bound-session-credentials&quot;&gt;Device Bound Session
Credentials
(DBSC)&lt;/a&gt;.
This makes it significantly harder to use stolen session cookies on other
machines.&lt;/p&gt;

&lt;h3 id=&quot;overflow_on_replaced_elements&quot; data-text=&quot;Overflow on replaced elements&quot; tabindex=&quot;-1&quot;&gt;Overflow on replaced elements&lt;/h3&gt;

&lt;p&gt;In Firefox
148, you can
now use the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;overflow&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;overflow-x&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;overflow-y&lt;/code&gt; CSS properties on
replaced elements (for example, images or video) in the same way you use them
with other elements.&lt;/p&gt;

&lt;h3 id=&quot;the_origin_api&quot; data-text=&quot;The Origin API&quot; tabindex=&quot;-1&quot;&gt;The Origin API&lt;/h3&gt;

&lt;p&gt;Chrome 145 fills a gap in the
platform by introducing an &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Origin&lt;/code&gt; object. This object encapsulates the origin
concept and provides helpful methods, such as comparison, serialization, and
parsing.&lt;/p&gt;

&lt;h3 id=&quot;zstandard_zstd_compression&quot; data-text=&quot;Zstandard (Zstd) compression&quot; tabindex=&quot;-1&quot;&gt;Zstandard (Zstd) compression&lt;/h3&gt;

&lt;p&gt;Safari
26.3
introduces support for Zstandard (Zstd). This compression algorithm makes
website files smaller and improves loading speeds and efficiency. You can use
Zstd for HTTP compression, which provides faster decompression and better
compression ratios.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 123.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        123
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 123.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        123
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 126.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        126
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.3.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.3
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Content-Encoding#zstd&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;beta_browser_releases&quot; data-text=&quot;Beta browser releases&quot; tabindex=&quot;-1&quot;&gt;Beta browser releases&lt;/h2&gt;

&lt;p&gt;Beta browser versions provide a preview of features that will be in the next
stable browser release. You can test new features or removals that might affect
your site before the stable release. New beta releases this month include
&lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/149&quot;&gt;Firefox 149&lt;/a&gt;
and &lt;a href=&quot;https://developer.chrome.com/blog/chrome-146-beta&quot;&gt;Chrome 146&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.chrome.com/blog/chrome-146-beta&quot;&gt;Chrome 146&lt;/a&gt; adds
scroll-triggered animations in CSS and also includes the Sanitizer API. &lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/149&quot;&gt;Firefox
149&lt;/a&gt; includes
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;popover=&quot;hint&quot;&lt;/code&gt;, the Close Watcher API, and the Reporting API.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/web-platform-02-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/web-platform-02-2026?hl=en</guid><pubDate>Thu, 26 Feb 2026 08:00:00 GMT</pubDate></item><item><title>Navigation API - a better way to navigate, is now Baseline Newly Available</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: Feb 17, 2026
&lt;/p&gt;

&lt;devsite-iframe&gt;&lt;iframe src=&quot;https://web.dev/frame/blog/baseline-navigation-api/index_e692bcf2ba3e22eb837e46684d27f01a356da77bae31c864ec705030e6cc60d4.frame&quot; class=&quot;framebox inherit-locale &quot; allow=&quot;clipboard-write https://web-dot-devsite-v2-prod-3p.appspot.com&quot; allowfullscreen=&quot;&quot; is-upgraded=&quot;&quot; referrerpolicy=&quot;no-referrer&quot;&gt;&lt;/iframe&gt;&lt;/devsite-iframe&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;For over a decade, we&#39;ve relied on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;window.history&lt;/code&gt; to build &lt;a href=&quot;https://en.wikipedia.org/wiki/Single-page_application&quot;&gt;Single Page Applications (SPAs)&lt;/a&gt;, and for over a decade, we&#39;ve complained about it. The reason? It was never really designed for SPAs. To provide a seamless experience, SPAs must mimic standard multi-page navigation by manually tapping into the browser&#39;s history to support the back and forward buttons.&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/History_API&quot;&gt;History API&lt;/a&gt; alleviated some of these pain points, but not without its own shortcomings, like being unable to detect all different types of navigation triggers. Other notable limitations include the inability to read the full history stack, or edit non-current entries. The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;popstate&lt;/code&gt; event also behaves inconsistently, and doesn&#39;t trigger when &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;pushState&lt;/code&gt; or &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;replaceState&lt;/code&gt; are called programmatically.&lt;/p&gt;

&lt;p&gt;That era ends now. The &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Navigation_API&quot;&gt;Navigation API&lt;/a&gt; is here, and it&#39;s finally becoming Baseline Newly available across all major browsers as of early 2026.&lt;/p&gt;

&lt;h2 id=&quot;a_side_by_side_comparison&quot; data-text=&quot;A side by side comparison&quot; tabindex=&quot;-1&quot;&gt;A side by side comparison&lt;/h2&gt;

&lt;p&gt;To illustrate the difference, this section compares how we&#39;ve historically handled client-side routing versus the new, streamlined approach powered by the Navigation API.&lt;/p&gt;

&lt;h3 id=&quot;the_old_way&quot; data-text=&quot;The old way&quot; tabindex=&quot;-1&quot;&gt;The old way&lt;/h3&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// 1. Function to navigate programmatically&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;navigate&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;path&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Update the URL without a page refresh&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nb&quot;&gt;window&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;history&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pushState&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;path&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;},&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s1&quot;&gt;&#39;&#39;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;path&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Manually trigger the UI update&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;renderContent&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;path&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// 2. Listener for browser navigation (Back/Forward buttons)&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-nb&quot;&gt;window&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;addEventListener&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s1&quot;&gt;&#39;popstate&#39;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&amp;gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// event.state contains the object we pushed in navigate()&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;path&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;state&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;?&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;path&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;||&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nb&quot;&gt;window&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;location&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;renderContent&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;path&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// 3. Mock UI renderer&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;renderContent&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;path&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;console&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;log&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-sb&quot;&gt;`Rendering UI for: &lt;/span&gt;&lt;span class=&quot;devsite-syntax-si&quot;&gt;${&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;path&lt;/span&gt;&lt;span class=&quot;devsite-syntax-si&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;devsite-syntax-sb&quot;&gt;...`&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Example usage:&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// navigate(&#39;/dashboard&#39;);&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;h3 id=&quot;how_the_navigation_api_works&quot; data-text=&quot;How the Navigation API works&quot; tabindex=&quot;-1&quot;&gt;How the Navigation API works&lt;/h3&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// 1. One central listener for ALL navigation&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// This catches: links, back/forward buttons, AND programmatic calls&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-nx&quot;&gt;navigation&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;addEventListener&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s1&quot;&gt;&#39;navigate&#39;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&amp;gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;URL&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;destination&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Intercept the navigation to prevent a full page reload&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;intercept&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;async&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;handler&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// The API handles the URL update; you just handle the UI&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;await&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;renderContent&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// 2. Mock UI renderer&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-k&quot;&gt;async&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;renderContent&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;path&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;console&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;log&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-sb&quot;&gt;`Rendering UI for: &lt;/span&gt;&lt;span class=&quot;devsite-syntax-si&quot;&gt;${&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;path&lt;/span&gt;&lt;span class=&quot;devsite-syntax-si&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;devsite-syntax-sb&quot;&gt;...`&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Example usage:&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// navigation.navigate(&#39;/dashboard&#39;);&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;Building a router with the History API felt like assembling a puzzle, since you had to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Listen for clicks on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;a&amp;gt;&lt;/code&gt; tags globally.&lt;/li&gt;
&lt;li&gt;Call &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;preventDefault()&lt;/code&gt; on them.&lt;/li&gt;
&lt;li&gt;Manually call &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;history.pushState()&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Manually update your DOM.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Separately&lt;/em&gt; listen for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;popstate&lt;/code&gt; event to handle the back/forward buttons.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you forgot to handle one edge case, users might accidentally end up at the wrong view, highlighting its fragility.&lt;/p&gt;

&lt;p&gt;The Navigation API radically simplifies this. It gives you a single, centralized &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/NavigateEvent&quot;&gt;NavigateEvent&lt;/a&gt; for every navigation—whether it&#39;s a user clicking a link, submitting a form, hitting the back button, or your code calling &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;navigation.navigate()&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;event.intercept()&lt;/code&gt; function does a lot of the heavy lifting for you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Automatic URL updates:&lt;/strong&gt; Handles updating the address bar and the history stack, without the need to call &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;pushState&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Automatic accessibility:&lt;/strong&gt; Handles accessibility primitives like focus management (restoring focus after navigation) automatically.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Centralized logic:&lt;/strong&gt; Handles the back button and click events in the exact same function.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;some_more_use_cases&quot; data-text=&quot;Some more use cases&quot; tabindex=&quot;-1&quot;&gt;Some more use cases&lt;/h2&gt;

&lt;p&gt;We look at a few more examples in this section to highlight more ways the Navigation API can be leveraged.&lt;/p&gt;

&lt;h3 id=&quot;example_handling_a_form_submission&quot; data-text=&quot;Example: Handling a form submission&quot; tabindex=&quot;-1&quot;&gt;Example: Handling a form submission&lt;/h3&gt;

&lt;p&gt;The navigate event automatically catches all same-document form submissions and provides a &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/NavigateEvent/formData&quot;&gt;NavigateEvent.formData&lt;/a&gt; property to access the data.&lt;/p&gt;

&lt;p&gt;This example captures a standard HTML form submission, prevents the page reload, and processes the data asynchronously.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// 1. One central listener handles links AND forms&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-nx&quot;&gt;navigation&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;addEventListener&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s1&quot;&gt;&#39;navigate&#39;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&amp;gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Only handle form POST submissions in this block&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;formData&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &amp;amp;&amp;amp; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;canIntercept&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;intercept&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;async&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;handler&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;        &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;data&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;formData&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;        &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;console&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;log&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-sb&quot;&gt;`Submitting form data...`&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-w&quot;&gt;        &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;username&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;data&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;get&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s1&quot;&gt;&#39;username&#39;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-w&quot;&gt;        &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Perform your async API call&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;        &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;postFormData&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;data&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-w&quot;&gt;        &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Update UI without a page refresh&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;        &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;renderSuccessMessage&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;username&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// 2. Standard HTML form (No JS &#39;onsubmit&#39; needed!)&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// &amp;lt;form action=&quot;/login&quot; method=&quot;POST&quot;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-c1&quot;&gt;//   &amp;lt;input name=&quot;username&quot; type=&quot;text&quot; required /&amp;gt;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-c1&quot;&gt;//   &amp;lt;button type=&quot;submit&quot;&amp;gt;Login&amp;lt;/button&amp;gt;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// &amp;lt;/form&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;h3 id=&quot;example_handling_async_scrolling&quot; data-text=&quot;Example: Handling async scrolling&quot; tabindex=&quot;-1&quot;&gt;Example: Handling async scrolling&lt;/h3&gt;

&lt;p&gt;In the Navigation API, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;event.scroll()&lt;/code&gt; gives you manual control over when the browser restores scroll position during a navigation.&lt;/p&gt;

&lt;p&gt;By default, the browser tries to restore scroll position as soon as &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;event.intercept()&lt;/code&gt; is called. However, in modern SPAs, the content often isn&#39;t ready yet (you might be waiting for an API response). If the browser scrolls before the content is rendered, it will land in the wrong place or stay at the top.&lt;/p&gt;

&lt;p&gt;Imagine a user clicks the back button to return to a long list of items. We will need to fetch those items before the page is long enough to go to the end.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;navigation&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;addEventListener&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s1&quot;&gt;&#39;navigate&#39;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&amp;gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;!&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;canIntercept&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;intercept&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Tells the browser: &quot;I will handle the scroll timing manually&quot;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;scroll&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s1&quot;&gt;&#39;manual&#39;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;,&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;async&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;handler&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// 1. Fetch data and render it&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;data&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;await&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;fetchListData&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;();&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;renderItems&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;data&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// 2. Now that the items are in the DOM and the page has height,&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;//    we can move the scrollbar to the saved position (for back/forward)&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;//    or to the top (for new navigations).&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;scroll&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;();&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;h3 id=&quot;example_enabling_view_transitions&quot; data-text=&quot;Example: Enabling view transitions&quot; tabindex=&quot;-1&quot;&gt;Example: Enabling view transitions&lt;/h3&gt;

&lt;p&gt;The &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Navigation_API&quot;&gt;Navigation API&lt;/a&gt; and &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/View_Transition_API&quot;&gt;View Transitions API&lt;/a&gt; are designed to work together to create seamless, &quot;app-like&quot; transitions in SPAs.&lt;/p&gt;

&lt;p&gt;While intercepting a navigation event, we can wrap the DOM updates in a &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Document/startViewTransition&quot;&gt;document.startViewTransition()&lt;/a&gt;. This tells the browser to capture a snapshot of the &quot;old&quot; state, perform the required DOM changes, and then animate to the &quot;new&quot; state. This can allow us to support app-like transitions!&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;navigation&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;addEventListener&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s1&quot;&gt;&#39;navigate&#39;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&amp;gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;!&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;canIntercept&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;URL&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;destination&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;intercept&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;async&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;handler&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// 1. Fetch the new content first (optional but recommended)&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;content&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;await&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;fetchNewPageContent&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// 2. Start the view transition&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nb&quot;&gt;document&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;startViewTransition&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(()&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&amp;gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;        &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// 3. Update the DOM inside the callback&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;        &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// The browser snapshots the old UI before this and the new UI after&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;        &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nb&quot;&gt;document&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;getElementById&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s1&quot;&gt;&#39;app&#39;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;innerHTML&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;content&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;      &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;h2 id=&quot;in_summary&quot; data-text=&quot;In summary&quot; tabindex=&quot;-1&quot;&gt;In summary&lt;/h2&gt;

&lt;p&gt;As seen with the preceding examples, the Navigation API fixes deep architectural issues with navigating SPAs, a long-standing pain point among many web developers. It is built-in, safe, and handles edge cases robustly.&lt;/p&gt;

&lt;p&gt;As of early 2026, with support landing in Safari and Firefox, the Navigation API is ready for prime time. It&#39;s the router we always wanted—simple, powerful, and built for the modern web.&lt;/p&gt;
  

  
</description><link>https://web.dev/blog/baseline-navigation-api?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-navigation-api?hl=en</guid><pubDate>Tue, 17 Feb 2026 08:00:00 GMT</pubDate></item><item><title>Interop 2026: Continuing to improve the web for developers</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: February 12, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;We&#39;re excited to announce &lt;strong&gt;Interop 2026&lt;/strong&gt;, an effort to increase the interoperability of key features of the web platform across browsers. Run by a team of representatives from companies that make substantial contributions to browser rendering engines—including Apple, Google, Igalia, Microsoft, and Mozilla—Interop 2026 focuses on features that are high-priority for web developers and end users.&lt;/p&gt;

&lt;p&gt;Consistent with earlier Interop efforts, selected tests will be continuously run on automated testing infrastructure, with pass rates displayed on the &lt;a href=&quot;https://wpt.fyi/interop-2026&quot;&gt;Interop 2026 dashboard&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;focus_areas&quot; data-text=&quot;Focus Areas&quot; tabindex=&quot;-1&quot;&gt;Focus Areas&lt;/h2&gt;

&lt;p&gt;The focus areas for 2026 include several areas identified as top
interop issues in the State of HTML and State of CSS surveys.
We track these issues on &lt;a href=&quot;https://webstatus.dev/&quot;&gt;webstatus.dev&lt;/a&gt;.
Many features included this year also appear in the top 20 requested issues in
the &lt;a href=&quot;https://github.com/web-platform-dx/developer-signals/issues?q=is:issue+state:open+sort:reactions-%2B1-desc+label:feature&quot;&gt;developer signals repository&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;anchor_positioning&quot; data-text=&quot;Anchor positioning&quot; tabindex=&quot;-1&quot;&gt;Anchor positioning&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Appears in: Top interop issues, developer signals &lt;a href=&quot;https://github.com/web-platform-dx/developer-signals/issues/245&quot;&gt;anchor positioning&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Anchor positioning lets you place an element based on the position of another element, such as placing a tooltip next to the content it references. This focus area continues from Interop 2025 and includes only the tests from 2025.&lt;/p&gt;

&lt;h3 id=&quot;container_style_queries&quot; data-text=&quot;Container style queries&quot; tabindex=&quot;-1&quot;&gt;Container style queries&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Appears in: Top interop issues, developer signals &lt;a href=&quot;https://github.com/web-platform-dx/developer-signals/issues/196&quot;&gt;container style queries&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Container style queries apply styles to an element based on the computed values of custom properties of its container, using the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@container&lt;/code&gt; at-rule together with one or more &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;style()&lt;/code&gt; functions.&lt;/p&gt;

&lt;h3 id=&quot;dialogs_and_popovers&quot; data-text=&quot;Dialogs and popovers&quot; tabindex=&quot;-1&quot;&gt;Dialogs and popovers&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Appears in: Top interop issues, developer signals &lt;a href=&quot;https://github.com/web-platform-dx/developer-signals/issues/279&quot;&gt;closedby&lt;/a&gt;, &lt;a href=&quot;https://github.com/web-platform-dx/developer-signals/issues/274&quot;&gt;hint&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;For Interop 2026, work on the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;dialog&amp;gt;&lt;/code&gt; element and Popover API focuses on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;dialog closedby&amp;gt;&lt;/code&gt; attribute, which sets the user actions that close a dialog (for example, clicking outside the dialog).&lt;/li&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:open&lt;/code&gt; CSS pseudo-class, which matches elements that have open states.&lt;/li&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;popover=&quot;hint&quot;&lt;/code&gt; global attribute, which creates a popover subordinate to other auto popovers, useful for tooltips.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;scroll-driven_animations&quot; data-text=&quot;Scroll-driven animations&quot; tabindex=&quot;-1&quot;&gt;Scroll-driven animations&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Appears in: Top interop issues&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This includes the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;animation-timeline&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scroll-timeline&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;view-timeline&lt;/code&gt; CSS properties, which advance animations based on the user&#39;s scroll position.&lt;/p&gt;

&lt;h3 id=&quot;view_transitions&quot; data-text=&quot;View transitions&quot; tabindex=&quot;-1&quot;&gt;View transitions&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Appears in: Top interop issues, developer signals &lt;a href=&quot;https://github.com/web-platform-dx/developer-signals/issues/248&quot;&gt;Cross-document view transitions&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Interop 2025 brought same-document view transitions to Baseline Newly available. For Interop 2026, the view transitions work focuses on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Improving same-document view transitions.&lt;/li&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;blocking=&quot;render&quot;&lt;/code&gt; attribute for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;link&amp;gt;&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;script&amp;gt;&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;style&amp;gt;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;link rel=&quot;expect&quot;&amp;gt;&lt;/code&gt; attribute.&lt;/li&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:active-view-transition-type()&lt;/code&gt; CSS pseudo-class.&lt;/li&gt;
&lt;li&gt;Cross-document view transitions.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;the_attr_css_function&quot; data-text=&quot;The attr() CSS function&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;attr()&lt;/code&gt; CSS function&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Appears in developer signals &lt;a href=&quot;https://github.com/web-platform-dx/developer-signals/issues/293&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;attr()&lt;/code&gt;&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;attr()&lt;/code&gt; CSS function returns the value of an attribute of an HTML element, with the option to return that value as a specific type or with a specific unit.&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;As well as these key features highlighted by you in the surveys, Interop 2026 includes:&lt;/p&gt;

&lt;h3 id=&quot;the_contrast-color_css_function&quot; data-text=&quot;The contrast-color() CSS function&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contrast-color()&lt;/code&gt; CSS function&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contrast-color()&lt;/code&gt; CSS function selects a color that has guaranteed contrast against a specified foreground or background color.&lt;/p&gt;

&lt;h3 id=&quot;custom_highlights&quot; data-text=&quot;Custom highlights&quot; tabindex=&quot;-1&quot;&gt;Custom highlights&lt;/h3&gt;

&lt;p&gt;Custom highlights let you style arbitrary text ranges without adding extra elements to the DOM.&lt;/p&gt;

&lt;h3 id=&quot;fetch_uploads_and_ranges&quot; data-text=&quot;Fetch uploads and ranges&quot; tabindex=&quot;-1&quot;&gt;Fetch uploads and ranges&lt;/h3&gt;

&lt;p&gt;Work on the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;fetch()&lt;/code&gt; method focuses on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ReadableStream&lt;/code&gt; in the body to stream data to the server, supporting &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;FormData&lt;/code&gt; and media types for requests and responses, and supporting the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Range&lt;/code&gt; header.&lt;/p&gt;

&lt;h3 id=&quot;indexeddb&quot; data-text=&quot;IndexedDB&quot; tabindex=&quot;-1&quot;&gt;IndexedDB&lt;/h3&gt;

&lt;p&gt;The IndexedDB focus area targets the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;getAllRecords()&lt;/code&gt; methods of &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;IDBObjectStore&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;IDBIndex&lt;/code&gt;. These methods speed up read operations on large datasets by returning records and their primary keys in batches.&lt;/p&gt;

&lt;h3 id=&quot;jspi_for_wasm&quot; data-text=&quot;JSPI for Wasm&quot; tabindex=&quot;-1&quot;&gt;JSPI for Wasm&lt;/h3&gt;

&lt;p&gt;The JavaScript Promise Integration API (JSPI) lets Wasm applications that expect synchronous access to external functionality work in an environment where that functionality is asynchronous.&lt;/p&gt;

&lt;h3 id=&quot;media_pseudo-classes&quot; data-text=&quot;Media pseudo-classes&quot; tabindex=&quot;-1&quot;&gt;Media pseudo-classes&lt;/h3&gt;

&lt;p&gt;This area includes the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:playing&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:paused&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:seeking&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:buffering&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:stalled&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:muted&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:volume-locked&lt;/code&gt; CSS pseudo-classes, which match &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;audio&amp;gt;&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;video&amp;gt;&lt;/code&gt; elements based on their state.&lt;/p&gt;

&lt;h3 id=&quot;navigation_api&quot; data-text=&quot;Navigation API&quot; tabindex=&quot;-1&quot;&gt;Navigation API&lt;/h3&gt;

&lt;p&gt;This year, the work will focus on continuing to improve the interoperability of the Navigation API, and on the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;precommitHandler&lt;/code&gt; option to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;navigateEvent.intercept()&lt;/code&gt;, which defers the commit until a handler has resolved.&lt;/p&gt;

&lt;h3 id=&quot;scoped_custom_element_registries&quot; data-text=&quot;Scoped custom element registries&quot; tabindex=&quot;-1&quot;&gt;Scoped custom element registries&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;CustomElementRegistry()&lt;/code&gt; constructor creates a new custom element registry separate from the global one, letting multiple custom elements with the same tag name coexist.&lt;/p&gt;

&lt;h3 id=&quot;scroll_snap&quot; data-text=&quot;Scroll snap&quot; tabindex=&quot;-1&quot;&gt;Scroll snap&lt;/h3&gt;

&lt;p&gt;This focus area covers CSS scroll snap, which controls panning and scrolling behavior within a scroll container.&lt;/p&gt;

&lt;h3 id=&quot;the_shape_css_function&quot; data-text=&quot;The shape() CSS function&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shape()&lt;/code&gt; CSS function&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shape()&lt;/code&gt; CSS function creates shapes using commands like line, move, and curve, and can be used with &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;clip-path&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;shape-outside&lt;/code&gt;.&lt;/p&gt;

&lt;h3 id=&quot;web_compat&quot; data-text=&quot;Web compat&quot; tabindex=&quot;-1&quot;&gt;Web compat&lt;/h3&gt;

&lt;p&gt;This area targets specific interoperability issues that cause real-world problems, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ESM module loading.&lt;/li&gt;
&lt;li&gt;The timing of scroll events relative to animation events.&lt;/li&gt;
&lt;li&gt;Unprefixing the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;-webkit-user-select&lt;/code&gt; property.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;webrtc&quot; data-text=&quot;WebRTC&quot; tabindex=&quot;-1&quot;&gt;WebRTC&lt;/h3&gt;

&lt;p&gt;For Interop 2026, work focuses on fixing the remaining failing tests from the Interop 2025 focus area and continuing to improve WebRTC interoperability.&lt;/p&gt;

&lt;h3 id=&quot;the_webtransport_api&quot; data-text=&quot;The WebTransport API&quot; tabindex=&quot;-1&quot;&gt;The WebTransport API&lt;/h3&gt;

&lt;p&gt;This area covers the WebTransport API, which transmits data between a client and server using the HTTP/3 protocol.&lt;/p&gt;

&lt;h3 id=&quot;the_zoom_css_property&quot; data-text=&quot;The zoom CSS property&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;zoom&lt;/code&gt; CSS property&lt;/h3&gt;

&lt;p&gt;Continuing from Interop 2025, this area focuses on the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;zoom&lt;/code&gt; CSS property, which scales the size of an element and affects page layout.&lt;/p&gt;

&lt;h2 id=&quot;investigation_efforts&quot; data-text=&quot;Investigation efforts&quot; tabindex=&quot;-1&quot;&gt;Investigation efforts&lt;/h2&gt;

&lt;p&gt;Interop 2026 also includes investigation efforts to prepare future features for testing and interoperability work:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Accessibility testing:&lt;/strong&gt; Working to generate consistent accessibility trees across browsers and improving WPT infrastructure.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;JPEG XL:&lt;/strong&gt; Focusing on making the JPEG XL image format testable, including defining requirements for progressive rendering.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mobile testing:&lt;/strong&gt; Improving WPT infrastructure to test mobile-specific features like dynamic viewport changes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;WebVTT:&lt;/strong&gt; Fixing tests and updating documentation to improve understanding of standard conformance.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;track_progress_through_2026&quot; data-text=&quot;Track progress through 2026&quot; tabindex=&quot;-1&quot;&gt;Track progress through 2026&lt;/h2&gt;

&lt;p&gt;Follow along with the project on the &lt;a href=&quot;https://wpt.fyi/interop-2026&quot;&gt;Interop 2026 dashboard&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;other_announcements&quot; data-text=&quot;Other announcements&quot; tabindex=&quot;-1&quot;&gt;Other announcements&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://webkit.org/blog/17818/announcing-interop-2026/&quot;&gt;Apple&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://igalia.com/news/interop-2026.html&quot;&gt;Igalia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blogs.windows.com/msedgedev/2026/02/12/microsoft-edge-and-interop-2026/&quot;&gt;Microsoft&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hacks.mozilla.org/2026/02/launching-interop-2026/&quot;&gt;Mozilla&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

  

  
</description><link>https://web.dev/blog/interop-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/interop-2026?hl=en</guid><pubDate>Thu, 12 Feb 2026 08:00:00 GMT</pubDate></item><item><title>Start our latest course, Learn AI!</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: February 5, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;We know, AI is everywhere. Every company is touting new AI features,
integrations, and more. There&#39;s hundreds, if not thousands of models to choose
from, everyone is competing for your attention. How do you make those choices?&lt;/p&gt;

&lt;p&gt;Introducing our new course that aims to answer those questions:
&lt;a href=&quot;https://web.dev/learn/ai&quot;&gt;Learn AI&lt;/a&gt;. This course was written by
&lt;a href=&quot;https://www.linkedin.com/in/janna-lipenkova-07137399/&quot;&gt;Dr. Janna Lipenkova&lt;/a&gt;,
author of the &lt;a href=&quot;https://www.google.com/books/edition/The_Art_of_AI_Product_Development/XHZmEQAAQBAJ&quot;&gt;Art of AI Product Development&lt;/a&gt;,
with a welcome message from &lt;a href=&quot;https://alexandrascript.com/&quot;&gt;Alexandra Klepper&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This is &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;web.dev&lt;/code&gt;, which means our course is written for web developers. We
don&#39;t get into the weeds of the mathematical principles and algorithms behind
building your own model. Instead, we offer structures to support your technical
leadership, building a responsible system for successful features.&lt;/p&gt;

&lt;p&gt;We recommend you take this course in order, as the introduction lays a
foundation of AI system blueprints: how do you build a system, where do you
build it, and what problems does it solve?&lt;/p&gt;

&lt;p&gt;Discover some new best practices and build your expertise in thoughtful AI
deployment.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://web.dev/learn/ai&quot; class=&quot;button&quot;&gt;Start learning &lt;span class=&quot;material-icons&quot; aria-hidden=&quot;true&quot; translate=&quot;no&quot;&gt;chevron_right&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;

&lt;aside class=&quot;meettheteam success&quot;&gt;
  &lt;p&gt;Are you wondering about Learn AI? Is there content you&#39;d like to see in
  future updates? Chat with us on
  &lt;a href=&quot;https://bsky.app/profile/developer.chrome.com&quot;&gt;BlueSky&lt;/a&gt;,
  &lt;a href=&quot;https://issuetracker.google.com/issues/new?component=1400680&amp;amp;template=1964263&quot;&gt;file a request for content&lt;/a&gt;,
  or set up one-on-one office hours with the
  &lt;a href=&quot;https://web.dev/articles/ai-team&quot;&gt;Web.dev AI Team&lt;/a&gt;.&lt;/p&gt;
&lt;/aside&gt;

  

  
</description><link>https://web.dev/blog/learn-ai-launch?hl=en</link><guid isPermaLink="false">https://web.dev/blog/learn-ai-launch?hl=en</guid><pubDate>Thu, 05 Feb 2026 08:00:00 GMT</pubDate></item><item><title>New to the web platform in January</title><description>&lt;p&gt;Discover some of the interesting features that have landed in stable and beta
web browsers during January 2026.&lt;/p&gt;

&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: January 30, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;stable_browser_releases&quot; data-text=&quot;Stable browser releases&quot; tabindex=&quot;-1&quot;&gt;Stable browser releases&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.chrome.com/release-notes/144&quot;&gt;Chrome 144&lt;/a&gt; and &lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/147&quot;&gt;Firefox
147&lt;/a&gt; released
to stable during January. This post takes a look at the many new features this
month, with several things becoming Baseline Newly available.&lt;/p&gt;

&lt;aside class=&quot;note&quot;&gt;
  &lt;b&gt;Note:&lt;/b&gt; Browser compatibility data pulled from MDN is included in these posts and may not have been updated yet for very recent browser releases. The post will show the correct information as soon as it appears in the &lt;a href=&quot;https://github.com/mdn/browser-compat-data/releases&quot; rel=&quot;noopener&quot;&gt;browser-compat-data release&lt;/a&gt;.
&lt;/aside&gt;

&lt;h3 id=&quot;css_anchor_positioning&quot; data-text=&quot;CSS Anchor Positioning&quot; tabindex=&quot;-1&quot;&gt;CSS Anchor Positioning&lt;/h3&gt;

&lt;p&gt;Firefox 147 includes support for CSS Anchor Positioning, making this feature
&lt;a href=&quot;https://web.dev/baseline&quot;&gt;Baseline Newly available&lt;/a&gt;. This API lets you position elements
relative to other elements, known as anchors. This is useful for tooltips,
menus, and popovers, where you want an element to be positioned relative to
another element on the page.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 151.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        151
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/position-anchor&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_navigation_api&quot; data-text=&quot;The Navigation API&quot; tabindex=&quot;-1&quot;&gt;The Navigation API&lt;/h3&gt;

&lt;p&gt;Also becoming &lt;a href=&quot;https://web.dev/baseline&quot;&gt;Baseline Newly available&lt;/a&gt; with Firefox 147 is the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Navigation_API&quot;&gt;Navigation API&lt;/a&gt;.
This API provides a modern way to initiate, intercept, and manage navigations in
your application.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 102.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        102
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 102.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        102
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Navigation&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;find-in-page_styling_with_search-text&quot; data-text=&quot;Find-in-page styling with ::search-text&quot; tabindex=&quot;-1&quot;&gt;Find-in-page styling with &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;::search-text&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Chrome 144 includes the
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;::search-text&lt;/code&gt;
pseudo-element. This feature exposes find-in-page search result styling to
authors as a highlight pseudo-element, similar to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;::selection&lt;/code&gt; and
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;::spelling-error&lt;/code&gt;. This lets you customize the appearance of search results
when a user uses the browser&#39;s find-in-page functionality.&lt;/p&gt;

&lt;p&gt;Find out more on the Igalia blog in
&lt;a href=&quot;https://blogs.igalia.com/schenney/find-in-page-highlight-styling/&quot;&gt;Find-in-Page Highlight styling&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/::search-text&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_geolocation_element&quot; data-text=&quot;The &lt;geolocation&gt; element&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;geolocation&amp;gt;&lt;/code&gt; element&lt;/h3&gt;

&lt;p&gt;Chrome 144 introduces the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;geolocation&amp;gt;&lt;/code&gt; element, a declarative, user-activated control for accessing the user&#39;s location. It streamlines the user and developer journey by handling the permission flow and directly providing location data to the site, often eliminating the need for a separate JavaScript API call.&lt;/p&gt;

&lt;p&gt;Learn more in
&lt;a href=&quot;https://developer.chrome.com/blog/geolocation-html-element&quot;&gt;Introducing the HTML &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;geolocation&amp;gt;&lt;/code&gt; element&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/geolocation&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_temporal_api&quot; data-text=&quot;The Temporal API&quot; tabindex=&quot;-1&quot;&gt;The Temporal API&lt;/h3&gt;

&lt;p&gt;Chrome 144 includes the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal&quot;&gt;Temporal
API&lt;/a&gt;.
This provides standard objects and functions for working with dates and times.
This is a significant addition to JavaScript, offering a robust and modern
replacement for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Date&lt;/code&gt; object.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 139.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        139
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
      
      
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;flag&quot;&gt;
    &lt;img alt=&quot;Safari: behind a flag.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        &lt;img src=&quot;data:image/svg+xml,%3Csvg width=&#39;12&#39; height=&#39;14&#39; viewBox=&#39;0 0 12 14&#39; fill=&#39;none&#39; xmlns=&#39;http://www.w3.org/2000/svg&#39;%3E%3Cpath d=&#39;M0 14V0H7L7.5 2H12V10H7L6.5 8H1.5V14H0ZM8.16667 8.5H10.5V3.5H6.33333L5.83333 1.5H1.5V6.5H7.66667L8.16667 8.5Z&#39; fill=&#39;%23F29900&#39;/%3E%3C/svg%3E%0A&quot; alt=&quot;&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Temporal&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;css_caret-shape&quot; data-text=&quot;CSS caret-shape&quot; tabindex=&quot;-1&quot;&gt;CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;caret-shape&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Chrome 144 introduces the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;caret-shape&lt;/code&gt; property, which lets you specify the
shape of the text insertion caret. You can choose between &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;auto&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;bar&lt;/code&gt;,
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;block&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;underscore&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/caret-shape&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;view_transition_enhancements&quot; data-text=&quot;View Transition enhancements&quot; tabindex=&quot;-1&quot;&gt;View Transition enhancements&lt;/h3&gt;

&lt;p&gt;Firefox 147 includes identifying view transition types. These provide a mechanism by which different &lt;em&gt;types&lt;/em&gt; can be specified for active view transitions. CSS can then be used to apply animations to DOM elements when their content updates, depending on the transition type specified. Firefox 147 adds support for single-page app (SPA) view transition types only, not cross-document view transition types.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 125.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        125
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 125.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        125
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 18.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        18.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/ViewTransition/types&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;p&gt;Firefox also now supports the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;activeViewTransition&lt;/code&gt; property on the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Document&lt;/code&gt;
interface, which returns the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ViewTransition&lt;/code&gt; object for the active transition.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 142.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        142
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 142.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        142
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Document/activeViewTransition&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;beta_browser_releases&quot; data-text=&quot;Beta browser releases&quot; tabindex=&quot;-1&quot;&gt;Beta browser releases&lt;/h2&gt;

&lt;p&gt;Beta browser versions give you a preview of things that will be in the next
stable version of the browser. It&#39;s a great time to test new features, or
removals, that could impact your site before the world gets that release. New
betas this month are &lt;a href=&quot;https://developer.chrome.com/blog/chrome-145-beta&quot;&gt;Chrome
145&lt;/a&gt; and &lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/148&quot;&gt;Firefox
148&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Chrome 145 includes the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-justify&lt;/code&gt; property to control justification
methods, and improvements to multi-column layout with &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;column-wrap&lt;/code&gt; and
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;column-height&lt;/code&gt;. It also brings the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;onanimationcancel&lt;/code&gt; event to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;GlobalEventHandlers&lt;/code&gt;.
Additionally, customizable &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;select&amp;gt;&lt;/code&gt; is extended to listboxes.&lt;/p&gt;

&lt;p&gt;Firefox 148 includes support for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Location.ancestorOrigins&lt;/code&gt;, allowing you to
determine if a document is embedded in an &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;iframe&amp;gt;&lt;/code&gt; and by which sites.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/web-platform-01-2026?hl=en</link><guid isPermaLink="false">https://web.dev/blog/web-platform-01-2026?hl=en</guid><pubDate>Fri, 30 Jan 2026 08:00:00 GMT</pubDate></item><item><title>December 2025 Baseline monthly digest</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: January 26, 2026
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;As expected, December 2025 was a bit of a slow month for &lt;a href=&quot;https://web.dev/baseline&quot;&gt;Baseline&lt;/a&gt; with the developer community taking some well-deserved time off to decompress for the year&#39;s end. While this will be a quick update compared to other months in 2025, there are still plenty of highlights!&lt;/p&gt;

&lt;h2 id=&quot;baseline_newly_available_features&quot; data-text=&quot;Baseline Newly available features&quot; tabindex=&quot;-1&quot;&gt;Baseline Newly available features&lt;/h2&gt;

&lt;p&gt;The following features became Baseline Newly available in December of 2025. As a result, all of these features will become Baseline Widely available in July of 2028.&lt;/p&gt;

&lt;h3 id=&quot;documentcaretpositionfrompoint&quot; data-text=&quot;document.caretPositionFromPoint()&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;document.caretPositionFromPoint()&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Document/caretPositionFromPoint&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;document.caretPositionFromPoint()&lt;/code&gt;&lt;/a&gt; is a helpful method for finding the precise insertion point (DOM node and offset) for given viewport coordinates. This method reduces the guesswork that was often involved in finding the position of the caret in the document.&lt;/p&gt;

&lt;h3 id=&quot;event_timing_api&quot; data-text=&quot;Event Timing API&quot; tabindex=&quot;-1&quot;&gt;Event Timing API&lt;/h3&gt;

&lt;p&gt;The Event Timing API is used to detect interactions with the document, and can be used to calculate the latency of user interactions. This API is used to calculate the &lt;a href=&quot;https://web.dev/articles/inp&quot;&gt;Interaction to Next Paint (INP) Core Web Vital metric&lt;/a&gt;. &lt;a href=&quot;https://web.dev/blog/lcp-and-inp-are-now-baseline-newly-available&quot;&gt;Now that this API is Baseline Newly available&lt;/a&gt;, it&#39;s possible to calculate the INP metric across all of the core browsers, and when it eventually reaches Baseline Widely available, it will be possible to calculate this important user-centric metric across even more browsers in use for Real User Monitoring (RUM) purposes.&lt;/p&gt;

&lt;h3 id=&quot;largest_contentful_paint_api&quot; data-text=&quot;Largest Contentful Paint API&quot; tabindex=&quot;-1&quot;&gt;Largest Contentful Paint API&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://web.dev/articles/lcp&quot;&gt;Largest Contentful Paint (LCP)&lt;/a&gt; is a Core Web Vital metric that calculates when &lt;a href=&quot;https://web.dev/articles/lcp#what-elements-are-considered&quot;&gt;the largest piece of content&lt;/a&gt; in the document is rendered. Now that the &lt;a href=&quot;https://web.dev/blog/lcp-and-inp-are-now-baseline-newly-available&quot;&gt;Largest Contentful Paint API is Baseline Newly available&lt;/a&gt;—and will cover even more users as it reaches Baseline Widely available—it will be possible to calculate this important user-centric metric as experienced by real users for data collection purposes.&lt;/p&gt;

&lt;h3 id=&quot;css_scrollbar-color&quot; data-text=&quot;CSS scrollbar-color&quot; tabindex=&quot;-1&quot;&gt;CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollbar-color&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Styling scrollbars consistently across browsers was previously impossible. Now that &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scrollbar-color&quot;&gt;the CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollbar-color&lt;/code&gt;&lt;/a&gt; property is Baseline Newly available, you have access to a better method for styling the document&#39;s scrollbar color.&lt;/p&gt;

&lt;h3 id=&quot;scrollend_event&quot; data-text=&quot;scrollend event&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollend&lt;/code&gt; event&lt;/h3&gt;

&lt;p&gt;The &lt;a href=&quot;https://developer.chrome.com/blog/scrollend-a-new-javascript-event&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollend&lt;/code&gt; event&lt;/a&gt; provides a reliable way to detect when a scroll operation has finished, replacing messy &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;setTimeout&lt;/code&gt; hacks. The introduction of this feature as Baseline Newly available means that users will be able to detect when scroll operations are complete in a way that doesn&#39;t compromise performance and readability of code through the use of &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;setTimeout&lt;/code&gt; callbacks.&lt;/p&gt;

&lt;h3 id=&quot;css_scope&quot; data-text=&quot;CSS @scope&quot; tabindex=&quot;-1&quot;&gt;CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@scope&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;The &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@scope&quot;&gt;CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@scope&lt;/code&gt; at-rule&lt;/a&gt; makes it easier for you to target elements in document subtrees in a way that reduces the need for complex selectors. With &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@scope&lt;/code&gt; becoming Baseline Newly available, you now have a robust tool for scoping styles.&lt;/p&gt;

&lt;h3 id=&quot;math_font_family&quot; data-text=&quot;Math font family&quot; tabindex=&quot;-1&quot;&gt;Math font family&lt;/h3&gt;

&lt;p&gt;If you&#39;ve ever had to display mathematical equations on a page, you’ll know that such content has specific rendering needs. With &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;font-family: math&lt;/code&gt; becoming Baseline Newly available, you’ll no longer need to use hacks to display mathematical equations.&lt;/p&gt;

&lt;h3 id=&quot;invoker_commands&quot; data-text=&quot;Invoker commands&quot; tabindex=&quot;-1&quot;&gt;Invoker commands&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Invoker_Commands_API&quot;&gt;Invoker commands&lt;/a&gt; are useful for assigning behaviors to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;button&amp;gt;&lt;/code&gt; elements on a page. In particular, they&#39;re useful for controlling the use of dialogs and popovers, and help you to handle many of the underlying requirements for using these APIs, such as accessibility concerns. To see how these work, read &lt;a href=&quot;https://web.dev/articles/baseline-in-action-dialog-popover&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;dialog&amp;gt;&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;popover&lt;/code&gt;: Baseline layered UI patterns&lt;/a&gt;, an entry in our recently debuted &lt;a href=&quot;https://web.dev/series/baseline-in-action&quot;&gt;Baseline in action series&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;baseline_widely_available_features&quot; data-text=&quot;Baseline Widely available features&quot; tabindex=&quot;-1&quot;&gt;Baseline Widely available features&lt;/h2&gt;

&lt;p&gt;A few features recently became Baseline Widely available in December of 2025, meaning that these features are now considered to be broadly usable in all major browsers.&lt;/p&gt;

&lt;h3 id=&quot;calc_keywords&quot; data-text=&quot;calc() keywords&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;calc()&lt;/code&gt; keywords&lt;/h3&gt;

&lt;p&gt;As &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;calc()&lt;/code&gt; performs mathematical operations in CSS, it became more necessary to introduce &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/calc-keyword&quot;&gt;keywords&lt;/a&gt; for commonly used mathematical formulas. The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;e&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;pi&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;infinity&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;NaN&lt;/code&gt; keywords represent well-defined constants accepted in CSS math functions in &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;calc()&lt;/code&gt;.&lt;/p&gt;

&lt;h3 id=&quot;javascript_modules_in_workers&quot; data-text=&quot;JavaScript modules in workers&quot; tabindex=&quot;-1&quot;&gt;JavaScript modules in workers&lt;/h3&gt;

&lt;p&gt;Web workers exist in their own scope by design, and are instantiated through the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Worker()&lt;/code&gt; constructor. The ability to use the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;{ type: &quot;module&quot; }&lt;/code&gt; argument when starting up a web worker allows you to use ES modules in the worker scope, giving you access to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;import&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;export&lt;/code&gt;. With this functionality now reaching Baseline Widely available, you&#39;ll be able to use this feature across more of the browsers in use today.&lt;/p&gt;

&lt;h3 id=&quot;windowprint&quot; data-text=&quot;window.print()&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;window.print()&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;While &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Window/print&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;window.print()&lt;/code&gt;&lt;/a&gt; is a well-established web feature, the cross-browser Baseline Widely available clock for certain modern implementations of the print dialog completed this month, allowing it to be used more reliably across more browsers in use.&lt;/p&gt;

&lt;h2 id=&quot;thats_a_wrap&quot; data-text=&quot;That&#39;s a wrap&quot; tabindex=&quot;-1&quot;&gt;That&#39;s a wrap&lt;/h2&gt;

&lt;p&gt;With the end of 2025 behind us, we&#39;re beginning a new year with Baseline in 2026! As usual, &lt;a href=&quot;https://issuetracker.google.com/issues/new?component=1400680&amp;amp;template=1857359&quot;&gt;let us know&lt;/a&gt; if we missed anything Baseline-related, and we&#39;ll make sure it gets captured in a future edition!&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/baseline-digest-dec-2025?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-digest-dec-2025?hl=en</guid><pubDate>Mon, 26 Jan 2026 08:00:00 GMT</pubDate></item><item><title>LCP and INP are now Baseline Newly available</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: December 17, 2025
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;aside class=&quot;success&quot;&gt;
  &lt;b&gt;Celebration:&lt;/b&gt; These web features are now available in all three major browser engines, and are &lt;strong&gt;Baseline Newly available&lt;/strong&gt; as of December 12, 2025.
&lt;/aside&gt;

&lt;p&gt;With the release of Safari 26.2 on December 12th, web performance got a fantastic end of year gift with &lt;a href=&quot;https://web.dev/articles/lcp&quot;&gt;Largest Contentful Paint (LCP)&lt;/a&gt; and &lt;a href=&quot;https://web.dev/articles/inp&quot;&gt;Interaction to Next Paint (INP)&lt;/a&gt; becoming Baseline Newly available as the latest version of all major browsers now include the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/LargestContentfulPaint&quot;&gt;Largest Contentful Paint API&lt;/a&gt; and &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming&quot;&gt;Event Timing API&lt;/a&gt; needed to measure these metrics. This was part of the &lt;a href=&quot;https://web.dev/blog/interop-2025#core_web_vitals&quot;&gt;Interop 2025 project&lt;/a&gt;, and it&#39;s great to see these delivered this year!&lt;/p&gt;

&lt;h2 id=&quot;what_this_means&quot; data-text=&quot;What this means&quot; tabindex=&quot;-1&quot;&gt;What this means&lt;/h2&gt;

&lt;p&gt;The &lt;a href=&quot;https://web.dev/articles/vitals&quot;&gt;Core Web Vitals&lt;/a&gt; have become a widely adopted standard for measuring web page experience both for web developers and with business stakeholders. They attempt to summarize the complex story of web performance into a number of key measures of how fast a page loads (LCP), how quickly it responds to interactions (INP), and how stable its contents are (CLS).&lt;/p&gt;

&lt;p&gt;For a long time, these were only measurable in Chromium-based browsers such as Chrome and Edge. They were also not available at all on iOS devices where all browsers use the WebKit browser engine that powers Safari. This causes a blindspot where large proportions of a site&#39;s visitors may be having a very different experience without a site&#39;s knowledge. While many web performance improvements do benefit all browsers, some techniques and APIs are only available in some browsers. Additionally, the way browsers work internally, load pages, and handle interactions can be different from one another. Having only a partial view of your site&#39;s performance is far from ideal.&lt;/p&gt;

&lt;p&gt;With all major browsers now supporting two of these metrics, we can now have a better view on the key loading and interactivity of a website. This will allow site owners to better understand performance issues and identify any improvements they can make, ultimately benefiting users and &lt;a href=&quot;https://web.dev/case-studies&quot;&gt;business metrics&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;will_data_from_other_browsers_feed_crux&quot; data-text=&quot;Will data from other browsers feed CrUX?&quot; tabindex=&quot;-1&quot;&gt;Will data from other browsers feed CrUX?&lt;/h2&gt;

&lt;p&gt;No. The &lt;a href=&quot;https://developer.chrome.com/docs/crux&quot;&gt;Chrome User Experience Report (CrUX)&lt;/a&gt; is only based on &lt;a href=&quot;https://developer.chrome.com/docs/crux/methodology&quot;&gt;eligible Chrome users&lt;/a&gt; and this won&#39;t change. This applies also to downstream systems that use this data like &lt;a href=&quot;https://pagespeed.web.dev/&quot;&gt;PageSpeed Insights&lt;/a&gt;, &lt;a href=&quot;https://developers.google.com/search/docs/appearance/core-web-vitals&quot;&gt;Google Search Console&lt;/a&gt;, and &lt;a href=&quot;https://cruxvis.withgoogle.com/#/&quot;&gt;CrUX Vis&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This will also continue to exclude Chrome iOS users since they use the WebKit browser engine.&lt;/p&gt;

&lt;h2 id=&quot;how_to_measure_from_other_browsers&quot; data-text=&quot;How to measure from other browsers&quot; tabindex=&quot;-1&quot;&gt;How to measure from other browsers&lt;/h2&gt;

&lt;p&gt;CrUX data is still useful as a summary of a site&#39;s performance, and to benchmark against other sites on the web. However, as it is a high-level summary, we have &lt;a href=&quot;https://web.dev/articles/vitals#field_tools_to_measure_core_web_vitals&quot;&gt;long recommended measuring more detailed field data&lt;/a&gt; to help identify and improve performance.&lt;/p&gt;

&lt;p&gt;Real User Monitoring (RUM) tools are now able to collect the additional field data, including those measured through the &lt;a href=&quot;https://github.com/GoogleChrome/web-vitals&quot;&gt;web-vitals library&lt;/a&gt; from the Chrome team. In most cases, this should automatically start to be included though your existing solutions, but check with your RUM provider if you have any questions.&lt;/p&gt;

&lt;p&gt;Be aware that there &lt;a href=&quot;https://web.dev/articles/crux-and-rum-differences&quot;&gt;can be differences in RUM and CrUX&lt;/a&gt;, and that is potentially even more true now these metrics are available in even more browsers that are not included in CrUX.&lt;/p&gt;

&lt;h2 id=&quot;are_there_any_differences_in_the_implementations&quot; data-text=&quot;Are there any differences in the implementations?&quot; tabindex=&quot;-1&quot;&gt;Are there any differences in the implementations?&lt;/h2&gt;

&lt;p&gt;While all browser engines do broadly the same task in loading and displaying web pages, there are many differences in how these browsers are built, and in particular in their rendering pipelines that translate a website&#39;s code (primarily HTML, CSS, and JavaScript) into pixels on the screen.&lt;/p&gt;

&lt;p&gt;The end of the rendering loop is broadly interoperable and is defined as the &lt;a href=&quot;https://www.w3.org/TR/paint-timing/#the-paint-timing-mixin&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;paintTime&lt;/code&gt;&lt;/a&gt;. However after this, there is a later &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;presentationTime&lt;/code&gt; which is implementation-specific and aims to indicate when the pixels are actually drawn on the screen. Chrome measures LCP up until the end of &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;presentationTime&lt;/code&gt;, while Firefox and Safari don&#39;t include &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;presentationTime&lt;/code&gt; and so measure until the earlier &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;paintTime&lt;/code&gt;. This results in slight milliseconds of difference between the measures. From Chrome 145, &lt;a href=&quot;https://chromestatus.com/feature/5162859838046208&quot;&gt;the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;paintTime&lt;/code&gt; measure will also be exposed for LCP&lt;/a&gt; for those that want to be able to compare like for like across browsers.&lt;/p&gt;

&lt;p&gt;The same difference applies to INP as well.&lt;/p&gt;

&lt;p&gt;The fact that other browsers have implemented these metrics, has helped identify &lt;a href=&quot;https://github.com/w3c/largest-contentful-paint/issues/&quot;&gt;some outstanding issues&lt;/a&gt; to be clarified and better defined. This again may lead to slight differences—though these are mostly in edge cases. This is the benefit of having multiple implementations and eyes on an API! We will &lt;a href=&quot;https://github.com/web-platform-tests/interop/issues/1173&quot;&gt;continue to work on these&lt;/a&gt; as well as any other improvements to the metrics.&lt;/p&gt;

&lt;p&gt;However, despite these small differences, we are confident that LCP and INP are broadly interoperable, so we are happy with them being labelled Baseline Newly available. Those implementing RUM solutions or digging deep into the data may notice some of these differences, but web developers should be confident in measuring these metrics across browsers despite these minor differences.&lt;/p&gt;

&lt;h2 id=&quot;what_about_browsers_that_dont_support_these_apis&quot; data-text=&quot;What about browsers that don&#39;t support these APIs?&quot; tabindex=&quot;-1&quot;&gt;What about browsers that don&#39;t support these APIs?&lt;/h2&gt;

&lt;p&gt;Baseline Newly available features are only just available in the latest versions of all major browsers. Your user base may not immediately upgrade, or may not be able to upgrade depending on their operating system and provider. After 30 months, they will be considered Baseline Widely available as most users will likely be on supporting browsers.&lt;/p&gt;

&lt;p&gt;However, as a measurement API rather than a core functionality of a website, you can safely measure these metrics for supporting browsers—as you&#39;ve likely done up until now. Just be aware that you may be seeing a filtered view of your users—those who upgraded—particularly in the first few months.&lt;/p&gt;

&lt;h2 id=&quot;what_about_cumulative_layout_shift&quot; data-text=&quot;What about Cumulative Layout Shift?&quot; tabindex=&quot;-1&quot;&gt;What about Cumulative Layout Shift?&lt;/h2&gt;

&lt;p&gt;&lt;devsite-iframe&gt;&lt;iframe src=&quot;https://web.dev/frame/blog/lcp-and-inp-are-now-baseline-newly-available/index_3b6042f9f302f3d7cdb4af8b56c9f9c0bc3c3466a87f3921082eeeebca201b7a.frame&quot; class=&quot;framebox inherit-locale &quot; allow=&quot;clipboard-write https://web-dot-devsite-v2-prod-3p.appspot.com&quot; allowfullscreen=&quot;&quot; is-upgraded=&quot;&quot; referrerpolicy=&quot;no-referrer&quot;&gt;&lt;/iframe&gt;&lt;/devsite-iframe&gt;&lt;/p&gt;

&lt;p&gt;The third Core Web Vital is &lt;a href=&quot;https://web.dev/articles/cls&quot;&gt;Cumulative Layout Shift (CLS)&lt;/a&gt;, and is not part of the Interop 2025 project—though it has been &lt;a href=&quot;https://github.com/web-platform-tests/interop/issues/1057&quot;&gt;proposed for Interop 2026&lt;/a&gt;. For now, it is not supported beyond Chromium-based browsers.&lt;/p&gt;

&lt;h2 id=&quot;conclusion&quot; data-text=&quot;Conclusion&quot; tabindex=&quot;-1&quot;&gt;Conclusion&lt;/h2&gt;

&lt;p&gt;The &lt;a href=&quot;https://web.dev/articles/vitals&quot;&gt;Web Vitals&lt;/a&gt; initiative&#39;s aim was to improve web performance by creating a set of standard APIs for the web platform to allow key metrics to be measured and broadly understood by website owners. It&#39;s great to see two of these metrics now being supported by all main browsers. We look forward to seeing what insights these provide website owners, and how this leads to improved user experiences!&lt;/p&gt;
  

  
</description><link>https://web.dev/blog/lcp-and-inp-are-now-baseline-newly-available?hl=en</link><guid isPermaLink="false">https://web.dev/blog/lcp-and-inp-are-now-baseline-newly-available?hl=en</guid><pubDate>Wed, 17 Dec 2025 08:00:00 GMT</pubDate></item><item><title>New to the web platform in December</title><description>&lt;p&gt;Discover some of the interesting features that have landed in stable and beta
web browsers during December 2025.&lt;/p&gt;

&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: December 16, 2025
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;stable_browser_releases&quot; data-text=&quot;Stable browser releases&quot; tabindex=&quot;-1&quot;&gt;Stable browser releases&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.chrome.com/release-notes/143&quot;&gt;Chrome 143&lt;/a&gt;, &lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/146&quot;&gt;Firefox 146&lt;/a&gt; and
&lt;a href=&quot;https://developer.apple.com/documentation/safari-release-notes/safari-26_2-release-notes&quot;&gt;Safari 26.2&lt;/a&gt;
released to stable during December.
This post takes a look at the many new features this month, with several things
becoming Baseline Newly available.&lt;/p&gt;

&lt;aside class=&quot;note&quot;&gt;
  &lt;b&gt;Note:&lt;/b&gt; Browser compatibility data pulled from MDN is included in these posts and may not have been updated yet for very recent browser releases. The post will show the correct information as soon as it appears in the &lt;a href=&quot;https://github.com/mdn/browser-compat-data/releases&quot; rel=&quot;noopener&quot;&gt;browser-compat-data release&lt;/a&gt;.
&lt;/aside&gt;

&lt;h3 id=&quot;the_scope_css_at-rule_is_now_baseline&quot; data-text=&quot;The @scope CSS at-rule is now Baseline&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@scope&lt;/code&gt; CSS at-rule is now Baseline&lt;/h3&gt;

&lt;p&gt;Firefox 146 includes the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@scope&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@scope&lt;/code&gt;&lt;/a&gt;
CSS at-rule which lets you select elements in specific DOM subtrees.
Define a scope inside which selectors can target elements,
and you avoid overly specific and lengthy selectors.
For example, the following CSS only targets &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;img&amp;gt;&lt;/code&gt; elements if they are inside
an element with a class of &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;.card&lt;/code&gt;.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;CSS&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;@&lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;scope&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nc&quot;&gt;card&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nt&quot;&gt;img&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;        &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;border-color&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kc&quot;&gt;green&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;With Firefox 146, this useful at-rule is now Baseline Newly available.
Learn more about it in
&lt;a href=&quot;https://developer.chrome.com/docs/css-ui/at-scope&quot;&gt;Limit the reach of your selectors with the CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@scope&lt;/code&gt; at-rule&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;the_contrast-color_css_function&quot; data-text=&quot;The contrast-color() CSS function&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contrast-color()&lt;/code&gt; CSS function&lt;/h3&gt;

&lt;p&gt;Also in Firefox 146 is the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/color_value/contrast-color&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contrast-color()&lt;/code&gt;&lt;/a&gt; function.
This function takes a color value and returns a contrasting color,
which aims to ensure WCAG AA minimum contrast.&lt;/p&gt;

&lt;p&gt;For more examples see
&lt;a href=&quot;https://webkit.org/blog/16929/contrast-color/&quot;&gt;How to have the browser pick a contrasting color in CSS&lt;/a&gt;
on the WebKit blog.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 147.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        147
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 146.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        146
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/color_value/contrast-color&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;p&gt;Firefox is the first browser to ship the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-decoration-inset&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;text-decoration-inset&lt;/code&gt;&lt;/a&gt;
property.
This property lets you adjust the start and end points of an element&#39;s text
decoration so it can be shortened, lengthened,
or have its position shifted with respect to the rendered text.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Chrome: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Edge: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 146.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        146
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-decoration-inset&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_font-language-override_css_property&quot; data-text=&quot;The font-language-override CSS property&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;font-language-override&lt;/code&gt; CSS property&lt;/h3&gt;

&lt;p&gt;Chrome 143 includes the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-language-override&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;font-language-override&lt;/code&gt;&lt;/a&gt;
property. This lets you override the typeface behavior for a specific language.
This is useful if you are using a typeface that doesn&#39;t have proper support
for a language, you could opt to use glyphs from a similar language with
better support.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 143.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        143
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 143.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        143
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 34.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        34
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-language-override&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;css_anchored_fallback_container_queries&quot; data-text=&quot;CSS anchored fallback container queries&quot; tabindex=&quot;-1&quot;&gt;CSS anchored fallback container queries&lt;/h3&gt;

&lt;p&gt;Chrome 143 introduces &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@container anchored(fallback)&lt;/code&gt; to style descendants of
anchor positioned elements based on which of &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;position-try-fallbacks&lt;/code&gt; is applied.&lt;/p&gt;

&lt;p&gt;Such queries can be used to style an anchored element&#39;s tether or its animations,
based on how the anchor and the anchored element are positioned relative to each other.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 143.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        143
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 143.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        143
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;side-relative_syntax_for_background-position-xy_longhands&quot; data-text=&quot;Side-relative syntax for background-position-x/y longhands&quot; tabindex=&quot;-1&quot;&gt;Side-relative syntax for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;background-position-x/y&lt;/code&gt; longhands&lt;/h3&gt;

&lt;p&gt;Also in Chrome, and now available across all browsers, is the ability to
Define the background image&#39;s position relative to one of its edges in the
longhand properties for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;background-position&lt;/code&gt;. For example:&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;CSS&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nc&quot;&gt;element&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;background-image&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nb&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-sx&quot;&gt;flower.gif&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;background-repeat&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kc&quot;&gt;no-repeat&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-n&quot;&gt;background-position-x&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kc&quot;&gt;left&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-mi&quot;&gt;30&lt;/span&gt;&lt;span class=&quot;devsite-syntax-kt&quot;&gt;px&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-n&quot;&gt;background-position-y&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kc&quot;&gt;bottom&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-mi&quot;&gt;20&lt;/span&gt;&lt;span class=&quot;devsite-syntax-kt&quot;&gt;px&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 49.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        49
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 15.4.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        15.4
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_animation_overallprogress_property&quot; data-text=&quot;The animation overallProgress property&quot; tabindex=&quot;-1&quot;&gt;The animation &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;overallProgress&lt;/code&gt; property&lt;/h3&gt;

&lt;p&gt;Safari 26.2 includes
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Animation/overallProgress&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;overallProgress&lt;/code&gt;&lt;/a&gt;.
This read-only property of the
Animation interface returns a number between &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;0&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;1&lt;/code&gt; indicating the animation&#39;s
overall progress towards its finished state.&lt;/p&gt;

&lt;p&gt;This property is now Baseline Newly available.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 133.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        133
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 133.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        133
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 142.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        142
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Animation/overallProgress&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;lcp_and_inp_are_now_baseline_newly_available&quot; data-text=&quot;LCP and INP are now Baseline Newly available&quot; tabindex=&quot;-1&quot;&gt;LCP and INP are now Baseline Newly available&lt;/h3&gt;

&lt;p&gt;The &lt;a href=&quot;https://web.dev/articles/lcp&quot;&gt;Largest Contentful Paint (LCP)&lt;/a&gt; and &lt;a href=&quot;https://web.dev/articles/inp&quot;&gt;Interaction to Next Paint (INP)&lt;/a&gt; metrics
are now Baseline Newly available, with support in Safari 26.2 for the
Contentful Paint API and Event Timing API needed to measure these metrics.&lt;/p&gt;

&lt;p&gt;These features were included in Interop 2025, and you can now measure these
metrics in the latest version of all major browsers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Largest Contentful Paint API&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 77.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        77
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 79.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        79
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 122.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        122
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/LargestContentfulPaint&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Event Timing API&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 76.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        76
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 79.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        79
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 89.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        89
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;chips_reaches_baseline_newly_available&quot; data-text=&quot;CHIPS reaches Baseline Newly available&quot; tabindex=&quot;-1&quot;&gt;CHIPS reaches Baseline Newly available&lt;/h3&gt;

&lt;p&gt;Safari 26.2 also includes CHIPS (Cookies Having Independent Partitioned State),
which lets you opt a cookie into partitioned storage, with a separate cookie
jar per top-level site.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 114.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        114
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 114.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        114
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 141.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        141
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;hiddenuntil-found&quot; data-text=&quot;hidden=&amp;quot;until-found&amp;quot;&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;hidden=&quot;until-found&quot;&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Safari 26.2 includes support for
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/HTML/Reference/Global_attributes/hidden&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;hidden=&quot;until-found&quot;&lt;/code&gt;&lt;/a&gt;,
which now becomes Baseline Newly available.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 102.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        102
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 102.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        102
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 148.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        148
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_command_and_commandfor_attributes&quot; data-text=&quot;The command and commandfor attributes&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;command&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;commandfor&lt;/code&gt; attributes&lt;/h3&gt;

&lt;p&gt;Also for HTML in Safari 26.2 is support for
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/command&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;command&lt;/code&gt;&lt;/a&gt; and
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/commandfor&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;commandfor&lt;/code&gt;&lt;/a&gt; on buttons.
This provides a declarative way to control popovers and dialogs.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 135.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        135
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 135.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        135
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/command&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;p&gt;Find out more in &lt;a href=&quot;https://developer.chrome.com/blog/command-and-commandfor&quot;&gt;Introducing &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;command&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;commandfor&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;the_scrollend_event&quot; data-text=&quot;The scrollend event&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollend&lt;/code&gt; event&lt;/h3&gt;

&lt;p&gt;Another feature becoming Baseline Newly available with Safari 26.2 is the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Element/scrollend_event&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollend&lt;/code&gt;&lt;/a&gt;
event. This event fires when scrolling completes,
find out more about it in
&lt;a href=&quot;https://developer.chrome.com/blog/scrollend-a-new-javascript-event&quot;&gt;Scrollend, a new JavaScript event&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 114.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        114
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 114.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        114
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 109.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        109
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/Element/scrollend_event&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_scrollbar-color_property&quot; data-text=&quot;The scrollbar-color property&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollbar-color&lt;/code&gt; property&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrollbar-color&lt;/code&gt; property lets you change the color of the scrollbar &lt;em&gt;thumb&lt;/em&gt;,
and the scrollbar &lt;em&gt;track&lt;/em&gt;. With Safari 26.2 this also becomes Baseline Newly available.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 121.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        121
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 121.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        121
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 64.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        64
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scrollbar-color&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;beta_browser_releases&quot; data-text=&quot;Beta browser releases&quot; tabindex=&quot;-1&quot;&gt;Beta browser releases&lt;/h2&gt;

&lt;p&gt;Beta browser versions give you a preview of things that will be in the next
stable version of the browser. It&#39;s a great time to test new features, or
removals, that could impact your site before the world gets that release.
New betas this month are
&lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/147&quot;&gt;Firefox 147&lt;/a&gt; and
&lt;a href=&quot;https://developer.chrome.com/blog/chrome-144-beta&quot;&gt;Chrome 144&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Chrome 144 includes the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;::search-text&lt;/code&gt; pseudo-element for find-in-page
search result styling and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;scrolled&lt;/code&gt; support for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@scroll-state&lt;/code&gt; letting you
style descendants of containers based on the most recent scrolling direction.
Also included is the Temporal API, with standard objects and functions for
working with dates and times.&lt;/p&gt;

&lt;p&gt;Firefox 147 is an exciting release that includes CSS anchor positioning,
view transition types, and the Navigation API.&lt;/p&gt;

&lt;div class=&quot;note&quot;&gt;For more on exciting CSS and UI features that landed this
year, check out &lt;a href=&quot;https://chrome.dev/css-wrapped-2025/&quot;&gt;CSS Wrapped 2025&lt;/a&gt;.&lt;/div&gt;

  

  
</description><link>https://web.dev/blog/web-platform-12-2025?hl=en</link><guid isPermaLink="false">https://web.dev/blog/web-platform-12-2025?hl=en</guid><pubDate>Tue, 16 Dec 2025 08:00:00 GMT</pubDate></item><item><title>Vote for the web features you want to see</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: December 11, 2025
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Have you ever found yourself checking Can I Use, seeing all that red for a feature you&#39;re dying to use, and wishing you could just poke the browser vendors and say, &quot;Hey, I need this!&quot;?&lt;/p&gt;

&lt;p&gt;Well, now you can.&lt;/p&gt;

&lt;p&gt;The WebDX Community Group is launching a new way for you to directly signal which web features are most important to you. Now, you can &lt;strong&gt;upvote&lt;/strong&gt; the features you want to see become interoperable across major browsers.&lt;/p&gt;

&lt;p&gt;Starting today, you can find these upvotes integrated here on web.dev as well as &lt;a href=&quot;https://caniuse.com/&quot;&gt;caniuse.com&lt;/a&gt; and &lt;a href=&quot;https://webstatus.dev/&quot;&gt;webstatus.dev&lt;/a&gt;. Other platforms like MDN are investigating similar integrations.&lt;/p&gt;

&lt;h2 id=&quot;how_it_works&quot; data-text=&quot;How it works&quot; tabindex=&quot;-1&quot;&gt;How it works&lt;/h2&gt;

&lt;p&gt;When you&#39;re looking up browser support for a feature, keep an eye out for the &quot;Upvote&quot; button. For example, here&#39;s the widget for the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:has-slotted&lt;/code&gt; feature:&lt;/p&gt;

&lt;p&gt;&lt;devsite-iframe&gt;&lt;iframe src=&quot;https://web.dev/frame/blog/upvote-features/index_f6c39be066873e6c46be1a95737fed19e05a64f36b63da1bf91f9f121ec119e8.frame&quot; class=&quot;framebox inherit-locale &quot; allow=&quot;clipboard-write https://web-dot-devsite-v2-prod-3p.appspot.com&quot; allowfullscreen=&quot;&quot; is-upgraded=&quot;&quot; referrerpolicy=&quot;no-referrer&quot;&gt;&lt;/iframe&gt;&lt;/devsite-iframe&gt;&lt;/p&gt;

&lt;p&gt;Clicking that button will take you to a specific issue in the &lt;a href=&quot;https://github.com/web-platform-dx/developer-signals/issues?q=is:issue+state:open+sort:reactions-%2B1-desc+label:feature&quot;&gt;web-platform-dx/developer-signals&lt;/a&gt; repository on GitHub, where most Limited availability features are tracked. From there, casting your vote is quick: &lt;strong&gt;just add a 👍 reaction to the issue description.&lt;/strong&gt;&lt;/p&gt;

&lt;h3 id=&quot;more_than_just_a_thumbs_up&quot; data-text=&quot;More than just a thumbs up&quot; tabindex=&quot;-1&quot;&gt;More than just a thumbs up&lt;/h3&gt;

&lt;p&gt;A thumbs up shows demand, but context drives understanding. If a feature is critical to your workflow, we want to know &lt;em&gt;why&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Are you relying on a heavy polyfill? Are you hacking together a workaround that breaks accessibility? Or are you just avoiding the feature entirely because support is spotty?&lt;/p&gt;

&lt;p&gt;Leave a comment on the issue sharing your specific use case. Browser engineers read these to understand the real-world friction you&#39;re facing.&lt;/p&gt;

&lt;h2 id=&quot;wait_didnt_i_just_do_this_for_interop_2025&quot; data-text=&quot;&amp;quot;Wait, didn&#39;t I just do this for Interop 2025?&amp;quot;&quot; tabindex=&quot;-1&quot;&gt;&quot;Wait, didn&#39;t I just do this for Interop 2025?&quot;&lt;/h2&gt;

&lt;p&gt;If you&#39;ve participated in the Interop selection process or the &lt;em&gt;State of HTML/CSS/JS&lt;/em&gt; surveys, this might sound familiar. Those annual traditions aren&#39;t going anywhere. Instead, this new channel is designed to augment that data in a more evergreen way:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Always on:&lt;/strong&gt; Interop proposals and annual surveys happen during a specific window. This new signal channel is open year-round. You can vote the exact moment you hit a roadblock, not months later when you might have forgotten about it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;No resets:&lt;/strong&gt; Unlike Interop, where proposals often reset annually, your votes here &lt;strong&gt;roll over&lt;/strong&gt;. If a feature doesn&#39;t get picked up immediately, your signal persists and continues to grow over time.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Zero friction:&lt;/strong&gt; Nearly every non-Baseline feature already has a tracking issue. You don&#39;t need to write a formal proposal or spec; you just need to click a button.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;does_the_feature_with_the_most_votes_win&quot; data-text=&quot;Does the feature with the most votes win?&quot; tabindex=&quot;-1&quot;&gt;Does the feature with the most votes win?&lt;/h2&gt;

&lt;p&gt;That would be fun, but no—browser development isn&#39;t a popularity contest.&lt;/p&gt;

&lt;p&gt;Browser vendors have to balance a massive number of factors: security, privacy, architectural complexity, device constraints, and existing standards positions.&lt;/p&gt;

&lt;p&gt;However, &lt;strong&gt;developer demand is a huge factor in prioritization&lt;/strong&gt;. When vendors are deciding what to put on their roadmap, being able to point to a feature and say, &quot;lots of developers are actively asking for this,&quot; moves the needle.&lt;/p&gt;

&lt;p&gt;For a great example of this, Chrome &lt;a href=&quot;https://groups.google.com/a/chromium.org/g/blink-dev/c/WjCKcBw219k/m/NmOyvMCCBAAJ&quot;&gt;recently announced&lt;/a&gt; how developer signals like these factored into the decision to welcome JPEG XL contributions in Chromium:&lt;/p&gt;

&lt;figure&gt;
  &lt;blockquote style=&quot;text-align: left;&quot;&gt;
    &lt;p&gt;Since JPEG XL was last evaluated, Safari has shipped support and Firefox has updated their position. We also continue to see developer signals for this in bug upvotes, Interop proposals, and survey data[...] Given these positive signals, we would welcome contributions to integrate a performant and memory-safe JPEG XL decoder in Chromium.&lt;/p&gt;
  &lt;/blockquote&gt;
  &lt;figcaption&gt;
    Rick Byers, on behalf of Chrome tech leads in the &lt;a href=&quot;https://groups.google.com/a/chromium.org/g/blink-dev/c/WjCKcBw219k/m/NmOyvMCCBAAJ&quot;&gt;Intent to Prototype: JPEG XL&lt;/a&gt; thread on blink-dev
  &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;h2 id=&quot;start_voting_today&quot; data-text=&quot;Start voting today&quot; tabindex=&quot;-1&quot;&gt;Start voting today&lt;/h2&gt;

&lt;p&gt;This is your chance to help shape the web platform.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Keep an eye out for the upvote buttons on sites like web.dev, webstatus.dev, and caniuse.com.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the buttons or head directly to the &lt;a href=&quot;https://github.com/web-platform-dx/developer-signals/issues?q=is:issue+state:open+sort:reactions-%2B1-desc+label:feature&quot;&gt;developer-signals repo&lt;/a&gt; to browse open features.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Vote (👍)&lt;/strong&gt; and &lt;strong&gt;Comment&lt;/strong&gt; on the features that matter to you.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Just remember to follow the &lt;a href=&quot;https://github.com/web-platform-dx/developer-signals/blob/main/CODE_OF_CONDUCT.md&quot;&gt;Code of Conduct&lt;/a&gt;, stay on topic, and be kind to one another. We&#39;re all building the web together—let&#39;s make sure we&#39;re building the parts that matter most.&lt;/p&gt;
  

  
</description><link>https://web.dev/blog/upvote-features?hl=en</link><guid isPermaLink="false">https://web.dev/blog/upvote-features?hl=en</guid><pubDate>Thu, 11 Dec 2025 08:00:00 GMT</pubDate></item><item><title>November 2025 Baseline monthly digest</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: December 9, 2025
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;While everything tends to slow down as the year begins to wrap up, there&#39;s still plenty of Baseline news in this edition of this monthly digest to cover, so let&#39;s get started.&lt;/p&gt;

&lt;h2 id=&quot;nextjs_adopts_current_baseline_widely_available_browsers&quot; data-text=&quot;Next.js adopts current baseline widely available browsers&quot; tabindex=&quot;-1&quot;&gt;Next.js adopts current &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;baseline widely available&lt;/code&gt; browsers&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://nextjs.org/&quot;&gt;Next.js&lt;/a&gt; is a widely-used React framework It carries considerable influence not just in how developers might choose to develop for the web, but also the browsers developers might choose to develop &lt;em&gt;for&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Recently, &lt;a href=&quot;https://github.com/vercel/next.js/pull/84401&quot;&gt;Next.js updated its default browser support criteria&lt;/a&gt; to a current evaluation of the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;baseline widely available&lt;/code&gt; Browserslist query. As time goes on, Next.js instances that update to include this change stand to benefit from fewer polyfills and transforms, and a larger number of web features that developers will be able to use safely in their applications.&lt;/p&gt;

&lt;h2 id=&quot;baseline_in_action&quot; data-text=&quot;Baseline in action&quot; tabindex=&quot;-1&quot;&gt;Baseline in action&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://web.dev/series/baseline-in-action&quot;&gt;Baseline in action&lt;/a&gt; is a series of articles with accompanying demos that show you how to use a mix of Baseline web features to build common user interface elements. We&#39;ve started the series with concepts such as &lt;a href=&quot;https://web.dev/articles/baseline-in-action-container-queries&quot;&gt;container queries&lt;/a&gt;, &lt;a href=&quot;https://web.dev/articles/baseline-in-action-image-gallery&quot;&gt;Baseline features you could use to build an image gallery&lt;/a&gt;, and &lt;a href=&quot;https://web.dev/articles/baseline-in-action-dialog-popover&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;dialog&amp;gt;&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;popover&lt;/code&gt;&lt;/a&gt;. More articles and demos will be added throughout the end of this year and 2026. For more information, read &lt;a href=&quot;https://web.dev/blog/announcing-baseline-in-action&quot;&gt;the Baseline in action announcement&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;new_baseline_case_studies&quot; data-text=&quot;New Baseline case studies&quot; tabindex=&quot;-1&quot;&gt;New Baseline case studies&lt;/h2&gt;

&lt;p&gt;We&#39;re happy to announce that two Baseline case studies were published in November:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://web.dev/case-studies/cybozu-baseline&quot;&gt;How Cybozu eliminated browser compatibility overhead with Baseline&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://web.dev/case-studies/target-baseline&quot;&gt;How Target.com used Baseline to modernize features&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Both of these case studies offer a look into the process of redefining browser support criteria inside of professional developer teams. This has never been an easy problem to solve. Large and consequential decisions such as which browsers to support during development require buy-in from project stakeholders. Baseline helps to make this decision easier—and these case studies show you how others have adopted it.&lt;/p&gt;

&lt;h2 id=&quot;features_that_became_baseline_in_november&quot; data-text=&quot;Features that became Baseline in November&quot; tabindex=&quot;-1&quot;&gt;Features that became Baseline in November&lt;/h2&gt;

&lt;p&gt;Features become Baseline Newly or Widely available regularly. In November, the following features became Baseline Newly available:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Atomics/waitAsync&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Atomics.waitAsync&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The features that became Baseline Widely available in November was more considerable:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/color_value/color&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;color()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/color_value/color-mix&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;color-mix()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;&quot;&gt;Compression streams&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/color_value/lab&quot;&gt;Lab and LCH&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/:nth-child#the_of_selector_syntax&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;nth-child() of &amp;lt;selector&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/color_value/oklab&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;oklab()&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;oklch()&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/sctp&quot;&gt;WebRTC SCTP information&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;thats_a_wrap&quot; data-text=&quot;That&#39;s a wrap&quot; tabindex=&quot;-1&quot;&gt;That&#39;s a wrap&lt;/h2&gt;

&lt;p&gt;With November in the books, we&#39;re closing in on the end of 2025! As usual, &lt;a href=&quot;https://issuetracker.google.com/issues/new?component=1400680&amp;amp;template=1857359&quot;&gt;let us know&lt;/a&gt; if we missed anything Baseline-related, and we&#39;ll make sure it gets captured in a future edition!&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/baseline-digest-nov-2025?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-digest-nov-2025?hl=en</guid><pubDate>Tue, 09 Dec 2025 08:00:00 GMT</pubDate></item><item><title>Announcing Baseline in action</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: December 2, 2025
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Here in Chrome Developer Relations, we&#39;ve been talking a lot about &lt;a href=&quot;https://web.dev/baseline&quot;&gt;Baseline&lt;/a&gt; these days, from the arrival of new web interoperable features all the way to the tooling that&#39;s implementing Baseline. However, we&#39;ve not spent much time &lt;em&gt;showing&lt;/em&gt; you how these features can all come together to help you build modern user experiences on the web without worrying about browser compatibility. Today, we&#39;re excited to announce the arrival of a new series to help you do just that: &lt;a href=&quot;https://web.dev/series/baseline-in-action&quot;&gt;Baseline in action&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;We&#39;ve joined forces with &lt;a href=&quot;https://www.oddbird.net/&quot;&gt;OddBird&lt;/a&gt; to bring you Baseline in action. This series shows you demos of various Baseline features used together for different use cases, and are paired with articles that go deep into detail on these features. We have three demos available at this time:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;https://web.dev/articles/baseline-in-action-dialog-popover&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;dialog&amp;gt;&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;popover&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://web.dev/articles/baseline-in-action-image-gallery&quot;&gt;An image gallery using Baseline features&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://web.dev/articles/baseline-in-action-container-queries&quot;&gt;Container queries and units&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;These demos are only the start. As time goes on, we&#39;ll be working with the talented people at OddBird to release additional articles and demos in this series for the rest of 2025 and into 2026. We hope these demos inspire you to pick up features that are now Baseline. &lt;a href=&quot;https://web.dev/series/baseline-in-action&quot;&gt;Check out Baseline in action&lt;/a&gt; today!&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/announcing-baseline-in-action?hl=en</link><guid isPermaLink="false">https://web.dev/blog/announcing-baseline-in-action?hl=en</guid><pubDate>Tue, 02 Dec 2025 08:00:00 GMT</pubDate></item><item><title>New to the web platform in November</title><description>&lt;p&gt;Discover some of the interesting features that have landed in stable and beta
web browsers during November 2025.&lt;/p&gt;

&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: November 26, 2025
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;stable_browser_releases&quot; data-text=&quot;Stable browser releases&quot; tabindex=&quot;-1&quot;&gt;Stable browser releases&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/145&quot;&gt;Firefox 145&lt;/a&gt; and
&lt;a href=&quot;https://developer.apple.com/documentation/safari-release-notes/safari-26_1-release-notes&quot;&gt;Safari 26.1&lt;/a&gt;
released to stable during November,
this post takes a look at what that means for the web platform.&lt;/p&gt;

&lt;aside class=&quot;note&quot;&gt;
  &lt;b&gt;Note:&lt;/b&gt; Browser compatibility data pulled from MDN is included in these posts and may not have been updated yet for very recent browser releases. The post will show the correct information as soon as it appears in the &lt;a href=&quot;https://github.com/mdn/browser-compat-data/releases&quot; rel=&quot;noopener&quot;&gt;browser-compat-data release&lt;/a&gt;.
&lt;/aside&gt;

&lt;h3 id=&quot;safari_261&quot; data-text=&quot;Safari 26.1&quot; tabindex=&quot;-1&quot;&gt;Safari 26.1&lt;/h3&gt;

&lt;p&gt;This release of Safari is mostly a release that fixes bugs and compatibility
issues with existing features.&lt;/p&gt;

&lt;p&gt;There&#39;s a couple of additions with support for relative units in SVG,
and support for remembering the last successful &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;position-try&lt;/code&gt; fallback in CSS anchor positioning to reduce layout jumps when styles change.&lt;/p&gt;

&lt;h3 id=&quot;atomicswaitasync&quot; data-text=&quot;Atomics.waitAsync()&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Atomics.waitAsync()&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Firefox 145 now supports the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Atomics.waitAsync()&lt;/code&gt; static method.
This method allows synchronization of threads based upon the value in a shared memory location.
It waits asynchronously for the value and returns an object representing the operation&#39;s result.
With this release, it&#39;s now Baseline Newly available.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 90.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        90
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 90.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        90
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 145.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        145
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 16.4.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        16.4
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Atomics/waitAsync&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_toggleevent_source_property&quot; data-text=&quot;The ToggleEvent source property&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ToggleEvent&lt;/code&gt; &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;source&lt;/code&gt; property&lt;/h3&gt;

&lt;p&gt;Firefox also supports the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;source&lt;/code&gt; property of the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ToggleEvent&lt;/code&gt; interface.
If a popover is triggered to open or close by an HTML element such as a &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;button&amp;gt;&lt;/code&gt;,
the event&#39;s source property will contain the element that triggered the popover.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 140.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        140
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 140.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        140
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 145.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        145
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.5.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.5
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/ToggleEvent/source&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_integrity-policy_and_integrity-policy-report-only_http_headers&quot; data-text=&quot;The Integrity-Policy and Integrity-Policy-Report-Only HTTP headers&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Integrity-Policy&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Integrity-Policy-Report-Only&lt;/code&gt; HTTP headers&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Integrity-Policy&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Integrity-Policy-Report-Only&lt;/code&gt; HTTP headers are
supported in Firefox for script resources.
These allow websites to enforce subresource integrity guarantees for scripts.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 138.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        138
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 138.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        138
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 145.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        145
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Integrity-Policy&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;beta_browser_releases&quot; data-text=&quot;Beta browser releases&quot; tabindex=&quot;-1&quot;&gt;Beta browser releases&lt;/h2&gt;

&lt;p&gt;Beta browser versions give you a preview of things that will be in the next
stable version of the browser. It&#39;s a great time to test new features, or
removals, that could impact your site before the world gets that release.
New betas this month are
&lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/146&quot;&gt;Firefox 146&lt;/a&gt; and
&lt;a href=&quot;https://developer.apple.com/documentation/safari-release-notes/safari-26_2-release-notes&quot;&gt;Safari 26.2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Firefox 146 includes the CSS &lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Values/color_value/contrast-color&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;contrast-color()&lt;/code&gt;&lt;/a&gt;
function and the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;display-p3-linear&lt;/code&gt; color space in &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;color&amp;gt;&lt;/code&gt;.
Also included is the CSS
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@scope&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@scope&lt;/code&gt;&lt;/a&gt; at-rule
letting you select elements in specific DOM subtrees, which will become Baseline
Newly available.&lt;/p&gt;

&lt;p&gt;Safari 26.2 is shaping up to be a release full of new features for the browser.
It includes the CSS &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;random()&lt;/code&gt; function, along with the
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/field-sizing&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;field-sizing&lt;/code&gt;&lt;/a&gt; property.
&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;hidden=until-found&lt;/code&gt; is also included, as are the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;command&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;commandfor&lt;/code&gt; attributes on buttons.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/web-platform-11-2025?hl=en</link><guid isPermaLink="false">https://web.dev/blog/web-platform-11-2025?hl=en</guid><pubDate>Wed, 26 Nov 2025 08:00:00 GMT</pubDate></item><item><title>WebGPU is now supported in major browsers</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: November 25, 2025
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Big news for web developers and users.
&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/WebGPU_API&quot;&gt;WebGPU&lt;/a&gt;—the powerful API for running high-performance 3D graphics and general-purpose GPU computations—is officially supported across Chrome, Edge, Firefox, and Safari. This means the future of high-end, in-browser experiences like AAA gaming, complex 3D modeling, and advanced AI applications is now!&lt;/p&gt;

&lt;p&gt;This significant milestone results from years of extensive collaborative development by the &lt;a href=&quot;https://www.w3.org/groups/wg/gpu/&quot;&gt;W3C GPU for the Web Working Group&lt;/a&gt;, with contributions from companies including Apple, Google, Intel, Microsoft, and Mozilla.&lt;/p&gt;

&lt;h2 id=&quot;why_webgpu_matters&quot; data-text=&quot;Why WebGPU matters&quot; tabindex=&quot;-1&quot;&gt;Why WebGPU matters&lt;/h2&gt;

&lt;p&gt;WebGPU isn&#39;t just a replacement for &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/WebGL_API&quot;&gt;WebGL&lt;/a&gt;; it&#39;s a massive leap forward, offering a cleaner, more performant interface designed from the ground up for the modern web. It includes an idiomatic JavaScript API and a modern text-based shader language.&lt;/p&gt;

&lt;p&gt;WebGPU unlocks a new era of high performance computing and graphics on the web, offering &lt;strong&gt;direct access to modern GPU features&lt;/strong&gt; that were previously constrained by older APIs like WebGL. Its primary use cases are &lt;strong&gt;advanced 3D graphics and rendering&lt;/strong&gt;, enabling richer, more realistic gaming experiences, complex data visualizations, and sophisticated editing tools right in the browser. Crucially, it also unlocks &lt;strong&gt;GPU-accelerated general-purpose computation&lt;/strong&gt; through its compute pipeline. This massively improves performance for tasks like &lt;strong&gt;machine learning inference&lt;/strong&gt; and &lt;strong&gt;training&lt;/strong&gt; (running workloads like large language models), &lt;strong&gt;video processing&lt;/strong&gt;, &lt;strong&gt;physics simulations&lt;/strong&gt;, essentially bringing &lt;strong&gt;desktop-class performance&lt;/strong&gt; to computationally intensive applications on the web.&lt;/p&gt;

&lt;p&gt;Both &lt;a href=&quot;https://onnxruntime.ai/&quot;&gt;ONNX Runtime&lt;/a&gt; and &lt;a href=&quot;https://huggingface.co/docs/transformers.js/index&quot;&gt;Transformers.js&lt;/a&gt; already use WebGPU to enable high-speed, local model inference and computation into the browser. This advancement unlocks new possibilities for developing high-performance, web-based AI applications.&lt;/p&gt;

&lt;p&gt;WebGPU also introduces Render Bundles, a powerful feature that lets developers record and reuse sets of rendering commands for improved performance and reduced CPU overhead. &lt;a href=&quot;https://doc.babylonjs.com/setup/support/webGPU/webGPUOptimization/webGPUSnapshotRendering&quot;&gt;Babylon.js&#39; Snapshot Rendering&lt;/a&gt;, which uses GPU Render Bundles, can help render scenes approximately 10 times faster.&lt;/p&gt;

&lt;h2 id=&quot;browser_and_os_availability&quot; data-text=&quot;Browser and OS availability&quot; tabindex=&quot;-1&quot;&gt;Browser and OS availability&lt;/h2&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 141.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        141
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/GPU&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;p&gt;WebGPU is available on the following browsers and operating systems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Chrome, Edge, and other Chromium-based browsers:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;WebGPU is available on Windows (with Direct3D 12), macOS, and ChromeOS starting with Chrome and Edge version 113.&lt;/p&gt;

&lt;p&gt;Support for Android was added in Chrome version 121 for devices running at least Android 12, and with Qualcomm/ARM GPUs.&lt;/p&gt;

&lt;p&gt;Support for Linux and expanded support for existing platforms is in progress.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Firefox:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;WebGPU is available on Windows as of Firefox 141.&lt;/p&gt;

&lt;p&gt;WebGPU is available in macOS Tahoe 26 on ARM64 machines, as of Firefox 145.&lt;/p&gt;

&lt;p&gt;Support for Linux, Android, and Intel-based Macs is in progress.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Safari:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;WebGPU is available in macOS Tahoe 26, iOS 26, iPadOS 26, and visionOS 26.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For more updates on the WebGPU availability, including what platforms it&#39;s
rolling out on, refer to the &lt;a href=&quot;https://github.com/gpuweb/gpuweb/wiki/Implementation-Status&quot;&gt;WebGPU Implementation Status page&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;a_growing_ecosystem&quot; data-text=&quot;A growing ecosystem&quot; tabindex=&quot;-1&quot;&gt;A growing ecosystem&lt;/h2&gt;

&lt;p&gt;You don&#39;t have to start from scratch to use WebGPU! The libraries you love already support WebGPU:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://doc.babylonjs.com/setup/support/webGPU&quot;&gt;Babylon.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.playcanvas.com/build-webgpu-apps-today-with-playcanvas/&quot;&gt;PlayCanvas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://onnxruntime.ai/docs/tutorials/web/ep-webgpu.html&quot;&gt;ONNX Runtime&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/wcandillon/react-native-webgpu&quot;&gt;React Native&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://threejs.org/examples/?q=webgpu&quot;&gt;Three.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/blog/transformersjs-v3&quot;&gt;Transformers.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.swmansion.com/TypeGPU/&quot;&gt;TypeGPU&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.unity3d.com/6000.3/Documentation/Manual/WebGPU.html&quot;&gt;Unity&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Plus, the underlying engines—&lt;a href=&quot;https://dawn.googlesource.com/dawn&quot;&gt;Dawn&lt;/a&gt; (Chromium) and &lt;a href=&quot;https://github.com/gfx-rs/wgpu&quot;&gt;wgpu&lt;/a&gt; (Firefox)—are standalone, portable packages. They simplify cross-platform development, making it incredibly straightforward to bring platform-specific GPU apps over to the web by using &lt;a href=&quot;https://webassembly.org/&quot;&gt;Wasm&lt;/a&gt; and tools like &lt;a href=&quot;https://emscripten.org/&quot;&gt;emscripten&lt;/a&gt; and Rust &lt;a href=&quot;https://docs.rs/web-sys/latest/web_sys/&quot;&gt;web-sys&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The future of high-performance web apps is now!&lt;/p&gt;

&lt;h2 id=&quot;acknowledgements&quot; class=&quot;hide-from-toc&quot; data-text=&quot;Acknowledgements&quot; tabindex=&quot;-1&quot;&gt;Acknowledgements&lt;/h2&gt;

&lt;p&gt;Sincere gratitude to all the contributors for their invaluable input and collaboration. Special thanks to: Corentin Wallez, Jim Blandy, Ken Russell, Mike Wyrzykowsk, Nishitha Burman Dey, Patrick Brosset, Sebastien Vandenberghe, Thomas Lucchini, and Thomas Nattestad.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/webgpu-supported-major-browsers?hl=en</link><guid isPermaLink="false">https://web.dev/blog/webgpu-supported-major-browsers?hl=en</guid><pubDate>Tue, 25 Nov 2025 08:00:00 GMT</pubDate></item><item><title>October 2025 Baseline monthly digest</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: November 11, 2025
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;As we get closer to the end of the year, another month has come and gone—and with it, many interesting developments around Baseline occurred in October. If you missed anything, this edition will get you caught up.&lt;/p&gt;

&lt;h2 id=&quot;baseline_regression_on_top-level_await&quot; data-text=&quot;Baseline regression on top-level await&quot; tabindex=&quot;-1&quot;&gt;Baseline regression on top-level &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;await&lt;/code&gt;&lt;/h2&gt;

&lt;p&gt;A &lt;a href=&quot;https://github.com/web-platform-dx/web-features/issues/2957&quot;&gt;notable issue&lt;/a&gt; surfaced in a regression related to the top-level &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;await&lt;/code&gt; implementation in Safari. Top-level &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;await&lt;/code&gt; lets you use the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;await&lt;/code&gt; keyword at a top-level context outside of an &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;async&lt;/code&gt; function. This is having an effect on developers relying on the feature for asynchronous module loading.&lt;/p&gt;

&lt;p&gt;For Baseline, this means that top-level &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;await&lt;/code&gt; has regressed from Widely available to Limited availability. For more information on when this change occurred, &lt;a href=&quot;https://github.com/web-platform-dx/web-features/pull/3483&quot;&gt;the pull request to revert the feature&#39;s status&lt;/a&gt; can give you more information, and you can expect to hear more about this issue in future Baseline content here on web.dev.&lt;/p&gt;

&lt;h2 id=&quot;baseline_newly_and_widely_available_features&quot; data-text=&quot;Baseline Newly and Widely available features&quot; tabindex=&quot;-1&quot;&gt;Baseline Newly and Widely available features&lt;/h2&gt;

&lt;p&gt;The following features became Baseline Newly available in October:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://web.dev/blog/same-document-view-transitions-are-now-baseline-newly-available&quot;&gt;Same-document view transitions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/WebRTC_API/Using_Encoded_Transforms&quot;&gt;WebRTC encoded transform&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Of these two, same-document view transitions landing as Newly available is a big moment for web developers, meaning that more and more of &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/View_Transition_API&quot;&gt;the view transitions API&lt;/a&gt; is becoming interoperable. Additionally, we recently published &lt;a href=&quot;https://web.dev/blog/baseline-urlpattern&quot;&gt;a post on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt; becoming Newly available&lt;/a&gt; that was authored by YouTube&#39;s &lt;a href=&quot;https://www.linkedin.com/in/jay-rungta/&quot;&gt;Jay Rungta&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;And, because time never stops, the following features became Baseline Widely available in October:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The &lt;a href=&quot;https://developer.mozilla.org/docs/Web/HTML/Reference/Global_attributes/inert&quot;&gt;HTML &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;inert&lt;/code&gt; attribute&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The HTML &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;canvas&amp;gt;&lt;/code&gt; element &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/roundRect&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;roundRect&lt;/code&gt; method&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The HTML &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;canvas&amp;gt;&lt;/code&gt; element &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/createConicGradient&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;createConicGradient&lt;/code&gt; method&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;the_baseline_hackathon_concludes&quot; data-text=&quot;The Baseline Hackathon concludes&quot; tabindex=&quot;-1&quot;&gt;The Baseline Hackathon concludes&lt;/h2&gt;

&lt;p&gt;Back in September of 2025, the Chrome Developer Relations team &lt;a href=&quot;https://web.dev/blog/baseline-hackathon-2025&quot;&gt;kicked off the Baseline Hackathon&lt;/a&gt;, which concluded in October. There were 3,000 applicants total, and hundreds of projects submitted all vying for a shot at the $10,000 prize pool.&lt;/p&gt;

&lt;p&gt;The hackathon once again proved that the web developer community is both inventive and tenacious when it comes to delivering useful tools—and it wasn&#39;t easy to filter through all the tools we saw produced for the Baseline Hackathon to select the winners. Eventually, &lt;a href=&quot;https://web.dev/blog/baseline-hackathon-2025-winners&quot;&gt;three winners were selected&lt;/a&gt;—and we think you&#39;ll find what useful Baseline tools they built. To see the full gallery of eligible submissions, take a look at &lt;a href=&quot;https://baseline.devpost.com/project-gallery&quot;&gt;the full project gallery&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;windsurf_ide_now_supports_baseline&quot; data-text=&quot;Windsurf IDE now supports Baseline&quot; tabindex=&quot;-1&quot;&gt;Windsurf IDE now supports Baseline&lt;/h2&gt;

&lt;p&gt;In October, Windsurf—a popular web development IDE derived from Visual Studio Code—released a significant update. As of version 1.100, Windsurf now has built-in Baseline support. This means that Windsurf users will benefit from seeing Baseline compatibility information whenever they hover over HTML and CSS features within their code.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-1.png&quot; width=&quot;800&quot; height=&quot;341&quot; alt=&quot;A Baseline hover card as shown in the Windsurf IDE as the user hovers over a feature.&quot; srcset=&quot;https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-1_36.png 36w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-1_48.png 48w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-1_72.png 72w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-1_96.png 96w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-1_480.png 480w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-1_720.png 720w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-1_856.png 856w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-1_960.png 960w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-1_1440.png 1440w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-1_1920.png 1920w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-1_2880.png 2880w&quot; sizes=&quot;(max-width: 840px) 100vw, 856px&quot; referrerpolicy=&quot;no-referrer&quot;&gt;&lt;/p&gt;

&lt;p&gt;This integration helps streamline the development workflow and reduces the need for context switching when checking web feature support. This functionality ships as a core part of Windsurf, and no additional packages need to be installed to benefit!&lt;/p&gt;

&lt;h2 id=&quot;web_dev_and_web_design_discord_community_baseline_bot&quot; data-text=&quot;&amp;quot;Web dev and web design&amp;quot; Discord community Baseline bot&quot; tabindex=&quot;-1&quot;&gt;&quot;Web dev and web design&quot; Discord community Baseline bot&lt;/h2&gt;

&lt;p&gt;The &quot;web dev and web design&quot; Discord community has developed and launched a bot capable of quickly looking up the Baseline status of any web feature. This new tool is already proving useful for developers seeking instant compatibility checks and fostering a more informed discussion around web standards within the community.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-2.png&quot; width=&quot;800&quot; height=&quot;743&quot; alt=&quot;The Baseline bot showing data on a web feature in the web dev and web design Discord community.&quot; srcset=&quot;https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-2_36.png 36w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-2_48.png 48w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-2_72.png 72w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-2_96.png 96w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-2_480.png 480w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-2_720.png 720w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-2_856.png 856w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-2_960.png 960w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-2_1440.png 1440w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-2_1920.png 1920w,https://web.dev/static/blog/baseline-digest-oct-2025/image/fig-2_2880.png 2880w&quot; sizes=&quot;(max-width: 840px) 100vw, 856px&quot; referrerpolicy=&quot;no-referrer&quot;&gt;&lt;/p&gt;

&lt;p&gt;Web developers switch between many contexts—including those that include chat applications—and the ability for developers to get the information they need within as many of them can be helpful. In this case, developers participating in this Discord community will be able to check web feature interoperability as part of their discussions.&lt;/p&gt;

&lt;h2 id=&quot;thats_a_wrap&quot; data-text=&quot;That&#39;s a wrap&quot; tabindex=&quot;-1&quot;&gt;That&#39;s a wrap&lt;/h2&gt;

&lt;p&gt;That&#39;s another eventual month down in 2025 for Baseline—and as the holidays approach, this may be the last Baseline digest with significant developments. As usual, &lt;a href=&quot;https://issuetracker.google.com/issues/new?component=1400680&amp;amp;template=1857359&quot;&gt;let us know&lt;/a&gt; if we missed anything Baseline-related, and we&#39;ll make sure it gets captured in a future edition. See you soon!&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/baseline-digest-oct-2025?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-digest-oct-2025?hl=en</guid><pubDate>Tue, 11 Nov 2025 08:00:00 GMT</pubDate></item><item><title>New to the web platform in October</title><description>&lt;p&gt;Discover some of the interesting features that have landed in stable and beta
web browsers during October 2025.&lt;/p&gt;

&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: October 30, 2025
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;stable_browser_releases&quot; data-text=&quot;Stable browser releases&quot; tabindex=&quot;-1&quot;&gt;Stable browser releases&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.chrome.com/blog/new-in-chrome-142&quot;&gt;Chrome 142&lt;/a&gt; and &lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/144&quot;&gt;Firefox 144&lt;/a&gt;
released to stable during October, this post takes a look at what that means for the web platform.&lt;/p&gt;

&lt;aside class=&quot;note&quot;&gt;
  &lt;b&gt;Note:&lt;/b&gt; Browser compatibility data pulled from MDN is included in these posts and may not have been updated yet for very recent browser releases. The post will show the correct information as soon as it appears in the &lt;a href=&quot;https://github.com/mdn/browser-compat-data/releases&quot; rel=&quot;noopener&quot;&gt;browser-compat-data release&lt;/a&gt;.
&lt;/aside&gt;

&lt;h3 id=&quot;the_view_transitions_api_for_single-page_apps&quot; data-text=&quot;The View Transitions API for Single-Page Apps&quot; tabindex=&quot;-1&quot;&gt;The View Transitions API for Single-Page Apps&lt;/h3&gt;

&lt;p&gt;Firefox 144 includes support for same-document view transitions.
This includes support for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:active-view-transition&lt;/code&gt; pseudo-class&lt;/li&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;view-transition-class&lt;/code&gt; property&lt;/li&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;view-transition-name&lt;/code&gt; property&lt;/li&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;::view-transition&lt;/code&gt; pseudo-element&lt;/li&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;::view-transition-group()&lt;/code&gt; pseudo-element&lt;/li&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;::view-transition-image-pair()&lt;/code&gt; pseudo-element&lt;/li&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;::view-transition-new()&lt;/code&gt; pseudo-element&lt;/li&gt;
&lt;li&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;::view-transition-old()&lt;/code&gt; pseudo-element&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This makes
&lt;a href=&quot;https://web.dev/blog/same-document-view-transitions-are-now-baseline-newly-available&quot;&gt;same-document view transitions Baseline Newly available&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 125.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        125
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 125.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        125
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 18.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        18
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/:active-view-transition&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_command_and_commandfor_attributes_on_the_button_element&quot; data-text=&quot;The command and commandfor attributes on the &lt;button&gt; element&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;command&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;commandfor&lt;/code&gt; attributes on the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;button&amp;gt;&lt;/code&gt; element&lt;/h3&gt;

&lt;p&gt;Firefox 144 supports &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;command&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;commandfor&lt;/code&gt;. You can find out more about
these attributes in &lt;a href=&quot;https://developer.chrome.com/blog/command-and-commandfor&quot;&gt;Introducing &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;command&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;commandfor&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 135.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        135
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 135.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        135
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Firefox: 144.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        144
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Safari: 26.2.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        26.2
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;the_movebefore_method&quot; data-text=&quot;The moveBefore() method&quot; tabindex=&quot;-1&quot;&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;moveBefore()&lt;/code&gt; method&lt;/h3&gt;

&lt;p&gt;The &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;moveBefore()&lt;/code&gt; method is now supported by Firefox on the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Element&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;DocumentFragment&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Document&lt;/code&gt; interfaces. This lets you move an immediate child element of the object, before another of its child elements, with both elements retaining their state.&lt;/p&gt;

&lt;p&gt;Learn more in &lt;a href=&quot;https://developer.chrome.com/blog/movebefore-api&quot;&gt;Preserve state during DOM mutations with moveBefore()&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;target-before_and_target-after_pseudo-classes&quot; data-text=&quot;:target-before and :target-after pseudo-classes&quot; tabindex=&quot;-1&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:target-before&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:target-after&lt;/code&gt; pseudo-classes&lt;/h3&gt;

&lt;p&gt;Chrome 142 adds pseudo-classes that match scroll markers that are before or after the active marker (matching &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:target-current&lt;/code&gt;) within the same scroll marker group, as determined by flat tree order:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:target-before&lt;/code&gt;: Matches all scroll markers that precede the active marker in the flat tree order within the group.&lt;/li&gt;
&lt;li&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;:target-after&lt;/code&gt;: Matches all scroll markers that follow the active marker in the flat tree order within the group.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 135.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        135
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 135.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        135
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
        &lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/:target-current&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h3 id=&quot;range_syntax_for_style_container_queries_and_if&quot; data-text=&quot;Range syntax for style container queries and if()&quot; tabindex=&quot;-1&quot;&gt;Range syntax for style container queries and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;if()&lt;/code&gt;&lt;/h3&gt;

&lt;p&gt;Chrome 142 enhances CSS style queries and the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;if()&lt;/code&gt; function by adding support for
&lt;a href=&quot;https://web.dev/articles/media-query-range-syntax&quot;&gt;range syntax&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It extends style queries beyond exact value matching (for example, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;style(--theme: dark)&lt;/code&gt;). Developers can use comparison operators (such as &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;gt;&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;&lt;/code&gt;) to compare custom properties, literal values (for example, 10px or 25%), and values from substitution functions like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;attr()&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;env()&lt;/code&gt;. For a valid comparison, both sides must resolve to the same data type. It is limited to the following numeric types: &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;length&amp;gt;&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;number&amp;gt;&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;percentage&amp;gt;&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;angle&amp;gt;&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;time&amp;gt;&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;frequency&amp;gt;&lt;/code&gt;, and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;resolution&amp;gt;&lt;/code&gt;.&lt;/p&gt;

&lt;h3 id=&quot;interest_invokers_the_interestfor_attribute&quot; data-text=&quot;Interest Invokers (the interestfor attribute)&quot; tabindex=&quot;-1&quot;&gt;Interest Invokers (the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;interestfor&lt;/code&gt; attribute)&lt;/h3&gt;

&lt;p&gt;Chrome 142 also adds an &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;interestfor&lt;/code&gt; attribute to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;button&amp;gt;&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;a&amp;gt;&lt;/code&gt; elements. This attribute adds &quot;interest&quot; behaviors to the element. When a user &lt;em&gt;shows interest&lt;/em&gt; in the element, actions are triggered on the target element, for example, showing a popover.&lt;/p&gt;

&lt;p&gt;The user agent detects when a user shows interest in the element through methods such as holding the pointer over the element, hitting special hotkeys on the keyboard, or long-pressing the element on touchscreens. When interest is shown or lost, an &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;InterestEvent&lt;/code&gt; fires on the target, which has default actions for popovers, such as showing and hiding the popover.&lt;/p&gt;

&lt;p&gt;
  
    
    
    
    
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
   

    
    
      
      &lt;/p&gt;&lt;div class=&quot;wd-browser-compat&quot; translate=&quot;no&quot;&gt;
        &lt;p&gt;Browser Support&lt;/p&gt;
        &lt;ul&gt;
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Chrome: 142.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;-10 -10 276 276&#39;%3E%3ClinearGradient id=&#39;a&#39; x1=&#39;145&#39; x2=&#39;34&#39; y1=&#39;253&#39; y2=&#39;61&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231e8e3e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2334a853&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;b&#39; x1=&#39;111&#39; x2=&#39;222&#39; y1=&#39;254&#39; y2=&#39;62&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fcc934&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fbbc04&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;c&#39; x1=&#39;17&#39; x2=&#39;239&#39; y1=&#39;80&#39; y2=&#39;80&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d93025&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23ea4335&#39;/%3E%3C/linearGradient%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;64&#39; fill=&#39;%23fff&#39;/%3E%3Cpath fill=&#39;url(%23a)&#39; d=&#39;M96 183a64 64 0 0 1-23-23L17 64a128 128 0 0 0 111 192l55-96a64 64 0 0 1-87 23Z&#39;/%3E%3Cpath fill=&#39;url(%23b)&#39; d=&#39;M192 128a64 64 0 0 1-9 32l-55 96A128 128 0 0 0 239 64H128a64 64 0 0 1 64 64Z&#39;/%3E%3Ccircle cx=&#39;128&#39; cy=&#39;128&#39; r=&#39;52&#39; fill=&#39;%231a73e8&#39;/%3E%3Cpath fill=&#39;url(%23c)&#39; d=&#39;M96 73a64 64 0 0 1 32-9h111a128 128 0 0 0-222 0l56 96a64 64 0 0 1 23-87Z&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        142
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
        
          
          
        
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;yes&quot;&gt;
    &lt;img alt=&quot;Edge: 142.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 27600 27600&#39;%3E%3ClinearGradient id=&#39;A&#39; gradientUnits=&#39;userSpaceOnUse&#39;/%3E%3ClinearGradient id=&#39;B&#39; x1=&#39;6870&#39; x2=&#39;24704&#39; y1=&#39;18705&#39; y2=&#39;18705&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%230c59a4&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23114a8b&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;C&#39; x1=&#39;16272&#39; x2=&#39;5133&#39; y1=&#39;10968&#39; y2=&#39;23102&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%231b9de2&#39;/%3E%3Cstop offset=&#39;.16&#39; stop-color=&#39;%231595df&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%230680d7&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%230078d4&#39;/%3E%3C/linearGradient%3E%3CradialGradient id=&#39;D&#39; cx=&#39;16720&#39; cy=&#39;18747&#39; r=&#39;9538&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.72&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.53&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;E&#39; cx=&#39;7130&#39; cy=&#39;19866&#39; r=&#39;14324&#39; gradientTransform=&#39;matrix(.14843 -.98892 .79688 .1196 -8759 25542)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;.76&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.95&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;F&#39; cx=&#39;2523&#39; cy=&#39;4680&#39; r=&#39;20243&#39; gradientTransform=&#39;matrix(-.03715 .99931 -2.12836 -.07913 13579 3530)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2335c1f1&#39;/%3E%3Cstop offset=&#39;.11&#39; stop-color=&#39;%2334c1ed&#39;/%3E%3Cstop offset=&#39;.23&#39; stop-color=&#39;%232fc2df&#39;/%3E%3Cstop offset=&#39;.31&#39; stop-color=&#39;%232bc3d2&#39;/%3E%3Cstop offset=&#39;.67&#39; stop-color=&#39;%2336c752&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;G&#39; cx=&#39;24247&#39; cy=&#39;7758&#39; r=&#39;9734&#39; gradientTransform=&#39;matrix(.28109 .95968 -.78353 .22949 24510 -16292)&#39; xlink:href=&#39;%23A&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2366eb6e&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2366eb6e&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3Cpath id=&#39;H&#39; d=&#39;M24105 20053a9345 9345 0 01-1053 472 10202 10202 0 01-3590 646c-4732 0-8855-3255-8855-7432 0-1175 680-2193 1643-2729-4280 180-5380 4640-5380 7253 0 7387 6810 8137 8276 8137 791 0 1984-230 2704-456l130-44a12834 12834 0 006660-5282c220-350-168-757-535-565z&#39;/%3E%3Cpath id=&#39;I&#39; d=&#39;M11571 25141a7913 7913 0 01-2273-2137 8145 8145 0 01-1514-4740 8093 8093 0 013093-6395 8082 8082 0 011373-859c312-148 846-414 1554-404a3236 3236 0 012569 1297 3184 3184 0 01636 1866c0-21 2446-7960-8005-7960-4390 0-8004 4166-8004 7820 0 2319 538 4170 1212 5604a12833 12833 0 007684 6757 12795 12795 0 003908 610c1414 0 2774-233 4045-656a7575 7575 0 01-6278-803z&#39;/%3E%3Cpath id=&#39;J&#39; d=&#39;M16231 15886c-80 105-330 250-330 566 0 260 170 512 472 723 1438 1003 4149 868 4156 868a5954 5954 0 003027-839 6147 6147 0 001133-850 6180 6180 0 001910-4437c26-2242-796-3732-1133-4392-2120-4141-6694-6525-11668-6525-7011 0-12703 5635-12798 12620 47-3654 3679-6605 7996-6605 350 0 2346 34 4200 1007 1634 858 2490 1894 3086 2921 618 1067 728 2415 728 2952s-271 1333-780 1990z&#39;/%3E%3Cuse fill=&#39;url(%23B)&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23D)&#39; opacity=&#39;.35&#39; xlink:href=&#39;%23H&#39;/%3E%3Cuse fill=&#39;url(%23C)&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23E)&#39; opacity=&#39;.4&#39; xlink:href=&#39;%23I&#39;/%3E%3Cuse fill=&#39;url(%23F)&#39; xlink:href=&#39;%23J&#39;/%3E%3Cuse fill=&#39;url(%23G)&#39; xlink:href=&#39;%23J&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        142
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Firefox: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;0 0 512 512&#39;%3E%3Cdefs%3E%3CradialGradient id=&#39;ff-b&#39; cx=&#39;428.5&#39; cy=&#39;55.1&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffbd4f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffac31&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff9d17&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff563b&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23f5156c&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23eb0878&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e50080&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-c&#39; cx=&#39;245.4&#39; cy=&#39;259.9&#39; r=&#39;501&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23960e18&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23b11927&#39; stop-opacity=&#39;.7&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23db293d&#39; stop-opacity=&#39;.3&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f5334b&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3750&#39; stop-opacity=&#39;0&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-d&#39; cx=&#39;305.8&#39; cy=&#39;-58.6&#39; r=&#39;363&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffdc3e&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff9d12&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-e&#39; cx=&#39;190&#39; cy=&#39;390.8&#39; r=&#39;238.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%233a8ee6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%235c79f0&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%239059ff&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23c139e6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-f&#39; cx=&#39;252.2&#39; cy=&#39;201.3&#39; r=&#39;126.5&#39; gradientTransform=&#39;matrix(1 0 0 1 -48 31)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%239059ff&#39; stop-opacity=&#39;0&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%238c4ff3&#39; stop-opacity=&#39;.1&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%237716a8&#39; stop-opacity=&#39;.5&#39;/%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%236e008b&#39; stop-opacity=&#39;.6&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-g&#39; cx=&#39;239.1&#39; cy=&#39;34.6&#39; r=&#39;171.6&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23ffe226&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffdb27&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ffc82a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffa930&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff7e37&#39;/%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%23ff7139&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-h&#39; cx=&#39;374&#39; cy=&#39;-74.3&#39; r=&#39;732.2&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-i&#39; cx=&#39;304.6&#39; cy=&#39;7.1&#39; r=&#39;536.4&#39; gradientTransform=&#39;rotate(84 303 4)&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-j&#39; cx=&#39;235&#39; cy=&#39;98.1&#39; r=&#39;457.1&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff5634&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.9&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/radialGradient%3E%3CradialGradient id=&#39;ff-k&#39; cx=&#39;355.7&#39; cy=&#39;124.9&#39; r=&#39;500.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffe141&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ffaf1e&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23ff980e&#39;/%3E%3C/radialGradient%3E%3ClinearGradient id=&#39;ff-a&#39; x1=&#39;446.9&#39; y1=&#39;76.8&#39; x2=&#39;47.9&#39; y2=&#39;461.8&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23fff44f&#39;/%3E%3Cstop offset=&#39;.1&#39; stop-color=&#39;%23ffe847&#39;/%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23ffc830&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff980e&#39;/%3E%3Cstop offset=&#39;.4&#39; stop-color=&#39;%23ff8b16&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff672a&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23ff3647&#39;/%3E%3Cstop offset=&#39;.7&#39; stop-color=&#39;%23e31587&#39;/%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;ff-l&#39; x1=&#39;442.1&#39; y1=&#39;74.8&#39; x2=&#39;102.6&#39; y2=&#39;414.3&#39; gradientUnits=&#39;userSpaceOnUse&#39;%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.8&#39;/%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.6&#39;/%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;.2&#39;/%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%23fff44f&#39; stop-opacity=&#39;0&#39;/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134a120 120 0 0 0-66 25 71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a229 229 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zM202 355l3 1-3-1zm55-145zm198-31z&#39; fill=&#39;url(%23ff-a)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-b)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60 14 26 22 53 25 72v1a207 207 0 0 1-206 279c-113-3-212-87-231-197-3-17 0-26 2-40-2 11-3 14-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121z&#39; fill=&#39;url(%23ff-c)&#39;/%3E%3Cpath d=&#39;m362 195 1 1a130 130 0 0 0-22-29C266 92 322 5 331 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62z&#39; fill=&#39;url(%23ff-d)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-e)&#39;/%3E%3Cpath d=&#39;M257 210c-1 6-22 26-29 26-68 0-80 41-80 41 3 35 28 64 57 79l4 2 7 3a107 107 0 0 0 31 6c120 6 143-143 57-186 22-4 45 5 58 14-21-37-60-62-105-62l-9 1a120 120 0 0 0-66 25l17 16c16 16 58 33 58 35z&#39; fill=&#39;url(%23ff-f)&#39;/%3E%3Cpath d=&#39;m171 151 5 3a111 111 0 0 1-1-58c-25 11-44 29-58 44 1 0 36 0 54 11z&#39; fill=&#39;url(%23ff-g)&#39;/%3E%3Cpath d=&#39;M18 261a242 242 0 0 0 231 197 207 207 0 0 0 206-279c8 56-20 110-64 146-86 71-169 43-186 31l-3-1c-50-24-71-70-67-110-42 0-57-35-57-35s38-28 89-4c46 22 90 4 90 4 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5l-5-3c-18-11-52-11-54-11-9-12-9-51-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73c0 1-9 38-5 57z&#39; fill=&#39;url(%23ff-h)&#39;/%3E%3Cpath d=&#39;M341 167a130 130 0 0 1 22 29 46 46 0 0 1 4 3c55 50 26 121 24 126 44-36 72-90 64-146-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-9 5-65 92 10 167z&#39; fill=&#39;url(%23ff-i)&#39;/%3E%3Cpath d=&#39;M367 199a46 46 0 0 0-4-3l-1-1c-13-9-36-18-58-15 86 44 63 193-57 187a107 107 0 0 1-31-6 131 131 0 0 1-11-5c17 12 99 39 186-31 2-5 31-76-24-126z&#39; fill=&#39;url(%23ff-j)&#39;/%3E%3Cpath d=&#39;M148 277s12-41 80-41c7 0 28-20 29-26s-44 18-90-4c-51-24-89 4-89 4s15 35 57 35c-4 40 16 85 67 110l3 1c-29-15-54-44-57-79z&#39; fill=&#39;url(%23ff-k)&#39;/%3E%3Cpath d=&#39;M479 166c-11-25-32-52-49-60a249 249 0 0 1 25 73c-27-68-73-95-111-155a255 255 0 0 1-8-14 44 44 0 0 1-4-9 1 1 0 0 0 0-1 1 1 0 0 0-1 0c-60 35-81 101-83 134l9-1c45 0 84 25 105 62-13-9-36-18-58-14 86 43 63 192-57 186a107 107 0 0 1-31-6 131 131 0 0 1-11-5l-3-1 3 1c-29-15-54-44-57-79 0 0 12-41 80-41 7 0 28-20 29-26 0-2-42-19-58-35l-17-16a71 71 0 0 0-6-5 111 111 0 0 1-1-58c-25 11-44 29-58 44-9-12-9-52-8-60l-8 4a175 175 0 0 0-24 21 210 210 0 0 0-22 26 203 203 0 0 0-32 73l-1 2-2 15a279 279 0 0 0-4 34v1a240 240 0 0 0 477 40l1-9c5-41 0-84-15-121zm-24 13z&#39; fill=&#39;url(%23ff-l)&#39;/%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
          
  
  
    
      
      
    
    
  

  
  
  
  
    
  
  
  
    
  

  &lt;li data-support=&quot;no&quot;&gt;
    &lt;img alt=&quot;Safari: not supported.&quot; src=&quot;data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39; width=&#39;24&#39; height=&#39;24&#39; viewBox=&#39;195 190 135 135&#39;%3E%3Cdefs%3E%3ClinearGradient id=&#39;s-a&#39; x1=&#39;132.6&#39; x2=&#39;134.4&#39; y1=&#39;111.7&#39; y2=&#39;-105.3&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23d2d2d2&#39; /%3E%3Cstop offset=&#39;.5&#39; stop-color=&#39;%23f2f2f2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fff&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-b&#39; gradientUnits=&#39;userSpaceOnUse&#39; /%3E%3ClinearGradient id=&#39;s-c&#39; x1=&#39;65.4&#39; x2=&#39;67.4&#39; y1=&#39;115.7&#39; y2=&#39;17.1&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23005ad5&#39; /%3E%3Cstop offset=&#39;.2&#39; stop-color=&#39;%230875f0&#39; /%3E%3Cstop offset=&#39;.3&#39; stop-color=&#39;%23218cee&#39; /%3E%3Cstop offset=&#39;.6&#39; stop-color=&#39;%2327a5f3&#39; /%3E%3Cstop offset=&#39;.8&#39; stop-color=&#39;%2325aaf2&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%2321aaef&#39; /%3E%3C/linearGradient%3E%3ClinearGradient id=&#39;s-d&#39; x1=&#39;158.7&#39; x2=&#39;176.3&#39; y1=&#39;96.7&#39; y2=&#39;79.5&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%23c72e24&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%23fd3b2f&#39; /%3E%3C/linearGradient%3E%3CradialGradient id=&#39;s-i&#39; cx=&#39;-69.9&#39; cy=&#39;69.3&#39; r=&#39;54&#39; gradientTransform=&#39;matrix(.9 -.01 .04 2.72 -9 -120)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-color=&#39;%2324a5f3&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%231e8ceb&#39; /%3E%3C/radialGradient%3E%3CradialGradient id=&#39;s-j&#39; cx=&#39;109.3&#39; cy=&#39;13.8&#39; r=&#39;93.1&#39; gradientTransform=&#39;matrix(-.02 1.1 -1.04 -.02 137 -115)&#39; xlink:href=&#39;%23s-b&#39;%3E%3Cstop offset=&#39;0&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235488d6&#39; stop-opacity=&#39;0&#39; /%3E%3Cstop offset=&#39;1&#39; stop-color=&#39;%235d96eb&#39; /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width=&#39;220&#39; height=&#39;220&#39; x=&#39;22&#39; y=&#39;-107&#39; fill=&#39;url(%23s-a)&#39; ry=&#39;49&#39; transform=&#39;matrix(.57 0 0 .57 187 256)&#39; /%3E%3Cg transform=&#39;translate(194 190)&#39;%3E%3Ccircle cx=&#39;67.8&#39; cy=&#39;67.7&#39; fill=&#39;url(%23s-c)&#39; paint-order=&#39;stroke fill markers&#39; r=&#39;54&#39; /%3E%3Ccircle cx=&#39;-69.9&#39; cy=&#39;69.3&#39; fill=&#39;url(%23s-i)&#39; transform=&#39;translate(138 -2)&#39; r=&#39;54&#39; /%3E%3C/g%3E%3Cellipse cx=&#39;120&#39; cy=&#39;14.2&#39; fill=&#39;url(%23s-j)&#39; rx=&#39;93.1&#39; ry=&#39;93.7&#39; transform=&#39;matrix(.58 0 0 .58 192 250)&#39; /%3E%3Cg transform=&#39;matrix(.58 0 0 .57 197 182)&#39;%3E%3Cpath fill=&#39;%23cac7c8&#39; d=&#39;M46 192h1l72-48-7-9-66 57Z&#39; /%3E%3Cpath fill=&#39;%23fbfffc&#39; d=&#39;M46 191v1l66-57-7-9-59 65Z&#39; /%3E%3Cpath fill=&#39;url(%23s-d)&#39; d=&#39;m119 144-7-9 66-57-59 66Z&#39; /%3E%3Cpath fill=&#39;%23fb645c&#39; d=&#39;m105 126 7 9 66-57-1-1-72 49Z&#39; /%3E%3C/g%3E%3Cpath stroke=&#39;%23fff&#39; stroke-linecap=&#39;round&#39; stroke-miterlimit=&#39;1&#39; stroke-width=&#39;1.3&#39; d=&#39;m287 278 3-2m-12-17 8-2m-8-3h4m-4-13 8 2m-8 3h4m-1-13 7 3m-4-11 7 4m-2-11 6 6m0-12 6 7m1-11 4 6m4-10 3 7m5-9 2 7m15-7-1 7m10-5-3 7m11-4-4 7m11-2-5 6m16 7-7 4m10 4-7 3m10 6-8 1m8 16-8-2m5 10-7-3m4 11-7-4m2 11-6-5m0 11-5-6m-2 11-4-7m-4 11-3-8m-6 10-1-8m-16 8 2-8m-10 5 3-7m-11 4 4-7m-11 2 5-6m-8 3 3-3m4 8 2-3m5 8 2-4m6 7 1-4m8 5v-4m8 4v-4m9 3-1-4m9 1-2-4m9 0-2-4m9-2-3-3m8-4-3-2m8-5-4-2m7-6-4-1m5-8h-4m4-8h-4m3-9-4 1m1-9-4 2m-1-9-3 2m-2-9-3 3m-4-8-2 3m-5-8-2 4m-6-6-1 3m-8-5v4m-8-4v4m-9-2 1 3m-9 0 2 3m-9 1 2 3m-9 2 3 3m-8 4 3 2m-8 5 4 2m-7 6 4 1m-4 25 4-1m-2 5 7-3m-6 7 4-2m-2 6 7-4m-13-21h8m41-41v-8m0 99v-8m49-42h-8&#39; transform=&#39;translate(-65 8)&#39; /%3E%3C/svg%3E&quot; referrerpolicy=&quot;no-referrer&quot;&gt;
    &lt;span aria-hidden=&quot;true&quot;&gt;
      
        x
      
    &lt;/span&gt;
  &lt;/li&gt;
  
  
        &lt;/ul&gt;
        
      &lt;/div&gt;
    
    
    
  &lt;p&gt;&lt;/p&gt;

&lt;h2 id=&quot;beta_browser_releases&quot; data-text=&quot;Beta browser releases&quot; tabindex=&quot;-1&quot;&gt;Beta browser releases&lt;/h2&gt;

&lt;p&gt;Beta browser versions give you a preview of things that will be in the next
stable version of the browser. It&#39;s a great time to test new features, or
removals, that could impact your site before the world gets that release.
New betas this month are
&lt;a href=&quot;https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/144&quot;&gt;Firefox 145&lt;/a&gt; and
&lt;a href=&quot;https://developer.chrome.com/blog/chrome-143-beta&quot;&gt;Chrome 143&lt;/a&gt;, with
&lt;a href=&quot;https://developer.apple.com/documentation/safari-release-notes/safari-26_1-release-notes&quot;&gt;Safari 26.1&lt;/a&gt; ongoing.&lt;/p&gt;

&lt;p&gt;Firefox 145 includes the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;source&lt;/code&gt; property of the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;ToggleEvent&lt;/code&gt; interface
and the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;Atomics.waitAsync()&lt;/code&gt; static method.&lt;/p&gt;

&lt;p&gt;Chrome 145 includes CSS anchored fallback container queries.
This introduces &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;@container anchored(fallback)&lt;/code&gt; to style descendants of
anchor-positioned elements based on which &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;position-try-fallbacks&lt;/code&gt; value is applied.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/web-platform-10-2025?hl=en</link><guid isPermaLink="false">https://web.dev/blog/web-platform-10-2025?hl=en</guid><pubDate>Thu, 30 Oct 2025 07:00:00 GMT</pubDate></item><item><title>The winners of the Baseline Tooling Hackathon are...</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: October 27, 2025
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Last month, we &lt;a href=&quot;https://web.dev/blog/baseline-hackathon-2025&quot;&gt;kicked off the Baseline Tooling Hackathon&lt;/a&gt;, calling on you to build the most innovative and useful new tools to help developers adopt more modern web features. When the clock stopped, nearly 3,000 developers answered the call and submitted hundreds of projects. There were so many clever, innovative, and entertaining submissions, but only three can win their share of the $10,000 prize pool. After careful consideration, we the judges have finally picked our winners.&lt;/p&gt;

&lt;p&gt;🥇 &lt;strong&gt;The first place winner is &lt;a href=&quot;https://devpost.com/software/eslint-plugin-baseline-js&quot;&gt;eslint-plugin-baseline-js&lt;/a&gt;, submitted by &lt;a href=&quot;https://www.linkedin.com/in/00r/&quot;&gt;Ryuya Hasegawa&lt;/a&gt;!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;devsite-video video-id=&quot;-hJ7-wpcrkQ&quot;&gt;&lt;/devsite-video&gt;&lt;/p&gt;

&lt;p&gt;This is an ESLint plugin that checks the Baseline status of JavaScript features, and flags anything newer than your configured Baseline target. It works in both JavaScript and TypeScript environments, covering hundreds of features.&lt;/p&gt;

&lt;p&gt;What really stood out to us about this submission was its usefulness; the likelihood for an average developer to actually start using and benefitting from this tool. It fits neatly into the ESLint ecosystem by complementing existing tools like the officially-supported &lt;a href=&quot;https://github.com/eslint/css&quot;&gt;ESLint for CSS&lt;/a&gt; and the &lt;a href=&quot;https://html-eslint.org/&quot;&gt;HTML ESLint&lt;/a&gt; community plugin. With its familiar configuration options for Baseline targets like Newly available, Widely available, and Baseline years, you can expect a consistent experience across all of your code. To get you up and running quickly, it also comes with high-quality &lt;a href=&quot;https://baselinejs.vercel.app/docs&quot;&gt;documentation&lt;/a&gt;, including installation instructions, best practices, and examples.&lt;/p&gt;

&lt;p&gt;Under the hood, the plugin syncs with the &lt;a href=&quot;https://www.npmjs.com/package/web-features&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;web-features&lt;/code&gt;&lt;/a&gt; dataset as its source of truth for web feature compatibility. To detect these features in source code, the plugin integrates with ESLint core and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;eslint-plugin-es-x&lt;/code&gt;, rather relying on brittle regular expressions. It also supports the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;typescript-eslint&lt;/code&gt; parser, which can detect features much more reliably.&lt;/p&gt;

&lt;p&gt;Overall, this is a highly innovative and useful tool deserving of the top prize, and we encourage you to &lt;a href=&quot;https://baselinejs.vercel.app/docs#install&quot;&gt;give it a try&lt;/a&gt;. If you&#39;d like to dig into the source code or raise an issue, you can find it on GitHub at &lt;a href=&quot;https://github.com/3ru/eslint-plugin-baseline-js&quot;&gt;3ru/eslint-plugin-baseline-js&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;🥈 &lt;strong&gt;The second place winner is &lt;a href=&quot;https://devpost.com/software/baseline-mcp&quot;&gt;baseline-mcp&lt;/a&gt;, submitted by &lt;a href=&quot;https://www.linkedin.com/in/bleona/&quot;&gt;Technickel Dev&lt;/a&gt;!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;devsite-video video-id=&quot;lqBbUJ3QX5s&quot;&gt;&lt;/devsite-video&gt;&lt;/p&gt;

&lt;p&gt;This is an MCP server that provides AI-enabled development workflows with accurate information about web feature compatibility and their Baseline status.&lt;/p&gt;

&lt;p&gt;There&#39;s no denying how prevalent AI has become in web development, which is why tools like this are becoming increasingly important to steer agents towards generating more modern code. This project addresses that need well by providing agents with several useful MCP tools to answer a variety of questions about web features, grounded in the trusted &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;web-features&lt;/code&gt; data. In addition to performing rote tasks like looking up the Baseline status for a given feature ID, it can also perform logical tasks like figuring out the correct feature ID based on context and suggesting modern alternatives for outdated web features.&lt;/p&gt;

&lt;p&gt;Try it out in the &lt;a href=&quot;https://baseline-mcp-demo.web.app/&quot;&gt;web client demo&lt;/a&gt; and see the &lt;a href=&quot;https://github.com/Technickel-Dev/baseline-mcp&quot;&gt;GitHub repo&lt;/a&gt; for installation instructions, ways to interact with the server, and the source code.&lt;/p&gt;

&lt;p&gt;🥉 &lt;strong&gt;The third place winner is &lt;a href=&quot;https://devpost.com/software/baseline-status-for-video&quot;&gt;Baseline Status for Video&lt;/a&gt;, submitted by &lt;a href=&quot;https://www.linkedin.com/in/zoranjambor/&quot;&gt;Zoran Jambor&lt;/a&gt;!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;devsite-video video-id=&quot;Pa9gpjT2nUs&quot;&gt;&lt;/devsite-video&gt;&lt;/p&gt;

&lt;p&gt;This is a web application for generating Baseline widgets embedded in videos.&lt;/p&gt;

&lt;p&gt;The role of Baseline is to provide unambiguous browser compatibility information about web features, which you can reference in MDN articles, caniuse docs, and IDEs like VS Code and WebStorm. But developers get their information about web features from other places too—like YouTube. This project makes it easier for video creators and web influencers to generate Baseline information for a feature in a customizable and video-friendly way. Given the huge reach of some of the most popular web influencers, we&#39;re excited about the potential for this tool to help spread Baseline awareness to many more developers.&lt;/p&gt;

&lt;p&gt;This tool is powered by the &lt;a href=&quot;https://github.com/web-platform-dx/baseline-status&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&amp;lt;baseline-status&amp;gt;&lt;/code&gt;&lt;/a&gt; web component, which uses the &lt;a href=&quot;https://web.dev/articles/web-platform-dashboard-baseline&quot;&gt;Web Platform Dashboard API&lt;/a&gt; to get the Baseline status and browser implementation details for any feature ID you enter. The app records the widget animating in and out over a solid background, which can be keyed out in editing software.&lt;/p&gt;

&lt;p&gt;Visit the &lt;a href=&quot;https://baseline-status-for-video.css-weekly.com/&quot;&gt;Baseline Status for Video&lt;/a&gt; app to try it for yourself, or browse the source code on &lt;a href=&quot;https://github.com/ZoranJambor/baseline-status-for-video/&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;Huge congratulations to all of the winners! We&#39;d also like to thank &lt;a href=&quot;https://baseline.devpost.com/project-gallery&quot;&gt;everyone else&lt;/a&gt; who submitted a project and completed the feedback survey. All of the time and effort you poured into your creative and inspiring projects is greatly appreciated. The 10 winners of the &quot;Most Valuable Feedback&quot; prize have all been notified, and overall there were so many valuable and actionable suggestions that we&#39;re going to take back to the appropriate teams to make Baseline even better.&lt;/p&gt;

  

  
</description><link>https://web.dev/blog/baseline-hackathon-2025-winners?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-hackathon-2025-winners?hl=en</guid><pubDate>Mon, 27 Oct 2025 07:00:00 GMT</pubDate></item><item><title>URLPattern is now Baseline Newly available</title><description>&lt;p&gt;&lt;style&gt;
  .wd-author__links {
    display: flex;
  }
  &lt;/style&gt;

&lt;/p&gt;

&lt;p class=&quot;wd-pubdates&quot; style=&quot;font-size: 90%; border-bottom: 1px solid var(--devsite-ref-palette--grey200);color: var(--devsite-ref-palette--blue-grey700);&quot;&gt;
  Published: Oct 20, 2025
&lt;/p&gt;

&lt;devsite-iframe&gt;&lt;iframe src=&quot;https://web.dev/frame/blog/baseline-urlpattern/index_4d7a08b0ed0e332f6b873db2430a97291f0c345f2441f61581fde04f443cf3c6.frame&quot; class=&quot;framebox inherit-locale &quot; allow=&quot;clipboard-write https://web-dot-devsite-v2-prod-3p.appspot.com&quot; allowfullscreen=&quot;&quot; is-upgraded=&quot;&quot; referrerpolicy=&quot;no-referrer&quot;&gt;&lt;/iframe&gt;&lt;/devsite-iframe&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;If you&#39;ve ever built a feature that needs to react to URL changes, you&#39;ve likely found yourself writing complex regular expressions or pulling in a third-party library for routing. The &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/URL_Pattern_API&quot;&gt;URL Pattern API&lt;/a&gt;, now Baseline Newly available, provides a standardized, powerful, and interoperable solution for this common challenge.&lt;/p&gt;

&lt;p&gt;It lets you match URLs against a familiar pattern syntax, making it much less difficult to parse URLs and extract data with methods like &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;.exec()&lt;/code&gt; and &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;.test()&lt;/code&gt;.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;URLPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;/products/:id&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-nx&quot;&gt;console&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;log&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;test&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;https://example.com/products/123&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;));&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// true&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;The functionality of the URL Pattern API is available in the &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/URLPattern&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt; interface&lt;/a&gt;. In this post, you&#39;ll see how using it can help improve your codebase when you come across some common challenges.&lt;/p&gt;

&lt;h2 id=&quot;basic_url_pattern_matching&quot; data-text=&quot;Basic URL pattern matching&quot; tabindex=&quot;-1&quot;&gt;Basic URL pattern matching&lt;/h2&gt;

&lt;p&gt;Before the availability of the URL pattern API, basic URL pattern matching often meant combining &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/URL&quot;&gt;the older &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URL&lt;/code&gt; interface&lt;/a&gt; to parse a URL, then apply a separate—often complex—regular expression to the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;.pathname&lt;/code&gt; property to test for a match.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;URL&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;location&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;href&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathRegex&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-sr&quot;&gt;/^\/users\/([a-zA-Z0-9]+)\/?$/&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;isMatch&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathRegex&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;test&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;With &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt;, this task now requires less code, and is easier to read:&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;URLPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;/users/:id&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;isMatch&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;test&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;location&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;href&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;h2 id=&quot;extract_dynamic_parameters&quot; data-text=&quot;Extract dynamic parameters&quot; tabindex=&quot;-1&quot;&gt;Extract dynamic parameters&lt;/h2&gt;

&lt;p&gt;Another common use case for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt; is when you need to extract dynamic parameters from a URL. In the past, numbered regular expression capture groups were often relied on, which are positional and anonymous. You had to access parameters by their array index (&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;result[1]&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;result[2]&lt;/code&gt;), which is fragile when the order of the capture groups changes.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathRegex&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-sr&quot;&gt;/^\/books\/([a-z]+)\/(\d+)\/?$/&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathRegex&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;exec&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;/books/classics/12345&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// `result` is an array:&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// [&quot;/books/classics/12345&quot;, &quot;classics&quot;, &quot;12345&quot;]&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;category&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;?&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;devsite-syntax-mf&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kc&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;bookId&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;?&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;devsite-syntax-mf&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kc&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt; returns a structured groups object, featuring &lt;em&gt;named parameters&lt;/em&gt;. The names directly correspond to the keys in the resulting object, leading to explicit and robust code.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Pattern to match /books/&amp;lt;category&amp;gt;/&amp;lt;id&amp;gt;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;URLPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;/books/:category/:id&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;exec&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;/books/classics/12345&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// `result.pathname.groups` will return:&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// { category: &quot;classics&quot;, id: &quot;12345&quot; }&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;category&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;id&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;bookId&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;groups&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;h2 id=&quot;compose_multipart_matches&quot; data-text=&quot;Compose multipart matches&quot; tabindex=&quot;-1&quot;&gt;Compose multipart matches&lt;/h2&gt;

&lt;p&gt;The typical way to compose multipart matches for a URL in the past would be to use the &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URL&lt;/code&gt; constructor to get individual parts (&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;hostname&lt;/code&gt;, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;pathname&lt;/code&gt;), then run separate checks or regular expressions on each.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;URL&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;req&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-k&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;hostname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;endsWith&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;.cdn.com&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &amp;amp;&amp;amp; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;startsWith&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;/images/&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;))&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Do something&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt; supports this natively, with predictable controls:&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;URLPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;hostname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;*.cdn.com&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;/images/*&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-k&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;test&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;req&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;))&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Do something&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;h2 id=&quot;project_dependencies&quot; data-text=&quot;Project dependencies&quot; tabindex=&quot;-1&quot;&gt;Project dependencies&lt;/h2&gt;

&lt;p&gt;Prior to &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt;, processing URL strings was often delegated to a third-party library to the application bundle to handle routing logic robustly.&lt;/p&gt;

&lt;p&gt;Now that &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt; is Baseline Newly available, you&#39;ll have zero dependencies for doing this type of work. The functionality is built into the browser, reducing bundle size, eliminating a dependency to manage, and using a potentially more performant in-browser implementation that works across all major browser engines.&lt;/p&gt;

&lt;h2 id=&quot;detailed_usage&quot; data-text=&quot;Detailed usage&quot; tabindex=&quot;-1&quot;&gt;Detailed usage&lt;/h2&gt;

&lt;p&gt;The usefulness of &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt; is in its ability to serve both basic and advanced use cases. You can start with simpler path matching and layer in more powerful features as you need them. Here are some common scenarios.&lt;/p&gt;

&lt;h3 id=&quot;match_a_path_and_extract_parameters&quot; data-text=&quot;Match a path and extract parameters&quot; tabindex=&quot;-1&quot;&gt;Match a path and extract parameters&lt;/h3&gt;

&lt;p&gt;A common use case of URL pattern matching is client-side routing. &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt; makes it very clean. You can check if a URL matches a pattern with &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;.test()&lt;/code&gt;, and extract the dynamic parts with &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;.exec()&lt;/code&gt;.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;URLPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;/products/:category/:id&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Use .test() for a boolean check&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-nx&quot;&gt;console&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;log&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;test&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;https://example.com/products/electronics/123&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;));&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// → true&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-nx&quot;&gt;console&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;log&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;test&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;https://example.com/blog&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;));&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// → false&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Use .exec() to extract the named groups&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;exec&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;https://example.com/products/electronics/123&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-k&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;category&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;id&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;groups&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;console&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;log&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-sb&quot;&gt;`Loading product &lt;/span&gt;&lt;span class=&quot;devsite-syntax-si&quot;&gt;${&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;id&lt;/span&gt;&lt;span class=&quot;devsite-syntax-si&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;devsite-syntax-sb&quot;&gt; from the &lt;/span&gt;&lt;span class=&quot;devsite-syntax-si&quot;&gt;${&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;category&lt;/span&gt;&lt;span class=&quot;devsite-syntax-si&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;devsite-syntax-sb&quot;&gt; category.`&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// → &quot;Loading product 123 from the electronics category.&quot;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;h3 id=&quot;how_to_match_subdomains_and_more&quot; data-text=&quot;How to match subdomains and more&quot; tabindex=&quot;-1&quot;&gt;How to match subdomains and more&lt;/h3&gt;

&lt;p&gt;Unlike many routing libraries, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt; is a full URL matcher. This is perfect for apps that behave differently based on the hostname, like routing API calls to a specific subdomain.&lt;/p&gt;

&lt;p&gt;Here, a pattern is created that only matches requests to an &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;api&lt;/code&gt; subdomain and a specific path.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;apiPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;URLPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;hostname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;:subdomain.myapp.com&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;,&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;/api/v:version/*&quot;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;apiPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;exec&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;https://api.myapp.com/api/v2/users&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-k&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;subdomain&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;hostname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;groups&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;version&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;groups&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;console&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;log&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-sb&quot;&gt;`Request to the &#39;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-si&quot;&gt;${&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;subdomain&lt;/span&gt;&lt;span class=&quot;devsite-syntax-si&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;devsite-syntax-sb&quot;&gt;&#39; subdomain, API version &lt;/span&gt;&lt;span class=&quot;devsite-syntax-si&quot;&gt;${&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;version&lt;/span&gt;&lt;span class=&quot;devsite-syntax-si&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;devsite-syntax-sb&quot;&gt;.`&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// → &quot;Request to the &#39;api&#39; subdomain, API version 2.&quot;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;h3 id=&quot;wildcards_and_regular_expressions&quot; data-text=&quot;Wildcards and regular expressions&quot; tabindex=&quot;-1&quot;&gt;Wildcards and regular expressions&lt;/h3&gt;

&lt;p&gt;When you need more flexibility than named groups alone can provide, &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt; supports wildcards (&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;*&lt;/code&gt;) and embedding regular expressions directly into your patterns for better control.&lt;/p&gt;

&lt;p&gt;For example, here&#39;s a pattern to match any image file within a user&#39;s asset folder, while also ensuring the user ID is a number.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// :userId(\\d+) - Matches a named group &#39;userId&#39;, but only if it contains one or more digits.&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// * - A wildcard that matches any character until the next separator (like a &#39;.&#39;)&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;assetPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;URLPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;/users/:userId(\\d+)/assets/*.(jpg|png|gif)&quot;&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result1&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;assetPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;exec&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;https://example.com/users/123/assets/profile.jpg&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-nx&quot;&gt;console&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;log&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result1&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;?&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;groups&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;userId&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// → &quot;123&quot; (It matches)&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result2&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;assetPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;exec&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;https://example.com/users/abc/assets/avatar.png&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-nx&quot;&gt;console&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;log&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;result2&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;);&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// → null (It fails because &#39;abc&#39; is not a digit)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;h3 id=&quot;a_practical_example_routing_in_a_service_worker&quot; data-text=&quot;A practical example: routing in a service worker&quot; tabindex=&quot;-1&quot;&gt;A practical example: routing in a service worker&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://web.dev/learn/pwa/service-workers&quot;&gt;Service workers&lt;/a&gt; are a perfect use case for &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt;. You can cleanly intercept &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;fetch&lt;/code&gt; requests and apply different caching strategies without messy regular expressions or conditional statements relaying on &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;url.includes()&lt;/code&gt;.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;devsite-code&gt;&lt;pre class=&quot;devsite-click-to-copy&quot; translate=&quot;no&quot; dir=&quot;ltr&quot; is-upgraded=&quot;&quot; syntax=&quot;JavaScript&quot;&gt;&lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Inside your service worker file:&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;IMAGE_ASSETS&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;URLPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;/images/*&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;API_CALLS&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-ow&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;URLPattern&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;({&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;pathname&lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;/api/*&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-nx&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;addEventListener&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-s2&quot;&gt;&quot;fetch&quot;&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&amp;gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-kd&quot;&gt;const&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;request&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;;&lt;/span&gt;

&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;IMAGE_ASSETS&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;test&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;))&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Apply a cache-first strategy for images&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;respondWith&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;cacheFirst&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;request&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;));&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-k&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;API_CALLS&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;test&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;))&lt;/span&gt;&lt;span class=&quot;devsite-syntax-w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;{&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-c1&quot;&gt;// Apply a network-first strategy for API calls&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;    &lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;respondWith&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;networkFirst&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;event&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;devsite-syntax-nx&quot;&gt;request&lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;));&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-w&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;devsite-syntax-p&quot;&gt;}&lt;/span&gt;
&lt;span class=&quot;devsite-syntax-p&quot;&gt;});&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/devsite-code&gt;
&lt;p&gt;For years, URL routing in the browser has meant complex regular expressions or third-party libraries. &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt; changes that by offering a robust, adaptable, and standardized solution built directly into the browser.&lt;/p&gt;

&lt;p&gt;So, the next time you find yourself writing a regular expression to parse a URL, stop and consider &lt;code translate=&quot;no&quot; dir=&quot;ltr&quot;&gt;URLPattern&lt;/code&gt;. Try refactoring a complex routing module in your code, or use it in your next service worker to handle fetch requests. You might find you can simplify your code and maybe even remove a dependency in the process!&lt;/p&gt;

&lt;p&gt;The URL Pattern API is packed with more features than can be covered here. To dive deeper and see a full reference of all its capabilities, check out the comprehensive documentation on &lt;a href=&quot;https://developer.mozilla.org/docs/Web/API/URLPattern&quot;&gt;MDN Web Docs&lt;/a&gt;.&lt;/p&gt;
  

  
</description><link>https://web.dev/blog/baseline-urlpattern?hl=en</link><guid isPermaLink="false">https://web.dev/blog/baseline-urlpattern?hl=en</guid><pubDate>Mon, 20 Oct 2025 07:00:00 GMT</pubDate></item></channel></rss>