Re: [whatwg/encoding] aria-label usage in BMP coverage table (#261)

or use [`aria-description`](https://w3c.github.io/aria/#aria-description)

```
<td class="discontiguous upper" aria-description="Three bytes">
  <dl>
    <dt>U+2013</dt>
    <dd lang="el">–</dd>
    <dd>22</dd>
  </dl>
</td>
```
**Note:** the implementation is flaky currently


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/issues/261#issuecomment-2545256269
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/encoding/issues/261/2545256269@github.com>

Received on Monday, 16 December 2024 10:55:12 UTC