Skip to content

WIP: Be more detailed old chrome versions #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h3>Map of Web APIs/Technologies</h3>
<div class="key">
<h3>Key</h3>
<div class="all"> Supported by all browsers including IE11</div>
<div class="allbutie11"> Supported by all browsers</div>
<div class="allbutie11"> Supported by all browsers<a href="#faq-allbutie11"><sup>1</sup></a></div>
<div class="somebrowsers"> Supported by two modern browsers</div>
<div class="inprogress"> Implementation is in progress</div>
<div class="proposal"> Being discussed or proposed</div>
Expand Down Expand Up @@ -249,7 +249,7 @@ <h3>Key</h3>
<dl class="somebrowsers">
<time>2020</time>
<dt>Nx</dt>
<dd>ES.Next <code>Intl</code> <code>WeakRef</code> <code>Atomics</code> <code>??</code> <code>||=</code></dd>
<dd>ES.Next <code>Intl</code> <code>WeakRef</code> <code>Atomics</code> <code>?.</code> <code>??</code> <code>||=</code></dd>
</dl>
<dl class="proposal">
<time><a href="https://docs.google.com/presentation/d/1kqtsJfLVC-Nmcm2sveMRdJPjurwKKiiCGilK2_ladpw/edit?usp=gmail&gxids=7628#slide=id.p">2020</a></time>
Expand Down Expand Up @@ -497,5 +497,8 @@ <h3>How is it organized?</h3>
<h3>What do the colors represent?</h3>
<p>The lighter the color, the more support there is.</p>
<p>The red represents how active the specification or proposal is.</p>

<h3 id="faq-allbutie11"><sup>1</sup>What does "supported by all browsers" mean?</h3>
<p>As many as 3% of all Chrome users are still on Chrome 79-84 (two versions ago as of this writing) and sites will break for them if unsupported features are used.</p>
</footer>
</html>