Skip to content

Commit

Permalink
Deploying to gh-pages from @ 04a5a03 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Jan 10, 2025
1 parent 8d329f8 commit 6a0b257
Show file tree
Hide file tree
Showing 35 changed files with 779 additions and 17 deletions.
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>About this website</h1>

<p>The website also displays Baseline information for each web feature. To learn more about Baseline, see <a href="https://web-platform-dx.github.io/web-features/">What is Baseline?</a>.</p>

<p>The website's content was last generated on 1/9/2025 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>2.15.0-dev-20250108164213-46c29d0</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.6.28</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>
<p>The website's content was last generated on 1/10/2025 using <a href="https://github.com/web-platform-dx/web-features/">web-features</a> <code>2.16.0-dev-20250109133829-f1521f9</code> and <a href="https://github.com/mdn/browser-compat-data/">browser-compat-data</a> <code>5.6.28</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>

<h2>Other pages</h2>

Expand Down
111 changes: 111 additions & 0 deletions all/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9662,6 +9662,117 @@ <h2><a href="/web-features-explorer/features/badging/">Badging</a></h2>
<span class="version">16.4</span>
<span class="date">Released on 2023-03-27</span>

</li>

</ul>
</div>
</li>

<li>
<div id="barcode" class="feature short baseline-false">
<div class="header">
<h2><a href="/web-features-explorer/features/barcode/">Barcode detector</a></h2>
<div class="availability">

Limited availability



</div>
</div>
<div class="tags">

Tags:

<span class="tag">api</span>



</div>

<p>The <code>BarcodeDetector</code> API recognizes various barcode formats in images.</p>

<p><strong><a href="/web-features-explorer/features/barcode/">Learn more</a></strong></p>

<ul class="compat">

<li class="browser browser-chrome">
<span class="name">Chrome</span>


<span class="version">❌</span>


</li>

<li class="browser browser-chrome_android supported">
<span class="name">Chrome Android</span>


<span class="version">83</span>
<span class="date">Released on 2020-05-19</span>

</li>

<li class="browser browser-edge">
<span class="name">Edge</span>


<span class="version">❌</span>


</li>

<li class="browser browser-firefox">
<span class="name">Firefox</span>


<span class="version">❌</span>






</li>

<li class="browser browser-firefox_android">
<span class="name">Firefox for Android</span>


<span class="version">❌</span>






</li>

<li class="browser browser-safari">
<span class="name">Safari</span>


<span class="version">❌</span>






</li>

<li class="browser browser-safari_ios">
<span class="name">Safari on iOS</span>


<span class="version">❌</span>






</li>

</ul>
Expand Down
10 changes: 1 addition & 9 deletions bcd-mapping/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<main>
<h1>BCD key mapping</h1>

<p>The web-features project has 13073 BCD keys mapped, out of 14994 total BCD keys (87% complete).</p>
<p>The web-features project has 13077 BCD keys mapped, out of 14994 total BCD keys (87% complete).</p>

<h2>Unmapped BCD keys</h2>

Expand Down Expand Up @@ -62,14 +62,6 @@ <h2>Unmapped BCD keys</h2>

<li>api.AudioTrack.sourceBuffer</li>

<li>api.BarcodeDetector.BarcodeDetector</li>

<li>api.BarcodeDetector</li>

<li>api.BarcodeDetector.detect</li>

<li>api.BarcodeDetector.getSupportedFormats_static</li>

<li>api.BaseAudioContext.createScriptProcessor</li>

<li>api.BeforeInstallPromptEvent.BeforeInstallPromptEvent</li>
Expand Down
232 changes: 232 additions & 0 deletions features/barcode/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Web platform features explorer - Barcode detector</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/web-features-explorer/assets/styles.css">
<link rel="alternate" type="application/atom+xml" title="Web platform release notes" href="/web-features-explorer/release-notes.xml">
</head>
<body>

<header>
<a href="/web-features-explorer/">Web platform features explorer</a>

