Accessibility: add alt text to the HTTP API flow diagram - #170
Draft
recrwplay wants to merge 1 commit into
Draft
Conversation
recrwplay
force-pushed
the
a11y-alt-text-and-table-headers
branch
from
July 14, 2026 11:25
a80a024 to
27ad0f7
Compare
Add descriptive alt text to the HTTP API transaction flow diagram in endpoints.adoc, which previously had only a title and no alt (WCAG 1.1.1). Curly-brace placeholders in the alt text are escaped so Asciidoctor does not treat them as attribute references. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
recrwplay
force-pushed
the
a11y-alt-text-and-table-headers
branch
from
July 14, 2026 11:52
27ad0f7 to
a973803
Compare
Collaborator
|
This PR includes documentation updates Updated pages: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Added descriptive alt text to the HTTP API transaction flow diagram in
endpoints.adoc(WCAG 1.1.1). It previously had only atitleattribute and no alt text.The curly-brace placeholders in the alt text (
POST /tx/{n}) are escaped as\{n}so Asciidoctor does not try to resolve them as attribute references.Note
The request/response header tables (
headers.adoc) and endpoints table already render proper<th>header cells via Asciidoctor's implicit header-row detection (first row on a single line followed by a blank line), so no table changes were needed.Verification
npm run verify:previewcompletes with no warnings/errors, and the rendered<img>carries the fullalttext with{n}intact.🤖 Generated with Claude Code