5 Matching Annotations
  1. Sep 2023
    1. Stay Connected Get email updates on WWF-Canada’s critical conservation work and learn how you can make a difference. First Name* Last Name* Email* Postal Code* Question - Required - Let us know what you'd like to hear more about: Sign UpSubscribe Spam Control Text:   Please leave this field empty WWF is collecting postal codes so we can send you news and invitations most relevant to your area.

      Here I want to highlight the form. The form is an example of good accessibility practices. After looking at the HTML code we can see that the label and the corresponding form field are associated with each other because the for attribute and the id attribute are the same. Ex: for="cons_first_name" and id="cons_first_name".

      This proper structure will make it easier for screen readers.

    2. © Staffan Widstrand / WWF

      Here I want to highlight the image but I can only annotate text so my comments are for the IMAGE. I believe this would fall under the perceivable principle because it has to do with making the components presentable to users in whatever way they can perceive them.

      This is an example of bad accessibility practices. If you take a look at the HTML code for the image, the alt code does not describe the image at all. Instead it says "© Staffan Widstrand / WWF". Poor use of the alt text attribute makes it difficult for visually impaired users as they use this to understand the images that they can not see.

    3. RACE FOR WILDLIFE Choose your distance and walk, run, wheel or skip to the finish line. SIGN UP

      Here I want to highlight the hyperlink. This falls under the operable principle. This is an example of good accessibility practices because the link is self-describing which can provide information for someone that uses a screen reader. The link is also not part of the paragraph and also near the end of the block of text which makes it easy to locate.

    4. What You Can Do

      This is an example of good accessibility practice for the robust principle. If you look at the HTML code this title has an H2 header. Other section titles on the webpage also have H2 headers. This makes the webpage accessible to people that use screen readers because the common header tags make it easier to jump from section to section.

    5. Our planet’s biodiversity is in crisis. Global wildlife populations have declined by 60 per cent on average over the past 40 years — and about half of Canada’s populations are also experiencing decline. WWF-Canada is working to reverse this.

      This is an example of the operable principle. Here in this example, the "hover interaction" is inaccessible for people with a motor impairment.

    Annotators

    URL