- From: Andreu Botella <notifications@github.com>
- Date: Fri, 28 May 2021 07:25:11 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 28 May 2021 14:25:23 UTC
The build failures are caused by the visualization and BMP coverage tables (https://encoding.spec.whatwg.org/windows-1252.html for example), [since they have `aria-label` attributes on `<td>` elements](https://github.com/whatwg/encoding/blob/main/visualize.py#L208), which as of validator/validator@726e7593b1eda345392a080ba179abbc2c6352ca causes the HTML checker to fail. @sideshowbarker Changing the `aria-label` attributes to `title` would make the checker work, but I'm not sure whether that'd be fine accessibility-wise. cc @annevk -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/encoding/pull/260#issuecomment-850456195
Received on Friday, 28 May 2021 14:25:23 UTC