Skip to content

Commit 4b17e10

Browse files
chore: Daily update metadata
Generated by daily GitHub Actions workflow
1 parent e83c5ea commit 4b17e10

8 files changed

Lines changed: 130 additions & 17 deletions

File tree

data/developer-signals.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,15 @@
253253
},
254254
"corner-shape": {
255255
"url": "https://github.com/web-platform-dx/developer-signals/issues/398",
256-
"votes": 95
256+
"votes": 96
257257
},
258258
"counter-reset-reversed": {
259259
"url": "https://github.com/web-platform-dx/developer-signals/issues/160",
260260
"votes": 0
261261
},
262262
"cross-document-view-transitions": {
263263
"url": "https://github.com/web-platform-dx/developer-signals/issues/248",
264-
"votes": 48
264+
"votes": 49
265265
},
266266
"cross-fade": {
267267
"url": "https://github.com/web-platform-dx/developer-signals/issues/55",
@@ -585,7 +585,7 @@
585585
},
586586
"interpolate-size": {
587587
"url": "https://github.com/web-platform-dx/developer-signals/issues/253",
588-
"votes": 66
588+
"votes": 67
589589
},
590590
"intersection-observer-v2": {
591591
"url": "https://github.com/web-platform-dx/developer-signals/issues/98",
@@ -1089,7 +1089,7 @@
10891089
},
10901090
"text-box": {
10911091
"url": "https://github.com/web-platform-dx/developer-signals/issues/265",
1092-
"votes": 74
1092+
"votes": 75
10931093
},
10941094
"text-decoration-selection": {
10951095
"url": "https://github.com/web-platform-dx/developer-signals/issues/181",

data/mdn.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7989,6 +7989,14 @@
79897989
"url": "https://developer.mozilla.org/docs/Web/SVG/Reference/Element/filter"
79907990
}
79917991
],
7992+
"switch-control": [
7993+
{
7994+
"slug": "Web/HTML/Reference/Elements/input#switch",
7995+
"title": "`<input>` HTML input element",
7996+
"anchor": "switch",
7997+
"url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/input#switch"
7998+
}
7999+
],
79928000
"symbol": [
79938001
{
79948002
"slug": "Web/JavaScript/Reference/Global_Objects/Symbol",

data/web-features.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22671,6 +22671,21 @@ export const features = {
2267122671
}
2267222672
}
2267322673
},
22674+
"switch-control": {
22675+
"description_html": "The <code>switch</code> attribute, when present on an <code>&#x3C;input type=\"checkbox\"></code> HTML element, renders a switch control with an on and off state instead of a checkbox control.",
22676+
"kind": "feature",
22677+
"name": "<input type=\"checkbox\" switch>",
22678+
"spec": [
22679+
"https://github.com/whatwg/html/pull/9546"
22680+
],
22681+
"status": {
22682+
"baseline": false,
22683+
"support": {
22684+
"safari": "17.4",
22685+
"safari_ios": "17.4"
22686+
}
22687+
}
22688+
},
2267422689
"symbol": {
2267522690
"description_html": "A <code>Symbol</code> value is a unique, non-enumerable primitive value used for encapsulation or information hiding. For example, a symbol can be a key of an object that can never collide with any other key.",
2267622691
"kind": "feature",

docs/data/developer-signals.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,15 @@
253253
},
254254
"corner-shape": {
255255
"url": "https://github.com/web-platform-dx/developer-signals/issues/398",
256-
"votes": 95
256+
"votes": 96
257257
},
258258
"counter-reset-reversed": {
259259
"url": "https://github.com/web-platform-dx/developer-signals/issues/160",
260260
"votes": 0
261261
},
262262
"cross-document-view-transitions": {
263263
"url": "https://github.com/web-platform-dx/developer-signals/issues/248",
264-
"votes": 48
264+
"votes": 49
265265
},
266266
"cross-fade": {
267267
"url": "https://github.com/web-platform-dx/developer-signals/issues/55",
@@ -585,7 +585,7 @@
585585
},
586586
"interpolate-size": {
587587
"url": "https://github.com/web-platform-dx/developer-signals/issues/253",
588-
"votes": 66
588+
"votes": 67
589589
},
590590
"intersection-observer-v2": {
591591
"url": "https://github.com/web-platform-dx/developer-signals/issues/98",
@@ -1089,7 +1089,7 @@
10891089
},
10901090
"text-box": {
10911091
"url": "https://github.com/web-platform-dx/developer-signals/issues/265",
1092-
"votes": 74
1092+
"votes": 75
10931093
},
10941094
"text-decoration-selection": {
10951095
"url": "https://github.com/web-platform-dx/developer-signals/issues/181",

docs/data/mdn.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7989,6 +7989,14 @@
79897989
"url": "https://developer.mozilla.org/docs/Web/SVG/Reference/Element/filter"
79907990
}
79917991
],
7992+
"switch-control": [
7993+
{
7994+
"slug": "Web/HTML/Reference/Elements/input#switch",
7995+
"title": "`<input>` HTML input element",
7996+
"anchor": "switch",
7997+
"url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/input#switch"
7998+
}
7999+
],
79928000
"symbol": [
79938001
{
79948002
"slug": "Web/JavaScript/Reference/Global_Objects/Symbol",

docs/data/web-features.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22671,6 +22671,21 @@ export const features = {
2267122671
}
2267222672
}
2267322673
},
22674+
"switch-control": {
22675+
"description_html": "The <code>switch</code> attribute, when present on an <code>&#x3C;input type=\"checkbox\"></code> HTML element, renders a switch control with an on and off state instead of a checkbox control.",
22676+
"kind": "feature",
22677+
"name": "<input type=\"checkbox\" switch>",
22678+
"spec": [
22679+
"https://github.com/whatwg/html/pull/9546"
22680+
],
22681+
"status": {
22682+
"baseline": false,
22683+
"support": {
22684+
"safari": "17.4",
22685+
"safari_ios": "17.4"
22686+
}
22687+
}
22688+
},
2267422689
"symbol": {
2267522690
"description_html": "A <code>Symbol</code> value is a unique, non-enumerable primitive value used for encapsulation or information hiding. For example, a symbol can be a key of an object that can never collide with any other key.",
2267622691
"kind": "feature",

docs/index.html

Lines changed: 75 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47013,8 +47013,8 @@ <h3 class="feature-title">
4701347013
</button>
4701447014

4701547015
<div class="upvote-info title-upvote">
47016-
<a href="https://github.com/web-platform-dx/developer-signals/issues/398" class="upvote-count" target="_blank" rel="noopener noreferrer" aria-label="95 developer signals on GitHub">
47017-
<span class="upvote-icon" aria-hidden="true">👍</span> 95
47016+
<a href="https://github.com/web-platform-dx/developer-signals/issues/398" class="upvote-count" target="_blank" rel="noopener noreferrer" aria-label="96 developer signals on GitHub">
47017+
<span class="upvote-icon" aria-hidden="true">👍</span> 96
4701847018
</a>
4701947019
</div>
4702047020

@@ -53426,8 +53426,8 @@ <h3 class="feature-title">
5342653426
</button>
5342753427

5342853428
<div class="upvote-info title-upvote">
53429-
<a href="https://github.com/web-platform-dx/developer-signals/issues/265" class="upvote-count" target="_blank" rel="noopener noreferrer" aria-label="74 developer signals on GitHub">
53430-
<span class="upvote-icon" aria-hidden="true">👍</span> 74
53429+
<a href="https://github.com/web-platform-dx/developer-signals/issues/265" class="upvote-count" target="_blank" rel="noopener noreferrer" aria-label="75 developer signals on GitHub">
53430+
<span class="upvote-icon" aria-hidden="true">👍</span> 75
5343153431
</a>
5343253432
</div>
5343353433

@@ -54922,8 +54922,8 @@ <h3 class="feature-title">
5492254922
</button>
5492354923

5492454924
<div class="upvote-info title-upvote">
54925-
<a href="https://github.com/web-platform-dx/developer-signals/issues/248" class="upvote-count" target="_blank" rel="noopener noreferrer" aria-label="48 developer signals on GitHub">
54926-
<span class="upvote-icon" aria-hidden="true">👍</span> 48
54925+
<a href="https://github.com/web-platform-dx/developer-signals/issues/248" class="upvote-count" target="_blank" rel="noopener noreferrer" aria-label="49 developer signals on GitHub">
54926+
<span class="upvote-icon" aria-hidden="true">👍</span> 49
5492754927
</a>
5492854928
</div>
5492954929

@@ -58148,8 +58148,8 @@ <h3 class="feature-title">
5814858148
</button>
5814958149

5815058150
<div class="upvote-info title-upvote">
58151-
<a href="https://github.com/web-platform-dx/developer-signals/issues/253" class="upvote-count" target="_blank" rel="noopener noreferrer" aria-label="66 developer signals on GitHub">
58152-
<span class="upvote-icon" aria-hidden="true">👍</span> 66
58151+
<a href="https://github.com/web-platform-dx/developer-signals/issues/253" class="upvote-count" target="_blank" rel="noopener noreferrer" aria-label="67 developer signals on GitHub">
58152+
<span class="upvote-icon" aria-hidden="true">👍</span> 67
5815358153
</a>
5815458154
</div>
5815558155

@@ -70829,6 +70829,73 @@ <h3 class="feature-title">
7082970829
</div>
7083070830
</div>
7083170831

70832+
<div id="feature-switch-control-limited-availability" class="feature-card limited-availability" data-browser-safari-17.4="true" data-browser-safari_ios-17.4="true">
70833+
<div class="feature-card-header">
70834+
<div class="feature-top-row">
70835+
<div class="title-container">
70836+
<h3 class="feature-title">
70837+
<button class="feature-toggle-btn" type="button" aria-expanded="false" aria-controls="details-feature-switch-control-limited-availability">
70838+
<img src="images/baseline-limited-icon.svg" alt="Limited availability" class="baseline-icon" title="Limited availability across browsers">
70839+
70840+
<span>&lt;input type=&quot;checkbox&quot; switch&gt;</span>
70841+
</button>
70842+
70843+
<a href="#feature-switch-control-limited-availability" class="feature-link-icon" aria-label="Permalink to &lt;input type=&quot;checkbox&quot; switch&gt; (Limited availability)"><span aria-hidden="true">🔗</span></a>
70844+
</h3>
70845+
</div>
70846+
<div class="browser-support">
70847+
<button class="browser-tag safari" type="button" data-browser="safari" data-version="17.4" data-filter="safari:17.4" aria-pressed="false" aria-label="Filter timeline by Safari version 17.4">
70848+
<img src="images/safari.svg" alt="" class="browser-logo" aria-hidden="true">
70849+
<span>17.4</span>
70850+
</button>
70851+
</div>
70852+
</div>
70853+
<div class="feature-details" id="details-feature-switch-control-limited-availability" style="display: none;">
70854+
70855+
<div class="feature-description">The <code>switch</code> attribute, when present on an <code>&#x3C;input type="checkbox"></code> HTML element, renders a switch control with an on and off state instead of a checkbox control.</div>
70856+
<div class="availability-info-text">Limited availability across browsers since March 5, 2024.</div>
70857+
70858+
<div class="browser-support-table-container">
70859+
<table class="browser-support-table">
70860+
<caption class="visually-hidden">Browser support details for &lt;input type=&quot;checkbox&quot; switch&gt;</caption>
70861+
<thead>
70862+
<tr>
70863+
<th scope="col">Browser Version</th>
70864+
<th scope="col">Release Date</th>
70865+
</tr>
70866+
</thead>
70867+
<tbody>
70868+
70869+
<tr>
70870+
<td>
70871+
<div class="browser-cell">
70872+
<img src="images/safari.svg" alt="safari logo" class="browser-logo">
70873+
<span>Safari 17.4</span>
70874+
</div>
70875+
</td>
70876+
<td class="date-cell">Mar 5, 2024</td>
70877+
</tr>
70878+
70879+
<tr>
70880+
<td>
70881+
<div class="browser-cell">
70882+
<img src="images/safari.svg" alt="safari logo" class="browser-logo">
70883+
<span>Safari 17.4 (iOS)</span>
70884+
</div>
70885+
</td>
70886+
<td class="date-cell">Mar 5, 2024</td>
70887+
</tr>
70888+
70889+
</tbody>
70890+
</table>
70891+
</div>
70892+
70893+
70894+
<div class="feature-links"><a href="https://github.com/whatwg/html/pull/9546" class="spec-link" target="_blank" rel="noopener">Specification<span class="visually-hidden"> for &lt;input type=&quot;checkbox&quot; switch&gt; (opens in a new tab)</span></a><a href="https://webstatus.dev/features/switch-control" class="webstatus-link" target="_blank" rel="noopener">Web Status<span class="visually-hidden"> for &lt;input type=&quot;checkbox&quot; switch&gt; (opens in a new tab)</span></a><a href="https://web-platform-dx.github.io/web-features-explorer/features/switch-control/" class="web-platform-dx-link" target="_blank" rel="noopener">Web Features Explorer<span class="visually-hidden"> for &lt;input type=&quot;checkbox&quot; switch&gt; (opens in a new tab)</span></a><a href="https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/input#switch" class="mdn-link" title="`&lt;input&gt;` HTML input element" target="_blank" rel="noopener">MDN<span class="visually-hidden"> documentation for &lt;input type=&quot;checkbox&quot; switch&gt; (opens in a new tab)</span></a></div>
70895+
</div>
70896+
</div>
70897+
</div>
70898+
7083270899
<div id="feature-transferable-arraybuffer-newly-available" class="feature-card newly-available" data-browser-chrome-114="true" data-browser-chrome_android-114="true" data-browser-edge-114="true" data-browser-firefox-122="true" data-browser-firefox_android-122="true" data-browser-safari-17.4="true" data-browser-safari_ios-17.4="true">
7083370900
<div class="feature-card-header">
7083470901
<div class="feature-top-row">

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)