Skip to content

Commit

Permalink
Deploying to gh-pages from @ c363224 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Jul 25, 2024
1 parent 00dbdaa commit 6018fc3
Show file tree
Hide file tree
Showing 520 changed files with 3,440 additions and 2,878 deletions.
618 changes: 339 additions & 279 deletions all/index.html

Large diffs are not rendered by default.

3,376 changes: 1,729 additions & 1,647 deletions baseline/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions features/a/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>&lt;a&gt;</h1>
<div class="availability">


Widely available since 2018-01-29 (baseline high)
Widely available since 2018-01-29
</div>
</div>
<p>The <code>&#x3C;a></code> element creates a hyperlink to any resource that's accessible via a URL, such as web pages, files, email addresses, or locations within the same page.</p>
Expand Down Expand Up @@ -235,7 +235,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/abbr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>&lt;abbr&gt;</h1>
<div class="availability">


Widely available since 2018-01-29 (baseline high)
Widely available since 2018-01-29
</div>
</div>
<p>The <code>&#x3C;abbr></code> HTML element represents an abbreviation or acronym.</p>
Expand Down Expand Up @@ -137,7 +137,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/abortable-fetch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Abortable fetch</h1>
<div class="availability">


Widely available since 2021-09-25 (baseline high)
Widely available since 2021-09-25
</div>
</div>
<p>If you construct a fetch request with an <code>AbortSignal</code>, you can cancel the request.</p>
Expand Down Expand Up @@ -139,7 +139,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/aborting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>AbortController and AbortSignal</h1>
<div class="availability">


Widely available since 2021-09-25 (baseline high)
Widely available since 2021-09-25
</div>
</div>
<p>The <code>AbortController</code> and <code>AbortSignal</code> APIs allow you to cancel an ongoing operation, such as a <code>fetch()</code> request.</p>
Expand Down Expand Up @@ -161,7 +161,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/abortsignal-any/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1>AbortSignal.any()</h1>
<div class="availability">

Newly available since 2024-03-19 (baseline low)
Newly available since 2024-03-19

</div>
</div>
Expand Down Expand Up @@ -137,7 +137,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion features/abs-sign/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion features/accelerometer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/accent-color/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1>accent-color</h1>
<div class="availability">

Newly available since 2022-03-14 (baseline low)
Newly available since 2022-03-14

</div>
</div>
Expand Down Expand Up @@ -139,7 +139,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion features/anchor-positioning/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/animation-composition/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1>animation-composition</h1>
<div class="availability">

Newly available since 2023-07-04 (baseline low)
Newly available since 2023-07-04

</div>
</div>
Expand Down Expand Up @@ -137,7 +137,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/appearance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1>appearance</h1>
<div class="availability">

Newly available since 2022-03-14 (baseline low)
Newly available since 2022-03-14

</div>
</div>
Expand Down Expand Up @@ -163,7 +163,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/aria-attribute-reflection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1>ARIA attribute reflection</h1>
<div class="availability">

Newly available since 2023-10-24 (baseline low)
Newly available since 2023-10-24

</div>
</div>
Expand Down Expand Up @@ -285,7 +285,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/array-at/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1>Array at()</h1>
<div class="availability">

Newly available since 2022-03-14 (baseline low)
Newly available since 2022-03-14

</div>
</div>
Expand Down Expand Up @@ -141,7 +141,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/array-by-copy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1>Array by copy</h1>
<div class="availability">

Newly available since 2023-07-04 (baseline low)
Newly available since 2023-07-04

</div>
</div>
Expand Down Expand Up @@ -173,7 +173,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/array-copywithin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Array copyWithin()</h1>
<div class="availability">


Widely available since 2019-03-20 (baseline high)
Widely available since 2019-03-20
</div>
</div>
<p>The <code>copyWithin()</code> method of arrays and typed arrays shifts or copies items of an array to another index of the array without changing its length.</p>
Expand Down Expand Up @@ -141,7 +141,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/array-fill/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Array fill()</h1>
<div class="availability">


Widely available since 2019-03-20 (baseline high)
Widely available since 2019-03-20
</div>
</div>
<p>The <code>fill()</code> method of arrays and typed arrays sets all or some items of an array to a given a value.</p>
Expand Down Expand Up @@ -143,7 +143,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/array-find/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Array find() and findIndex()</h1>
<div class="availability">


Widely available since 2019-03-20 (baseline high)
Widely available since 2019-03-20
</div>
</div>
<p>The <code>find()</code> and <code>findIndex()</code> methods of arrays and typed arrays search an array for the first item that satisfies a test function.</p>
Expand Down Expand Up @@ -155,7 +155,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/array-findlast/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1>Array findLast() and findLastIndex()</h1>
<div class="availability">

Newly available since 2022-08-23 (baseline low)
Newly available since 2022-08-23

</div>
</div>
Expand Down Expand Up @@ -155,7 +155,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/array-flat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Array flat() and flatMap()</h1>
<div class="availability">


Widely available since 2022-07-15 (baseline high)
Widely available since 2022-07-15
</div>
</div>
<p>The <code>flat()</code> and <code>flatMap()</code> methods for arrays creates a new array such that each nested array item is concatenated into it.</p>
Expand Down Expand Up @@ -143,7 +143,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions features/array-from/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Array.from()</h1>
<div class="availability">


Widely available since 2019-03-20 (baseline high)
Widely available since 2019-03-20
</div>
</div>
<p>The <code>Array.from()</code> and typed array <code>.from()</code> static methods copy items from an iterable or array-like object to make a new array.</p>
Expand Down Expand Up @@ -143,7 +143,7 @@ <h3>BCD data</h3>
</main>

<footer>
<p>Generated on 7/24/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240723195140-b3b898d</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.40</code></p>
<p>Generated on 7/25/2024 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>1.0.0-dev-20240724154431-1592776</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.5.41</code></p>
<p>Source code: <a href="https://github.com/web-platform-dx/web-features-explorer">web-features-explorer GitHub repo</a>.</p>
</footer>

Expand Down
Loading

0 comments on commit 6018fc3

Please sign in to comment.