This document outlines the steps to achieve WCAG 2.0 compliance. It discusses the perspectives of accessibility experts and developers. The first step includes 81 instructions focused on errors, such as ensuring all non-text content has text alternatives. The second step includes 49 instructions focused on risks, such as making links understandable without additional context. The document promotes agile learning methods and offers the Opquast desktop and framework tools to help with compliance.
3. EXPERT POINT OF VIEW
web accessibility expert want to have fun
3
4. decorative ?
image
function
?
links ?
informative ?
?
logo ?
yes ?
? links ?
alternative
?
?
short ?
longdescription ?
?
?
? no ? ? ?
DEVELOPER POINT OF VIEW
Web developer want short and simple coding instruction
4
5. THE MOUNT WCAG 2.0
? errors - ?rst step (81 instructions)
? risks - second step (49 instructions)
5
6. FIRST STEP TO WCAG 2.0
? All non-text content that is presented to the user has a text
alternative that serves the equivalent purpose, except for the
situations listed below
? Use the alt attribute for every img element
? If the img element is the only child of a button or an a element,
do not leave its alt attribute empty
6
7. SECOND STEP TO WCAG 2.0
? The purpose of each link can be determined from the link text
alone or from the link text together with its programmatically
determined link context, except where the purpose of the link
would be ambiguous to users in general.
? Use with caution the target attribute with a _blank value for an a
element
7