-
Notifications
You must be signed in to change notification settings - Fork 0
Ágora vs Acessibilidade
índice
- Átomos
Ágora
Element (or anchor element), with its href attribute, creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address.
(...)
Esta secção contém os Critérios de Sucesso WCAG 2.1 (AA) (normativo) aplicáveis a elementos anchors
/ link
. A secção contém também as Técnicas, conhecidas, consideradas Suficientes para satisfazer estes Critérios de Sucesso, bem como as Falhas, conhecidas, que violam estes Critérios de Sucesso.
Configuração do filtro usado em How to Meet WCAG - Quick Reference
Selected Filters: WCAG 2.1: success criteria tagged with links for levels A and AA and sufficient and failure techniques for the technologies: HTML, CSS, ARIA, Client-side Scripting, and Server-side Scripting.
Critérios de Sucesso, Técnicas e Falhas descritas especificamente para o elemento ´anchor`:
- 5 Critérios de Sucesso de nível A
- 34 Técnicas
- 11 Falhas
Coisas que eu não sabia:
Por exemplo, de acordo com F96, construções deste tipo <a href="abc.html" aria-label="início">Home</a>
provocam a falha do Critério de Sucesso 2.5.4, o qual é um requisito de nível 'A', ou seja fundamental para alguns utilizadores, violando o princípio de acessibilidade "Operável".
Talvez a introdução de personas facilite a compreensão das construções:
The objective of this Failure is to describe situations where speech input users cannot reliably speak the name of a control because it differs from the visible label.
When speech input users interact with a web page, they usually speak a command followed by the reference to some visible label (like the text in a button or a link, or the text labelling some input). If the visible label does not match the accessible name of the control, speech users may be unable to directly activate that control.
Situation A: If the color of particular words, backgrounds, or other content is used to indicate information:
- G14: Ensuring that information conveyed by color differences is also available in text
- G205: Including a text cue for colored form control labels
- G182: Ensuring that additional visual cues are available when text color differences are used to convey information
- G183: Using a contrast ratio of 3:1 with surrounding text and providing additional visual cues on focus for links or controls where color alone is used to identify them
- G111: Using color and pattern
- G14: Ensuring that information conveyed by color differences is also available in text
- F13: Failure of Success Criterion 1.1.1 and 1.4.1 due to having a text alternative that does not include information that is conveyed by color differences in the image
- F73: Failure of Success Criterion 1.4.1 due to creating links that are not visually evident without color vision
- F81: Failure of Success Criterion 1.4.1 due to identifying required or error fields using color differences only
- G202: Ensuring keyboard control for all functionality
- Ensuring keyboard control by using one of the following techniques:
- G90: Providing keyboard-triggered event handlers
- F54: Failure of Success Criterion 2.1.1 due to using only pointing-device-specific event handlers (including gesture) for a function
- F55: Failure of Success Criteria 2.1.1, 2.4.7, and 3.2.1 due to using script to remove focus when focus is received
- F42: Failure of Success Criteria 1.3.1, 2.1.1, 2.1.3, or 4.1.2 when emulating links
- G59: Placing the interactive elements in an order that follows sequences and relationships within the content
- Giving focus to elements in an order that follows sequences and relationships within the content using one of the following techniques:
- Changing a Web page dynamically using one of the following techniques:
- F44: Failure of Success Criterion 2.4.3 due to using tabindex to create a tab order that does not preserve meaning and operability
- F85: Failure of Success Criterion 2.4.3 due to using dialogs or menus that are not adjacent to their trigger control in the sequential navigation order
- G91: Providing link text that describes the purpose of a link
- H30: Providing link text that describes the purpose of a link for anchor elements
- H24: Providing text alternatives for the area elements of image maps
- Allowing the user to choose short or long link text using one of the techniques below:
- G53: Identifying the purpose of a link using link text combined with the text of the enclosing sentence
- Providing a supplemental description of the purpose of a link using one of the following techniques:
-
Identifying the purpose of a link using link text combined with programmatically determined link context using one of the following techniques:
- ARIA7: Using aria-labelledby for link purpose
- H77: Identifying the purpose of a link using link text combined with its enclosing list item
- H78: Identifying the purpose of a link using link text combined with its enclosing paragraph
- H79: Identifying the purpose of a link in a data table using the link text combined with its enclosing table cell and associated table header cells
- H81: Identifying the purpose of a link in a nested list using link text combined with the parent list item under which the list is nested
- G91: Providing link text that describes the purpose of a link
- F63: Failure of Success Criterion 2.4.4 due to providing link context only in content that is not related to the link
- F89: Failure of Success Criteria 2.4.4, 2.4.9 and 4.1.2 due to not providing an accessible name for an image which is the only content in a link
- G208: Including the text of the visible label as part of the accessible name
- G211: Matching the accessible name to the visible label
- F96: Failure due to the accessible name not containing the visible label text
- @@ Accessible name contains the visible label text, but the words of the visible label are not in the same order as they are in the visible label text
- @@ Accessible name contains the visible label text, but one or more other words are interspersed in the label
2022/2024 - Book A11Y - Bloco de notas sobre acessibilidade digital