Accessibility in Typst 0.14

Typst 0.14 offering accessibility is really great. Kudos to the developers.

It seems that now the packages have to catch up. Is there a list of packages which are supposed to be compatible with typst creating PDF/UA-1 documents?

I don’t think so, but would be cool if Search β€” Typst: Universe had a filter for this. PDF/UA-1 compatible packages filter option Β· Issue #781 Β· typst/webapp-issues Β· GitHub

2 Likes

Do you have any examples? It would be useful to know what’s not working and what kind of problems can arise. I can imagine that package authors now can test with typst 0.14’s UA-1 features and evaluate themselves, but it’s not certain that they foresee every use case or interaction of features.

Many packages have images or so. If they provide the image they should also offer an alt text. Perhaps even allow the package user to override the alt text if another language is needed.

I stumbled upon this when I tried out a small example and opened an issue here:

I guess that I cannot fix it on my side without any addition in either codly-languages or codly

I opened a codly issue regarding alt text: Accessibility Β· Issue #113 Β· Dherse/codly Β· GitHub

1 Like

feat: support PDF/UA-1 by Andrew15-5 Β· Pull Request #4 Β· swaits-typst-packages/codly-languages Β· GitHub and Add support for PDF/UA-1 by Andrew15-5 Β· Pull Request #114 Β· Dherse/codly Β· GitHub should make it compatible.

@Andrew Thanks for coming up with artefacts. I wasn’t aware of it to be honest. :grin:

1 Like