arXiv / html_feedback

Supports a student project developing a UI for feedback on arXiv articles rendered as html.
MIT License
18 stars 3 forks source link

Justified text is an accessibility issue #177

Open wilg opened 11 months ago

wilg commented 11 months ago

Description

And generally falling out of favor for readability reasons. https://www.boia.org/blog/why-justified-or-centered-text-is-bad-for-accessibility

(Optional:) Please add any files, screenshots, or other information here.

No response

(Required) What is this issue most closely related to? Select one.

Formula

Internal issue ID

8f56bb9a-b557-47da-bd8f-f666a30c34e7

Paper URL

https://browse.arxiv.org/html/2312.12451v1

Browser

Chrome/120.0.0.0

Device Type

Desktop

github-actions[bot] commented 11 months ago

Hello @wilg, thanks for the issue report! We are reviewing your report and will address it as soon as possible.

dginev commented 11 months ago

I think an important detail here is why it is an accessibility issue. As that link documents:

If text is justified, these users may see large, empty spaces between (or within) words — or the words may run together in a confusing mess of characters.

So one key question is testing if that problem is encountered over the exact CSS setup on arXiv. There are some provisions in place to help avoid that (e.g. using hyphens: auto; with a lang attribute set)