Skip to content

Commit

Permalink
Update accessibility.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekBoii authored and klees committed Oct 30, 2023
1 parent bd5e531 commit 33e78a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Target group: developer

Where receiving and then removing pointer hover or keyboard focus triggers additional content to become visible and then hidden, the following MUST be true:

- **Dissmissable**: A mechanism is available to dismiss the additional content without moving pointer hover or keyboard focus, unless the additional content communicates an input error or does not obscure or replace other content;
- **Dismissable**: A mechanism is available to dismiss the additional content without moving pointer hover or keyboard focus, unless the additional content communicates an input error or does not obscure or replace other content;

- **Hoverable**: If pointer hover can trigger the additional content, then the pointer can be moved over the additional content without the additional content disappearing;

Expand Down Expand Up @@ -779,7 +779,7 @@ Target group: developer
In content implemented using markup languages, status messages MUST be programmatically determined through role or properties such that they can be presented to the user by assistive technologies without receiving focus.

# Accessibility Checklist
This list is prepared to be worked thorugh by developers implementing specific projects. Results from external compliance testing may lead to adapting these phrases. Changes will be subjected to the jour fixe if compliance testing indicates they are erroneous or lacking information. We still hope the following list is helpful in everyday work, please let us know if this is not the case.
This list is prepared to be worked through by developers implementing specific projects. Results from external compliance testing may lead to adapting these phrases. Changes will be subjected to the jour fixe if compliance testing indicates they are erroneous or lacking information. We still hope the following list is helpful in everyday work, please let us know if this is not the case.
## Tabbing and Focus
Please manually check your project for tabbing and focus quality:
1. All functionality must be operable by keyboard, mainly tab, arrow, space or return keys are used. (2.1.1)
Expand Down

0 comments on commit 33e78a3

Please sign in to comment.