<nav>
<ul>
<li><a href="/web-features-explorer/release-notes/december-2024">Release notes</a></li>
<li><a href="/web-features-explorer/features">Explore all features</a></li>
<li><a href="/web-features-explorer/about">About</a></li>
</ul>
<search>
<form>
<input type="search" id="search" placeholder="Search">
</form>
</search>
</nav>

<output for="search"></output>
</header>


<main class="feature-page">
<div id="barcode" class="feature baseline-false">
<div class="header">
<h1>Barcode detector</h1>
<div class="availability">

Limited availability



</div>
</div>
<div class="tags">

Tags:

<span class="tag">api</span>



</div>




<p data-pagefind-body="">
The <code>BarcodeDetector</code> API recognizes various barcode formats in images.
</p>


<h3>Learning resources on MDN</h3>
<ul data-pagefind-body="">

<li>
<a href="https://developer.mozilla.org/docs/Web/API/Barcode_Detection_API">

Barcode Detection API

</a>
</li>

<li>
<a href="https://developer.mozilla.org/docs/Web/API/BarcodeDetector/BarcodeDetector">

BarcodeDetector: BarcodeDetector() constructor

</a>
</li>

<li>
<a href="https://developer.mozilla.org/docs/Web/API/BarcodeDetector/detect">

BarcodeDetector: detect() method

</a>
</li>

<li>
<a href="https://developer.mozilla.org/docs/Web/API/BarcodeDetector/getSupportedFormats_static">

BarcodeDetector: getSupportedFormats() static method

</a>
</li>

</ul>


<h3>Browser support</h3>
<ul class="compat compat-full">

<li class="browser browser-chrome">
<span class="name">Chrome</span>


<span class="version"></span>



</li>

<li class="browser browser-chrome_android supported">
<span class="name">Chrome Android</span>


<span class="version">83</span>
<span class="date">Released on 2020-05-19</span>

</li>

<li class="browser browser-edge">
<span class="name">Edge</span>


<span class="version"></span>



</li>

<li class="browser browser-firefox">
<span class="name">Firefox</span>


<span class="version"></span>

<span class="bug">
See

<a href="https://bugzil.la/1553738">bugzil.la/1553738</a>

</span>







</li>

<li class="browser browser-firefox_android">
<span class="name">Firefox for Android</span>


<span class="version"></span>

<span class="bug">
See

<a href="https://bugzil.la/1553738">bugzil.la/1553738</a>

</span>







</li>

<li class="browser browser-safari">
<span class="name">Safari</span>


<span class="version"></span>







</li>

<li class="browser browser-safari_ios">
<span class="name">Safari on iOS</span>


<span class="version"></span>







</li>

</ul>




<div class="specs" data-pagefind-body="">
<h3>Specifications</h3>
<ul>

<li>

<a href="https://wicg.github.io/shape-detection-api/#barcode-detection-api">Accelerated Shape Detection in Images (#barcode-detection-api)</a>,
from <a href="https://www.w3.org/community/wicg/">Web Platform Incubator Community Group</a> (W3C).

</li>

</ul>
</div>


<p class="edit-link">
<a href="https://github.com/web-platform-dx/web-features/edit/main/features/barcode.yml">Edit this feature</a>
-
<a href="https://github.com/web-platform-dx/web-features/issues/new?title=[barcode] Issue title&body=Please describe the issue here...">Report an issue about this feature</a>
</p>
</div>
</main>

<script src="/web-features-explorer/assets/search.js" defer=""></script>
</body>
</html>
4 changes: 2 additions & 2 deletions features/gamepad/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ <h3>Learning resources on MDN</h3>
<ul data-pagefind-body="">

<li>
<a href="https://developer.mozilla.org/docs/Web/API/Gamepad_API">
<a href="https://developer.mozilla.org/docs/Web/API/Gamepad">

Gamepad API
Gamepad

</a>
</li>
Expand Down
Loading

0 comments on commit 6a0b257

Please sign in to comment.