Skip to content

Commit 1e26d7b

Browse files
Deploying to gh-pages from @ 3c8ce2b 🚀
1 parent 4a9a699 commit 1e26d7b

File tree

745 files changed

+1614
-775
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

745 files changed

+1614
-775
lines changed

about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1>About this website</h1>
4141

4242
<p>To learn more about Baseline, see <a href="https://web-platform-dx.github.io/web-features/">What is Baseline?</a>.</p>
4343

44-
<p>The website's content was last generated on 4/3/2026 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>3.22.1-dev-20260403070433-ea64c8f</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>7.3.9</code>. The source code of the website is at <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
44+
<p>The website's content was last generated on 4/4/2026 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>3.22.1-dev-20260403161612-6fb9262</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>7.3.10</code>. The source code of the website is at <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
4545

4646
<h2>Other pages</h2>
4747

all/index.html

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12228,6 +12228,99 @@ <h2><a href="/web-features-explorer/features/border-radius/">border-radius</a></
1222812228

1222912229
</li>
1223012230

12231+
</ul>
12232+
</div>
12233+
</li>
12234+
12235+
<li>
12236+
<div id="border-shape" class="feature short baseline-false">
12237+
<div class="header">
12238+
<h2><a href="/web-features-explorer/features/border-shape/">border-shape</a></h2>
12239+
<div class="availability">
12240+
12241+
Limited availability
12242+
12243+
12244+
12245+
</div>
12246+
</div>
12247+
12248+
<p>The <code>border-shape</code> CSS property sets the geometry of the border box, changing the shape of any applicable border, border image, focus outline, or shadow.</p>
12249+
12250+
<p><strong><a href="/web-features-explorer/features/border-shape/">Learn more</a></strong></p>
12251+
12252+
<ul class="compat">
12253+
12254+
<li class="browser browser-chrome">
12255+
<span class="name">Chrome</span>
12256+
12257+
12258+
<span class="version">❌</span>
12259+
12260+
12261+
12262+
</li>
12263+
12264+
<li class="browser browser-chrome_android">
12265+
<span class="name">Chrome Android</span>
12266+
12267+
12268+
<span class="version">❌</span>
12269+
12270+
12271+
12272+
</li>
12273+
12274+
<li class="browser browser-edge">
12275+
<span class="name">Edge</span>
12276+
12277+
12278+
<span class="version">❌</span>
12279+
12280+
12281+
12282+
</li>
12283+
12284+
<li class="browser browser-firefox">
12285+
<span class="name">Firefox</span>
12286+
12287+
12288+
<span class="version">❌</span>
12289+
12290+
12291+
12292+
</li>
12293+
12294+
<li class="browser browser-firefox_android">
12295+
<span class="name">Firefox for Android</span>
12296+
12297+
12298+
<span class="version">❌</span>
12299+
12300+
12301+
12302+
</li>
12303+
12304+
<li class="browser browser-safari">
12305+
<span class="name">Safari</span>
12306+
12307+
12308+
<span class="version">❌</span>
12309+
12310+
12311+
12312+
</li>
12313+
12314+
<li class="browser browser-safari_ios">
12315+
<span class="name">Safari on iOS</span>
12316+
12317+
12318+
<span class="version">❌</span>
12319+
12320+
12321+
12322+
</li>
12323+
1223112324
</ul>
1223212325
</div>
1223312326
</li>

bcd-mapping/index.html

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
<h1>Mapping of the BCD keys in web-features</h1>
6161

6262
<ul>
63-
<li>All BCD keys: 17511</li>
64-
<li>Keys mapped in web-features: 14639</li>
63+
<li>All BCD keys: 17529</li>
64+
<li>Keys mapped in web-features: 14641</li>
6565
<li>Percentage mapped: 84%</li>
6666
</ul>
6767

@@ -465,6 +465,8 @@ <h2>Unmapped BCD keys</h2>
465465

466466
<li class="deprecated ">api.Element.afterscriptexecute_event</li>
467467

468+
<li class="">api.Element.attachShadow.options_referenceTarget_parameter</li>
469+
468470
<li class="deprecated ">api.Element.beforescriptexecute_event</li>
469471

470472
<li class="">api.Element.gesturechange_event</li>
@@ -1093,6 +1095,8 @@ <h2>Unmapped BCD keys</h2>
10931095

10941096
<li class="deprecated group-start">api.HTMLStyleElement.type</li>
10951097

1098+
<li class="group-start">api.HTMLTemplateElement.shadowRootReferenceTarget</li>
1099+
10961100
<li class="deprecated group-start">api.HTMLUListElement.compact</li>
10971101

10981102
<li class="deprecated ">api.HTMLUListElement.type</li>
@@ -1597,6 +1601,12 @@ <h2>Unmapped BCD keys</h2>
15971601

15981602
<li class="">api.Permissions.permission_clipboard-read</li>
15991603

1604+
<li class="">api.Permissions.permission_local-network</li>
1605+
1606+
<li class="">api.Permissions.permission_local-network-access</li>
1607+
1608+
<li class="">api.Permissions.permission_loopback-network</li>
1609+
16001610
<li class="">api.Permissions.requestAll</li>
16011611

16021612
<li class="deprecated ">api.Permissions.revoke</li>
@@ -1871,6 +1881,8 @@ <h2>Unmapped BCD keys</h2>
18711881

