40
40
.chrome { --color : dodgerblue; }
41
41
.proprietary { --color : dodgerblue; }
42
42
.partial { --color : slategray; }
43
- .inprogress { --color : maroon ; }
43
+ .inprogress { --color : brown ; }
44
44
.none { --color : # 0d0d0d ; }
45
- .proposal { --color : brown; }
45
+ .proposal { --color : maroon; }
46
+ .chrome .inprogress { --color : darkviolet; }
46
47
47
48
td > a { display : block; height : 100% ; width : 100% ; top : 0 ; position : absolute; z-index : -1 ; }
48
49
/* Reduce hit area sie of dd */
@@ -58,10 +59,11 @@ <h3>Key</h3>
58
59
< div class ="all "> Supported by all browsers including IE11</ div >
59
60
< div class ="allbutie11 "> Supported by all browsers</ div >
60
61
< div class ="somebrowsers "> Supported by two modern browsers</ div >
61
- < div class ="inprogress "> Implementation is in progress</ div >
62
62
< div class ="proposal "> Being discussed or proposed</ div >
63
+ < div class ="inprogress "> Implementation is in progress</ div >
63
64
< div class ="partial "> Partial support</ div >
64
65
< div class ="none "> No support</ div >
66
+ < div class ="chrome inprogress "> Implementation in progrss in Google Chrome</ div >
65
67
< div class ="chrome "> Supported only by Google Chrome</ div >
66
68
< div class ="proprietary "> Proprietary</ div >
67
69
</ div >
@@ -476,6 +478,11 @@ <h3>Key</h3>
476
478
< dt > Nfc</ dt >
477
479
< dd > Web NFC</ dd >
478
480
</ 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 >
479
486
</ tr >
480
487
< tr >
481
488
< th > Operating System</ th >
0 commit comments