Skip to content

Commit 921c6c0

Browse files
Deploying to gh-pages from @ 5101d15 🚀
1 parent 6fff7d2 commit 921c6c0

File tree

718 files changed

+736
-724
lines changed

Some content is hidden

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

718 files changed

+736
-724
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/11/2026 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>3.23.0-dev-20260410165733-6e12b0d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>7.3.11</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/12/2026 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>3.23.0-dev-20260410165733-6e12b0d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>7.3.11</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

assets/apexcharts.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ rect.legend-mouseover-inactive,
7676
opacity: 0
7777
}
7878

79+
.apexcharts-canvas svg:focus:not(:focus-visible) {
80+
outline: none;
81+
}
82+
7983
/* Keyboard navigation focus indicator on SVG data elements.
8084
SVG elements don't support CSS outline, so we use stroke. */
8185
.apexcharts-bar-area.apexcharts-keyboard-focused,

assets/apexcharts.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

features/aborting.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
"hasNegativeStandardPosition": false,
272272
"stateOfSurveys": [],
273273
"chromeUseCounters": {
274-
"percentageOfPageLoad": 0.50069051,
274+
"percentageOfPageLoad": 0.49803016,
275275
"url": "https://chromestatus.com/metrics/webfeature/timeline/popularity/124"
276276
},
277277
"interop": [],

features/aborting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h3>Browser support <span class="subtext">(<a href="https://caniuse.com/abortcon
185185

186186
<div class="use-counters feature-box">
187187
<h3>Usage <span class="subtext">(according to <a href="https://chromestatus.com/metrics/webfeature/popularity">Chrome Platform Status</a>)</span></h3>
188-
~50.069% of page loads. <a href="https://chromestatus.com/metrics/webfeature/timeline/popularity/124">More data at chromestatus.com</a>.
188+
~49.803% of page loads. <a href="https://chromestatus.com/metrics/webfeature/timeline/popularity/124">More data at chromestatus.com</a>.
189189
</div>
190190

191191

features/abortsignal-any.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"hasNegativeStandardPosition": false,
109109
"stateOfSurveys": [],
110110
"chromeUseCounters": {
111-
"percentageOfPageLoad": 0.00570557,
111+
"percentageOfPageLoad": 0.00513905,
112112
"url": "https://chromestatus.com/metrics/webfeature/timeline/popularity/88"
113113
},
114114
"interop": [],

features/abortsignal-any/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h3>Browser support</h3>
179179

180180
<div class="use-counters feature-box">
181181
<h3>Usage <span class="subtext">(according to <a href="https://chromestatus.com/metrics/webfeature/popularity">Chrome Platform Status</a>)</span></h3>
182-
~0.571% of page loads. <a href="https://chromestatus.com/metrics/webfeature/timeline/popularity/88">More data at chromestatus.com</a>.
182+
~0.514% of page loads. <a href="https://chromestatus.com/metrics/webfeature/timeline/popularity/88">More data at chromestatus.com</a>.
183183
</div>
184184

185185

features/accelerometer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"hasNegativeStandardPosition": true,
209209
"stateOfSurveys": [],
210210
"chromeUseCounters": {
211-
"percentageOfPageLoad": 0.00104515,
211+
"percentageOfPageLoad": 0.00107133,
212212
"url": "https://chromestatus.com/metrics/webfeature/timeline/popularity/147"
213213
},
214214
"interop": [],

features/accelerometer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h3>Browser support</h3>
221221

222222
<div class="use-counters feature-box">
223223
<h3>Usage <span class="subtext">(according to <a href="https://chromestatus.com/metrics/webfeature/popularity">Chrome Platform Status</a>)</span></h3>
224-
~0.105% of page loads. <a href="https://chromestatus.com/metrics/webfeature/timeline/popularity/147">More data at chromestatus.com</a>.
224+
~0.107% of page loads. <a href="https://chromestatus.com/metrics/webfeature/timeline/popularity/147">More data at chromestatus.com</a>.
225225
</div>
226226

227227

features/accent-color.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
}
135135
],
136136
"chromeUseCounters": {
137-
"percentageOfPageLoad": 0.02550682,
137+
"percentageOfPageLoad": 0.02448766,
138138
"url": "https://chromestatus.com/metrics/webfeature/timeline/popularity/6"
139139
},
140140
"interop": [],

0 commit comments

Comments
 (0)