Skip to content

Commit fb66bde

Browse files
committed
update Client Hints status
1 parent 1615b95 commit fb66bde

File tree

2 files changed

+32
-27
lines changed

2 files changed

+32
-27
lines changed

content/device-support/_index.md

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -484,49 +484,49 @@ Passkeys created in **macOS** can be used on:
484484
<a href="https://w3c.github.io/webauthn/#enum-hints" target="_blank">Client Hints</a>
485485
</td>
486486
<td class="text-center">
487+
{{< icon-circle-half stroke="orange" size=30 >}}
488+
<br />
489+
<span class="fs-6">Chrome 128+ <sup><a href="#fn5">5</a></sup></span>
490+
<br />
491+
<span class="fs-6">Edge 128+ <sup><a href="#fn5">5</a></sup></span>
492+
<br />
493+
<br />
487494
{{< icon-circle-x-filled fill="red" size=30 >}}
488495
<br />
489-
<span class="fs-6 text-muted">Not Supported</span>
496+
Firefox
497+
</span>
490498
</td>
491499
<td class="text-center">
492-
{{< icon-circle-check-filled fill="green" size=30 >}}
500+
{{< icon-circle-half stroke="orange" size=30 >}}
493501
<br>
494-
<span class="fs-6">128+</span>
502+
<span class="fs-6">128+ <sup><a href="#fn5">5</a></sup></span>
495503
</td>
496504
<td class="text-center">
497505
{{< icon-circle-x-filled fill="red" size=30 >}}
498506
<br />
499507
<span class="fs-6 text-muted">Not Supported</span>
500508
</td>
501509
<td class="text-center">
502-
{{< icon-circle-check-filled fill="green" size=30 >}}
503-
<br />
504-
<span class="fs-6">Chrome 128+</span>
505-
<br />
510+
{{< icon-circle-half stroke="orange" size=30 >}}
506511
<br />
507-
{{< icon-settings-code size=30 >}}
508-
<span class="fs-6">
512+
<span class="fs-6">Chrome 128+ <sup><a href="#fn5">5</a></sup></span>
509513
<br />
510-
Edge <sup><a href="#fn4">4</a></sup>
514+
<span class="fs-6">Edge 128+ <sup><a href="#fn5">5</a></sup></span>
511515
<br />
512516
<br />
513517
{{< icon-circle-x-filled fill="red" size=30 >}}
514518
<br />
515-
Safari
516-
<br />
517519
Firefox
520+
<br />
521+
Safari
518522
</span>
519523
</td>
520524
<td class="text-center">
521-
{{< icon-circle-check-filled fill="green" size=30 >}}
522-
<br />
523-
<span class="fs-6">Chrome 128+</span>
524-
<br />
525+
{{< icon-circle-half stroke="orange" size=30 >}}
525526
<br />
526-
{{< icon-settings-code size=30 >}}
527-
<span class="fs-6">
527+
<span class="fs-6">Chrome 128+ <sup><a href="#fn5">5</a></sup></span>
528528
<br />
529-
Edge <sup><a href="#fn4">4</a></sup>
529+
<span class="fs-6">Edge 128+ <sup><a href="#fn5">5</a></sup></span>
530530
<br />
531531
<br />
532532
{{< icon-circle-x-filled fill="red" size=30 >}}
@@ -537,15 +537,11 @@ Passkeys created in **macOS** can be used on:
537537
</span>
538538
</td>
539539
<td class="text-center">
540-
{{< icon-circle-check-filled fill="green" size=30 >}}
541-
<br />
542-
<span class="fs-6">Chrome 128+</span>
543-
<br />
540+
{{< icon-circle-half stroke="orange" size=30 >}}
544541
<br />
545-
{{< icon-settings-code size=30 >}}
546-
<span class="fs-6">
542+
<span class="fs-6">Chrome 128+ <sup><a href="#fn5">5</a></sup></span>
547543
<br />
548-
Edge <sup><a href="#fn4">4</a> <a href="#fn5">5</a></sup>
544+
<span class="fs-6">Edge 128+ <sup><a href="#fn5">5</a></sup></span>
549545
<br />
550546
<br />
551547
{{< icon-circle-x-filled fill="red" size=30 >}}
@@ -694,7 +690,7 @@ Passkeys created in **macOS** can be used on:
694690
Experimental (behind flag)
695691
<br />
696692
<sup id="fn5">5</sup>
697-
Partial support (requires Windows changes)
693+
Partial support
698694
<br />
699695
<sup id="fn6">6</sup>
700696
See details on the <a href="/docs/reference/android/#webviews" target="_blank">Android reference page</a>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<svg xmlns="http://www.w3.org/2000/svg" title="Half circle" aria-label="Half circle" class="icon icon-tabler icon-tabler-circle-half-2"
2+
width="{{ if .Get "size" }}{{ .Get "size" }}{{ else }}24{{ end }}" height="{{ if .Get "size" }}{{ .Get "size" }}{{ else }}24{{ end }}" viewBox="0 0 24 24" stroke-width="1.5" stroke="{{ if .Get "stroke" }}{{ .Get "stroke" }}{{ else }}currentColor{{ end }}" fill="none" stroke-linecap="round" stroke-linejoin="round">
3+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
4+
<path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />
5+
<path d="M12 3v18" />
6+
<path d="M12 14l7 -7" />
7+
<path d="M12 19l8.5 -8.5" />
8+
<path d="M12 9l4.5 -4.5" />
9+
</svg>

0 commit comments

Comments
 (0)