Challenge 5: PowerPoint and Slide Decks

2 thoughts on “Challenge 5: PowerPoint and Slide Decks

  1. keith tyler

    Added alt text to images but I was suprised to see how well the slides held up under scrutiny. The crackle silde check really helped

  2. Caterina Valentino

    Good day,
    Thank you for the challenge. I took a different spin in the challenge.

    I asked Gemini Flash to create a five slide presentation on the key points to remember when making accessible slides.

    The presentation highlighted the points in the resources provided with the challenge.

    Then I asked Gemini Flash to describe the accessibility weaknesses in the the presentation. Below is the output generated by Gemini.

    While the presentation excels in typography, contrast, and visual clarity, there are several accessibility weaknesses and technical limitations under WCAG 2.1 guidelines when evaluated as an interactive HTML slide deck:
    1. Fixed Container Dimensions & Zoom Restrictions (WCAG 1.4.4 & 1.4.10)
    ● The Issue: The slides use fixed dimensions (width: 1280px; height: 720px;) with overflow: hidden.
    ● Impact: If a user with low vision increases browser text size or applies 200%+ page zoom, the text will overflow the box and become clipped/unreadable because scrollbars are hidden.
    2. Table Semantics Missing Header Scopes & Captions (WCAG 1.3.1)
    ● The Issue: On Slide 4, the element lacks:
    ○ Explicit scope=”col” attributes on elements.
    ○ A or aria-describedby attribute to announce the table’s purpose before entering data cells.
    ● Impact: Screen readers may not consistently announce column headers when a user navigates from cell to cell within the checklist.
    3. Lack of Landmarks & ARIA Regions (WCAG 1.3.1 & 2.4.1)
    ● The Issue: Slides are built using generic tags rather than semantic HTML5 tags (, , or ).
    ● Impact: Screen reader users cannot quickly jump between slides using landmark navigation shortcuts unless slides are marked as or wrapped in a container.
    4. Missing Keyboard Navigation Controls (WCAG 2.1.1)
    ● The Issue: There are no focusable controls (e.g., “Previous” / “Next” buttons, tab stops, or keyboard event listeners) to transition between slides.
    ● Impact: Keyboard-only users must rely on screen reader linear DOM navigation to move through the document rather than dedicated presentation controls.
    5. Non-Semantic Cards/Grid Elements (WCAG 1.3.1)
    ● The Issue:
    ○ The 3 tiles on Slide 2 use blocks instead of an unordered list (/).
    ○ The 4 pillar items on Slide 5 (Perceivable, Operable, etc.) use generic elements inside containers.
    ● Impact: Screen readers will read these as disjointed text blocks rather than announcing them as a structured set of items (e.g., “List of 3 items”), losing contextual structure.
    6. Alt Text Detail for Complex Graphics (WCAG 1.1.1)
    ● The Issue: On Slide 3, the image alt text is high-level (“Illustration representing digital accessibility…”), whereas the actual image displays specific, detailed infographics (the UK Home Office accessibility posters).
    ● Impact: Users who rely on screen readers miss out on the specific visual examples shown in the image illustration.
    Here are the primary accessibility strengths of this presentation deck, evaluated against WCAG 2.1 AA design standards:

    The creation of accessible slides requires considerable knowledge.

    Regards,
    Caterina

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>