🖋️
Web Accessibility Resources
  • Web Accessibility
  • Cheat Sheets
    • Structure and Semantics
      • Page Title
      • Language
      • Headings
      • Landmarks
      • Lists
      • Tables
      • Iframes
      • Markup Validity
      • Other Semantic Elements
    • Links & Navigation
      • Links
      • Site Navigation
      • Within-Page Navigation
      • Reading Order/Focus Order
    • Images & Visual Design
      • Images
      • Color & Contrast
      • Text Styles, Resize, Reflow, and Zoom
      • Visual Cues
      • Adaptive and Responsive Output
    • Multimedia, Animations, and Motion
      • Audio and Video
      • Animation, Motion, and Timed Content
    • User Input, Forms, and Dynamic Content
      • Device-Independent User Input
      • Form Input, Labels, and Instructions
      • Form Validation and Feedback
      • Dynamic Content (JavaScript, AJAX)
      • Custom Widgets (JavaScript, ARIA)
      • CAPTCHA
    • Keyboard Commands
  • Semantic Group Labels
Powered by GitBook
On this page

Was this helpful?

  1. Cheat Sheets
  2. Structure and Semantics

Other Semantic Elements

Topic

Technique

WCAG AA Requirement

Headings

See the requirements for headings.

Required Multiple

Landmarks

See the requirements for landmarks.

Required Multiple

Lists

See the requirements for lists.

Required Multiple

Tables

See the requirements for tables.

Required Multiple

Links

See the requirements for links.

Required Multiple

Emphasis and Highlighting

Emphasis: Critical emphasis in the text SHOULD be conveyed in a text-based format, not visual styling alone.

best practice

Highlighting markup: Highlighted text SHOULD be marked with the <mark> element.

best practice

Text-based highlighting: Critical highlighted text SHOULD be supplemented with a text-based method to convey the meaning of the highlighting.

best practice

Quotations

Blockquote: The <blockquote> element SHOULD be used to designate long (block level) quotations.

best practice

Indentation: The <blockquote> element SHOULD NOT be used for visual styling (indentation) alone.

best practice

Inline quotations: The <q> element (for inline quotations) SHOULD NOT be used as the only way to designate quotations, due to poor support in screen readers and some browsers.

best practice

Strikethrough/Delete and Insert

Strikethrough markup: Strikethrough text SHOULD be marked with the <del> element.

best practice

Strikethrough supplemental text: Critical strikethrough text MUST be supplemented with a text-based method to convey the meaning of the strikethrough.

best practice

Insert markup: Text designated for insertion SHOULD be marked with the <ins> element.

best practice

Insert supplemental text: Critical text designated for insertion MUST be supplemented with a text-based method to convey the meaning of the insertion.

best practice

PreviousMarkup ValidityNextLinks & Navigation

Last updated 5 years ago

Was this helpful?