Skip to content

Commit f3bcbe4

Browse files
committed
Add Web Serial API and add new colors
1 parent 8df0709 commit f3bcbe4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

index.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
.chrome { --color: dodgerblue; }
4141
.proprietary { --color: dodgerblue; }
4242
.partial { --color: slategray; }
43-
.inprogress { --color: maroon; }
43+
.inprogress { --color: brown; }
4444
.none { --color: #0d0d0d; }
45-
.proposal { --color: brown; }
45+
.proposal { --color: maroon; }
46+
.chrome.inprogress { --color: darkviolet; }
4647

4748
td > a { display: block; height: 100%; width: 100%; top: 0; position: absolute; z-index: -1; }
4849
/* Reduce hit area sie of dd */
@@ -58,10 +59,11 @@ <h3>Key</h3>
5859
<div class="all"> Supported by all browsers including IE11</div>
5960
<div class="allbutie11"> Supported by all browsers</div>
6061
<div class="somebrowsers"> Supported by two modern browsers</div>
61-
<div class="inprogress"> Implementation is in progress</div>
6262
<div class="proposal"> Being discussed or proposed</div>
63+
<div class="inprogress"> Implementation is in progress</div>
6364
<div class="partial"> Partial support</div>
6465
<div class="none"> No support</div>
66+
<div class="chrome inprogress"> Implementation in progrss in Google Chrome</div>
6567
<div class="chrome"> Supported only by Google Chrome</div>
6668
<div class="proprietary"> Proprietary</div>
6769
</div>
@@ -476,6 +478,11 @@ <h3>Key</h3>
476478
<dt>Nfc</dt>
477479
<dd>Web NFC</dd>
478480
</td>
481+
<td class="chrome inprogress">
482+
<time><a href="https://wicg.github.io/serial/">2020</a></time>
483+
<dt>Sr</dt>
484+
<dd><a href="https://codelabs.developers.google.com/codelabs/web-serial/?hl=ro#0">Web Serial API</a></dd>
485+
</td>
479486
</tr>
480487
<tr>
481488
<th>Operating System</th>

0 commit comments

Comments
 (0)