AI Accessibility Content Designer
AI Accessibility Content Designer crafts and curates AI-generated and AI-assisted digital content to meet global accessibility sta…
Skill Guide
Accessible content authoring is the practice of creating digital content using plain language, logical heading structures, and semantic HTML markup to ensure it is perceivable, understandable, and navigable by all users, including those with disabilities.
Scenario
Given a poorly structured HTML page with divs for headings, inline styles, and vague link text like 'click here'.
Scenario
A marketing microsite with 50+ pages of content, inconsistent heading structures, complex data tables, and PDF documents that are not tagged.
Scenario
A large organization (e.g., financial services, government) needs to migrate its public-facing website to a new CMS while ensuring all new and legacy content meets WCAG 2.2 AA. The content is authored by hundreds of non-technical staff.
Use axe for automated testing in development pipelines. WAVE for visual page overlays during manual review. Hemingway for grading readability. Use the Word checker for authoring accessible documents before PDF export.
Use POUR as the foundational framework for all decisions. Apply plain language guidelines for writing. Use Progressive Enhancement to build core semantic HTML first, then layer on styling and scripts. Employ Content First to structure information architecture before visual design.
Answer Strategy
Demonstrate a structured, risk-based approach. Break it into phases: 1) Audit & Prioritization (use automated scans, manual testing, user flow analysis). 2) Quick Wins (add alt text, fix focus order, add ARIA landmarks to dynamic areas). 3) Systemic Change (create a component library, update CMS templates to output semantic HTML, train authors). 4) Ongoing Governance (integrate checks into deployment pipeline). Sample Answer: 'First, I'd conduct a triage audit to identify high-traffic user flows and critical failures. We'd implement quick fixes for these first. Concurrently, I'd start a long-term project to refactor the CMS templates to generate semantic markup and create an accessible component library for the dev team. We'd train content authors on the new components and plain language principles. Finally, we'd integrate axe-core into our CI/CD pipeline to prevent regressions.'
Answer Strategy
Test influence, technical knowledge, and persuasive communication. Focus on the 'why' (robustness, user needs) and offer a collaborative solution. Sample Answer: 'I understand the goal is functionality, but using a native <button> is crucial for users with assistive technologies-it automatically communicates role, state, and is keyboard focusable. A <div> requires significant extra ARIA work and may still fail on certain screen readers. Let's pair for 15 minutes; I can show you the axe audit difference and we can refactor it together using the accessible component from our library. This saves future rework and ensures we don't exclude users.'
1 career found
Try a different search term.