18721882
<li class="">api.Request.Request.init_privateToken_parameter</li>
18731883

1884+
<li class="">api.Request.Request.init_targetAddressSpace_parameter</li>
1885+
18741886
<li class="deprecated group-start">api.SVGAnimateColorElement</li>
18751887

18761888
<li class="group-start">api.SVGAnimatedString.baseVal.enforces_trusted_types</li>
@@ -2371,6 +2383,8 @@ <h2>Unmapped BCD keys</h2>
23712383

23722384
<li class="">api.fetch.init_privateToken_parameter</li>
23732385

2386+
<li class="">api.fetch.init_targetAddressSpace_parameter</li>
2387+
23742388
<li class="group-start">api.origin</li>
23752389

23762390
<li class="group-start">api.reportError</li>
@@ -2987,10 +3001,6 @@ <h2>Unmapped BCD keys</h2>
29873001

29883002
<li class="">css.properties.border-right-color.currentColor</li>
29893003

2990-
<li class="">css.properties.border-shape</li>
2991-
2992-
<li class="">css.properties.border-shape.none</li>
2993-
29943004
<li class="">css.properties.border-top.currentColor</li>
29953005

29963006
<li class="">css.properties.border-top-color.currentColor</li>
@@ -4665,6 +4675,8 @@ <h2>Unmapped BCD keys</h2>
46654675

46664676
<li class="">html.elements.video.autoplay.requires_muted_audio</li>
46674677

4678+
<li class="">html.elements.video.loading</li>
4679+
46684680
<li class="deprecated ">html.elements.xmp</li>
46694681

46704682
<li class="group-start">html.global_attributes.anchor</li>
@@ -4795,6 +4807,12 @@ <h2>Unmapped BCD keys</h2>
47954807

47964808
<li class="">http.headers.Permissions-Policy.identity-credentials-get</li>
47974809

4810+
<li class="">http.headers.Permissions-Policy.local-network</li>
4811+
4812+
<li class="">http.headers.Permissions-Policy.local-network-access</li>
4813+
4814+
<li class="">http.headers.Permissions-Policy.loopback-network</li>
4815+
47984816
<li class="">http.headers.Permissions-Policy.on-device-speech-recognition</li>
47994817

48004818
<li class="">http.headers.Permissions-Policy.private-state-token-issuance</li>
@@ -4947,6 +4965,10 @@ <h2>Unmapped BCD keys</h2>
49474965

49484966
<li class="">manifests.webapp.display_override.tabbed</li>
49494967

4968+
<li class="">manifests.webapp.migrate_from</li>
4969+
4970+
<li class="">manifests.webapp.migrate_to</li>
4971+
49504972
<li class="">manifests.webapp.note_taking</li>
49514973

49524974
<li class="">manifests.webapp.note_taking.new_note_url</li>
@@ -5031,6 +5053,16 @@ <h2>Unmapped BCD keys</h2>
50315053

50325054
<li class="">webdriver.bidi.browser.setClientWindowState.clientWindow_parameter</li>
50335055

5056+
<li class="">webdriver.bidi.browser.setClientWindowState.height_parameter</li>
5057+
5058+
<li class="">webdriver.bidi.browser.setClientWindowState.state_parameter</li>
5059+
5060+
<li class="">webdriver.bidi.browser.setClientWindowState.width_parameter</li>
5061+
5062+
<li class="">webdriver.bidi.browser.setClientWindowState.x_parameter</li>
5063+
5064+
<li class="">webdriver.bidi.browser.setClientWindowState.y_parameter</li>
5065+
50345066
<li class="">webdriver.bidi.browser.setDownloadBehavior</li>
50355067

50365068
<li class="">webdriver.bidi.browser.setDownloadBehavior.downloadBehavior_parameter</li>

browsers/chrome-android/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2893,6 +2893,8 @@ <h1>New features in Chrome Android 146 (released on 2026-03-10)</h1>
28932893

28942894

28952895

2896+
2897+
28962898

28972899

28982900

browsers/chrome/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2939,6 +2939,8 @@ <h1>New features in Chrome 146 (released on 2026-03-10)</h1>
29392939

29402940

29412941

2942+
2943+
29422944

29432945

29442946

browsers/edge/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2797,6 +2797,8 @@ <h1>New features in Edge 146 (released on 2026-03-13)</h1>
27972797

27982798

27992799

2800+
2801+
28002802

28012803

28022804

browsers/firefox-android/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,6 +2149,8 @@ <h1>New features in Firefox for Android 149 (released on 2026-03-24)</h1>
21492149

21502150

21512151

2152+
2153+
21522154

21532155

21542156

browsers/firefox/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2187,6 +2187,8 @@ <h1>New features in Firefox 149 (released on 2026-03-24)</h1>
21872187

21882188

21892189

2190+
2191+
21902192

21912193

21922194

browsers/safari-ios/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2759,6 +2759,8 @@ <h1>New features in Safari on iOS 26.4 (released on 2026-03-24)</h1>
27592759

27602760

27612761

2762+
2763+
27622764

27632765

27642766

browsers/safari/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2765,6 +2765,8 @@ <h1>New features in Safari 26.4 (released on 2026-03-24)</h1>
27652765

27662766

27672767

2768+
2769+
27682770

27692771

27702772

0 commit comments

Comments
 (0)