5 Matching Annotations
  1. Sep 2025
    1. All iPlayer programmes have subtitles. And users can find audio described and signed programmes via the category navigation.

      This is a strong step toward making video content accessible to everyone. Subtitles help people who can’t hear the audio, while audio description and sign language give extra options for users with different needs. It shows how a single piece of content can be made usable in multiple ways, instead of assuming everyone experiences media the same way.

    2. Tabbing for keyboard-only users works well. There's a prominent ‘Skip to content’ button on the first tab. And attention has been placed on code structure and alt text for non-text elements.

      This covers a few really important accessibility needs all at once. The skip button makes life easier for people who navigate with a keyboard, so they don’t have to fight through menus every time. Good code structure and alt text mean screen reader users aren’t left out, since images and layout are described properly. It’s a great example of thinking beyond just mouse users and making sure everyone can actually use the site.

    3. arge, high-res, and captivating imagery is easy on the eye – even for partially-sighted site users. Colours are distinct. There's large font sizing and line spacing – and well-designed buttons.

      This makes the page a lot friendlier to people with vision challenges. Bigger text, extra spacing, and clear buttons mean you don’t have to squint or struggle to click. The strong colors and sharp images also help folks who don’t see detail well. It’s simple design choices like these that can make the web feel more welcoming to everyone.

    4. Check out the transition styles when tabbing between elements. And the thick border on the focus indicator.

      Clear transition styles and a visible focus indicator give users confidence when navigating without a mouse. The thick border is especially important for people with low vision, since it makes the active element stand out on the screen. This demonstrates the site’s commitment to inclusive design by ensuring users can track their position and interact effectively using only the keyboard.

    5. Try tabbing through the page. Observe the big ‘skip to main content’ banner that appears for the first tab.

      This is a good accessibility practice. The “Skip to main content” banner helps people who cannot use a mouse by letting them jump straight to the main page content using only the keyboard. It supports the Operable principle of WCAG’s POUR framework, because it ensures users can navigate the interface without being forced to perform actions they may not be able to.