An AI-assisted draft can be accurate, polished, and still place avoidable barriers between readers and the point. The accessibility pass is a repeatable review for meaning, structure, language, alternatives, interaction, and real-world use before a draft becomes a page, document, email, or help flow.
Accessibility Is a Publishing Property, Not a Tone
Accessibility is not achieved by asking a model to “sound inclusive” or “make this easy to read.” A friendly paragraph can sit beneath fake headings, vague links, a silent chart, an illogical reading order, or an error message that never tells someone how to recover. The prose and the published experience have to work together.
The Web Content Accessibility Guidelines (WCAG) 2.2 cover perceivable, operable, understandable, and robust web content. Those requirements extend well beyond wording. They include programmatic relationships, meaningful sequence, keyboard operation, focus, language identification, input assistance, text alternatives, and compatibility with assistive technologies.
This guide is an editorial workflow, not a certification method or legal advice. A good draft cannot establish WCAG conformance on its own. Conformance is evaluated against complete pages and, where relevant, complete processes and the technologies used to deliver them. Applicable laws, contracts, procurement rules, and organizational policies also differ by place and context. Use the standard and qualified accessibility or legal advice that applies to your work.
Use the ACCESS Pass From Draft to Published Experience
Run this pass after the factual edit and before final approval. If the content moves into a content management system, document editor, PDF workflow, or product interface, repeat the structural and interaction checks there. The acronym is a sequence, not a score:
| Step | Question | Evidence to Keep |
|---|---|---|
| A — Anchor | Who needs this, for what task, in which format? | Audience, task, channel, constraints |
| C — Create structure | Do hierarchy and reading order carry the meaning? | Outline, lists, table headers, source order |
| C — Clarify | Are language, links, instructions, and errors specific? | Defined terms, link targets, recovery steps |
| E — Explain | Does non-text content have an equivalent purpose? | Alt decisions, transcripts, data summaries |
| S — Stress-test | Can people read and act in alternate modes? | Keyboard, screen reader, zoom, contrast notes |
| S — Seek review | What do disabled people find in realistic use? | Findings, owners, fixes, retest decisions |
A model can help propose an outline, shorten a sentence, or draft image descriptions. It cannot see every rendering, know every reader, or declare that the finished experience conforms. Keep the final decision with people who can inspect the actual output.
Anchor the Audience, Task, Format, and Consequence
Begin with a concrete use case. “Make this accessible” hides too many decisions. “Help customers using a keyboard find the cancellation steps in a mobile help article” gives the editor a task, audience, format, and point of failure. Add known constraints: the article will be translated, the table becomes a responsive card layout, or the final PDF must preserve tags.
Do not turn disabled readers into one imaginary persona. People use different combinations of browsers, devices, settings, assistive technologies, learned strategies, and support. A change that helps one person may be neutral or difficult for another. Describe needs without assuming diagnosis, competence, age, or preferred language.
Also preserve the adult meaning of the source. Plain language is not baby talk. Keep necessary nuance, uncertainty, and technical vocabulary; define them where they appear. Replace needless abstraction, not expertise. A reader should get the same decision-quality information in a form that asks less unnecessary decoding.
Create Meaningful Hierarchy and Reading Order
Start with an outline made only of headings. Can a reader understand the promise, major steps, exceptions, and conclusion from that outline? The W3C Web Accessibility Initiative’s writing guidance recommends short headings that describe their sections. Visual size or bold styling is not enough; headings need semantic heading markup so software can identify and navigate them.
Use one descriptive page title and a meaningful main heading. Nest sections in a logical hierarchy instead of choosing a heading level for its appearance. Avoid headings such as “Overview,” “More,” or “Other” when a specific label such as “Refund timing and exceptions” would let a reader predict the section.
Structure relationships with the element that expresses them:
- Use an ordered list when sequence matters and an unordered list when it does not.
- Use a table for genuinely tabular relationships, not for visual alignment.
- Give data tables real row or column headers so each value keeps its context.
- Put warnings and prerequisites before the action they affect.
- Keep the meaningful source order aligned with the visual reading order.
The WAI tables tutorial explains why structural header-to-cell relationships matter: a screen reader can announce the associated headers while someone moves through cells. If a comparison only works because readers can see that “$49” sits under a blue label, the relationship is too fragile.
Finally, inspect the published order, not just the draft. Multi-column layouts, floating callouts, cards, generated tables of contents, email templates, and PDF conversion can rearrange meaning. Read the page in source order or with styles simplified. If a note arrives before the step it qualifies, fix the structure rather than adding “see the box on the right.”
Clarify Language, Links, Acronyms, Instructions, and Errors
Concrete writing names the actor, action, object, condition, and timing. “Documentation should be provided promptly” leaves all five uncertain. “The account owner uploads the signed form within 10 business days” can be acted on and questioned. Use short paragraphs and familiar words where they preserve meaning, but do not delete necessary conditions merely to lower a reading-level score.
Expand an acronym on first use — for example, Web Content Accessibility Guidelines (WCAG) — and define unusual terms near their first important use. Set the default language in the page or document metadata, as this page does with lang="en". Mark substantial passages in another language so pronunciation tools can switch appropriately. The final publishing system, not the prose generator, must preserve those language settings.
Make links describe their destination or action. “Read the WAI alt decision tree” is more useful than “click here,” especially in a screen reader’s links list. Repeated links should use consistent names when they lead to the same place. If file type, size, sign-in, or payment materially changes what happens next, say so before activation.
Instructions should state the requirement before input and should not depend only on color, shape, or location. Replace “complete the fields below and press the green button” with the field names and button label. Give formats and examples where ambiguity matters: “Enter the date as YYYY-MM-DD, for example 2026-07-20.”
An error needs three parts: what failed, where it failed, and how to recover. “Invalid input” provides none. “Start date: enter a real date as YYYY-MM-DD” identifies the field and correction. Preserve valid entries after an error, move or announce attention appropriately in the implemented interface, and give people a review opportunity before consequential submissions. The prose supplies the message; the interface still has to associate and announce it correctly.
Explain Images According to Their Purpose
Do not ask a model to “write alt text for every image” without context. Alternative text depends on what the image does on this page. The official WAI alt decision tree distinguishes informative, functional, complex, redundant, and decorative uses.
- Informative image: describe the information that matters here, not every visible detail.
- Functional image: name the link destination or control action.
- Complex chart or diagram: provide a concise identification and put the important data, trend, or explanation in nearby text or another accessible form.
- Redundant or decorative image: use an empty alt attribute in HTML so it does not repeat nearby content or add noise.
Context changes the answer. A photograph of a crowded platform might be decorative in a travel essay, evidence of a blocked exit in a safety report, or the only instruction showing where to board. The reviewer must know the editorial purpose before approving the alternative.
Avoid prefixes such as “image of” unless the medium matters. Do not copy the caption into alt text. Do not hide a chart’s conclusion in a 300-word attribute. And do not accept invented details: compare every generated description with the actual asset and source data. For audio and video, plan captions, transcripts, speaker identification, important sounds, and descriptions of essential visual information as the format requires.
Stress-Test Alternate Ways of Reading and Acting
Automated checkers are useful for repeatable signals, but they cannot judge every heading, alternative, link purpose, sequence, instruction, or interaction. Pair automation with manual checks on the actual page or document. The WAI Easy Checks resource describes a first review; it also makes clear that a preliminary check is not a complete accessibility evaluation.
Use a small, documented test route:
- Keyboard: begin at the address bar and use the keyboard through links, controls, dialogs, and forms. Check logical order, visible focus, activation, escape routes, and the absence of traps.
- Structure and screen reader: inspect the title, headings, landmarks, lists, tables, links, image alternatives, labels, instructions, errors, and status messages. Then complete the main task with a supported screen reader and browser combination.
- Zoom and reflow: enlarge browser and text zoom, including a 200% check, and narrow the viewport. Look for clipped text, overlapping controls, two-dimensional scrolling, and content that disappears when spacing changes.
- Contrast and user settings: test high-contrast or forced-color modes, reduced motion where relevant, and color changes. Confirm that meaning does not depend on color alone and that visible focus survives.
- Alternate presentation: simplify styles, linearize columns, print or export when those are supported outputs, and verify that the same names, relationships, warnings, and sequence remain.
Record environment, route, result, evidence, severity, owner, and retest status. “Passed screen reader” is not useful evidence without a page, task, browser, assistive technology, version, and observed result. Test the complete process when a user must move through several pages; an accessible article does not repair an inaccessible sign-in, download, checkout, or confirmation step.
Seek Disabled Human Review and Close the Loop
Disabled people are not a final checkbox after design decisions are locked. Involve relevant reviewers early enough to change the outline, language, component choice, and acceptance criteria. Provide accessible review materials, explain the task, allow adequate time, pay people for their expertise, and offer a clear way to report issues. One reviewer cannot represent every disability or use pattern.
The NIST Generative AI Profile, NIST AI 600-1, is a voluntary AI risk-management resource rather than an accessibility standard. Its guidance is still useful here: it recommends structured feedback with people representative of the context of use, direct feedback from affected communities, and evaluation in realistic scenarios. That supports a practical rule — do not let the same AI system that drafted the content be the only judge of whether people can use it.
Turn feedback into decisions. For each finding, name what will change, who owns it, and when it will be retested. If the team declines a change, record the reason and residual impact rather than relabeling the barrier as preference. Keep a route for feedback after publication because content, templates, browsers, assistive technologies, and user needs change.
Worked Example: Repair an AI-Drafted Account Recovery Guide
Suppose an AI tool drafts a help article called “Having Trouble?” It opens with two long paragraphs, says “click here” three times, shows password rules only in a screenshot, puts an exception after the reset button, and ends with “An error occurred.” The facts may be correct, but the path is hard to predict and recover from.
Apply ACCESS:
- Anchor: the task is to regain account access on mobile or desktop, including when the old phone is unavailable.
- Create structure: rename the page “Recover your account,” then use sections for prerequisites, standard reset, lost-device recovery, likely errors, and contact options. Put the lost-device exception before the standard step that requires that device.
- Clarify: replace “click here” with “Open the account recovery form.” Expand one-time password (OTP) on first use. State code length, expiry, and where it arrives.
- Explain: move password rules from the screenshot into text. If the screenshot adds no information, give it empty alt text; if it shows a necessary control location, describe that purpose briefly.
- Stress-test: complete both recovery paths by keyboard, listen to the heading and link lists, trigger each error, zoom the page, and test high-contrast mode.
- Seek review: ask disabled participants to complete the realistic task, including people who use the interaction modes the service needs to support, then repair and retest findings.
The improved article may be shorter, but brevity is not the main result. Its structure exposes the route, its labels predict destinations, its alternatives preserve information, and its errors create a way forward. The surrounding product must still provide accessible controls, focus behavior, announcements, authentication, and support.
The Final ACCESS Checklist
- The audience, task, format, consequence, and known constraints are explicit.
- The page title, H1, headings, and source order form a meaningful outline.
- Lists express groups or sequences; tables have real headers and a linear alternative when needed.
- Language is concrete and respectful without deleting adult nuance or necessary terms.
- Page and passage language can be programmatically identified; acronyms are expanded where needed.
- Links name their destination or action and disclose important changes in format or context.
- Instructions state requirements before action; errors identify the problem and recovery step.
- Each image has a context-based alt decision, and complex information exists in an accessible form.
- Keyboard, screen reader, zoom, reflow, contrast, settings, and alternate-output checks cover the real task.
- Disabled reviewers shaped the work, findings have owners, and fixes were retested.
- No one claims conformance from prose quality or an automated score alone.
The aim is not to make every reader consume the content in the same way. It is to preserve purpose, relationships, choices, and recovery paths across more ways of reading and acting. Let AI assist with the draft; let standards, implementation checks, and disabled human expertise decide whether the published experience is ready.
Want a Clearer Starting Draft?
Our AI humanizer helps you revise AI-generated text for clearer phrasing, more natural rhythm, and a voice you can review. It does not certify accessibility: use the ACCESS pass, inspect the finished experience, and include disabled people in the review.
Try Free ->