What is Nostr?
Adrian Roselli /
npub10ee…6keq
2023-11-28 20:04:47

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.
Author Public Key
npub10ee2ncgkjq5epjclj9e7f0tardj6smsyyrxe06p02sxjs22pxcyse46keq