|
116 | 116 | tr[data-transpiled] ~ tr td[data-code] ~ [data-supported="false"] div,
|
117 | 117 | tr[data-transpiled] ~ tr td[data-code][data-supported="false"] div,
|
118 | 118 | caption p span.polyfilled,
|
| 119 | + caption p span.buggy, |
119 | 120 | caption p span.transpiled {
|
120 | 121 | background-color: #ddf4ff;
|
121 | 122 | color: #24292f;
|
@@ -153,6 +154,8 @@ <h1>GitHub Feature Support Table</h1>
|
153 | 154 | <span class="unsupported">!</span>Required feature, not available in this browser.
|
154 | 155 | </p><p>
|
155 | 156 | <span class="polyfilled">*</span>Not avaible in this browser, but polyfilled using this library.
|
| 157 | + </p><p> |
| 158 | + <span class="buggy"><small>†</small></span>Required feature, buy polyfilled to smooth over bugs in this browser. |
156 | 159 | </p><p>
|
157 | 160 | <span class="transpiled">**</span>Not available in this browser, but transpiled to a compatible syntax.
|
158 | 161 | </p>
|
@@ -523,6 +526,20 @@ <h1>GitHub Feature Support Table</h1>
|
523 | 526 | <td data-supported="true"><div>78+</div></td>
|
524 | 527 | <td data-supported="true"><div>16.0+</div></td>
|
525 | 528 | </tr>
|
| 529 | + <tr> |
| 530 | + <th> |
| 531 | + <a href="https://developer.mozilla.org/en-US/docs/Web/API/ClipboardItem"> |
| 532 | + <code>ClipboardItem</code> |
| 533 | + </a> |
| 534 | + </th> |
| 535 | + <td data-polyfill="clipboardItem"><div>*</div></td> |
| 536 | + <td data-supported="true" title="Buggy implementation"><div>66+ †</div></td> |
| 537 | + <td data-supported="true" title="Buggy implementation"><div>79+ †</div></td> |
| 538 | + <td data-supported="false"><div>*</div></td> |
| 539 | + <td data-supported="true"><div>13.1+</div></td> |
| 540 | + <td data-supported="true" title="Buggy implementation"><div>53+ †</div></td> |
| 541 | + <td data-supported="true" title="Buggy implementation"><div>9.0+ †</div></td> |
| 542 | + </tr> |
526 | 543 | <tr>
|
527 | 544 | <th>
|
528 | 545 | <a href="https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID">
|
@@ -565,6 +582,20 @@ <h1>GitHub Feature Support Table</h1>
|
565 | 582 | <td data-supported="true"><div>76+</div></td>
|
566 | 583 | <td data-supported="true"><div>15.0+</div></td>
|
567 | 584 | </tr>
|
| 585 | + <tr> |
| 586 | + <th> |
| 587 | + <a href="https://developer.mozilla.org/en-US/docs/Web/API/Clipboard"> |
| 588 | + <code>navigator.clipboard</code> |
| 589 | + </a> |
| 590 | + </th> |
| 591 | + <td data-polyfill="navigatorClipboard"><div>*</div></td> |
| 592 | + <td data-supported="true"><div>86+</div></td> |
| 593 | + <td data-supported="true"><div>79+</div></td> |
| 594 | + <td data-supported="false"><div>*</div></td> |
| 595 | + <td data-supported="true"><div>13.1+</div></td> |
| 596 | + <td data-supported="true"><div>63+ †</div></td> |
| 597 | + <td data-supported="true"><div>12.0+ †</div></td> |
| 598 | + </tr> |
568 | 599 | <tr>
|
569 | 600 | <th>
|
570 | 601 | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwn">
|
|
0 commit comments