Bookmarking some a11y related references....
@iherman is already working on this.
Since Feb 10, 2026.
- Dominant language
- HTML
- Stars
- 9
- Forks
- 8
- Avg merge
- 14d 42m
- Merged PRs (30d)
- 2
Description
As I said, this is just a bookmark to something that, at some point, we will have to discuss...
In the PR on render methods #42 I saw this in the example:
"outputPreference": {
"mode": [
"visual"
],
"mediaType": "application/html",
"style": {
"width": "800px",
"height": "800px"
}
}
it has not been discussed so far, but I am sure something like that will come up when we do a11y review (which must be done at some point). There is a reference that we may want to know about: Schema.org Accessibility Properties for Discoverability Vocabulary which would cover our need for the mode of the example. There are two properties in that vocabulary that might be relevant in a template: accessMode and accessModeSufficient. These properties are being used in digital publishing like EPUB but it strikes me as being usable for render methods as well...
(An aside: if the github discussion feature was switched on for this repo, this issue would fit there. Maybe it is worth using that tool...)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.