Adrian Roselli on Nostr: I confirmed Chrome’s implementation of native accordions using only the `name` ...
I confirmed Chrome’s implementation of native accordions using only the `name` attribute:
https://bugs.chromium.org/p/chromium/issues/detail?id=1444057#c16
Eg:
```
<details name="Ugh">
<summary>Yup</summary>
</details>
<details name="Ugh">
<summary>Nope</summary>
</details>
```
I made a demo:
https://codepen.io/aardrian/pen/gOqdaXQ
Chrome’s #accessibility inspector shows no information conveying one disclosure is related to another. JAWS and NVDA confirm it (but how could SRs know).
Do a Ctrl+F for “progress” in Chrome Canary.
https://bugs.chromium.org/p/chromium/issues/detail?id=1444057#c16
Eg:
```
<details name="Ugh">
<summary>Yup</summary>
</details>
<details name="Ugh">
<summary>Nope</summary>
</details>
```
I made a demo:
https://codepen.io/aardrian/pen/gOqdaXQ
Chrome’s #accessibility inspector shows no information conveying one disclosure is related to another. JAWS and NVDA confirm it (but how could SRs know).
Do a Ctrl+F for “progress” in Chrome Canary.