Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add top guides section to a11y intro + a11y content updates #6059

Merged
merged 30 commits into from
Jan 2, 2025
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
62d333e
Add top guides section to a11y intro
jennifer-shehane Dec 26, 2024
06ad458
lint
jennifer-shehane Dec 26, 2024
3ff2287
Fix link
jennifer-shehane Dec 26, 2024
6829ef4
Add how it works
jennifer-shehane Dec 27, 2024
e0815c5
Fix images where noBorder didn't do anything
jennifer-shehane Dec 27, 2024
f2f7a9b
Update icon types
jennifer-shehane Dec 27, 2024
5273eef
lint
jennifer-shehane Dec 27, 2024
0ab537a
content updates
jennifer-shehane Dec 27, 2024
fe98646
lint
jennifer-shehane Dec 27, 2024
8b7c7d4
More content updates
jennifer-shehane Dec 27, 2024
f9b296b
lint + reduce img sizes
jennifer-shehane Dec 27, 2024
91b3f48
Update docs/accessibility/core-concepts/accessibility-score.mdx
jennifer-shehane Dec 31, 2024
02bba6e
Update docs/accessibility/core-concepts/accessibility-score.mdx
jennifer-shehane Dec 31, 2024
151d565
Update docs/accessibility/core-concepts/how-it-works.mdx
jennifer-shehane Dec 31, 2024
1327199
Update docs/accessibility/core-concepts/run-level-reports.mdx
jennifer-shehane Dec 31, 2024
4673565
Update docs/accessibility/guides/maintain-accessibility.mdx
jennifer-shehane Dec 31, 2024
a1399e2
Update docs/accessibility/core-concepts/run-level-reports.mdx
jennifer-shehane Dec 31, 2024
fac57e4
Update docs/accessibility/guides/maintain-accessibility.mdx
jennifer-shehane Dec 31, 2024
d914638
Update docs/accessibility/guides/maintain-accessibility.mdx
jennifer-shehane Dec 31, 2024
b2595de
Update docs/accessibility/guides/maintain-accessibility.mdx
jennifer-shehane Dec 31, 2024
c7f4470
Merge branch 'main' into top-guides-a11y
jennifer-shehane Jan 2, 2025
d52f030
add back css selectors description
jennifer-shehane Jan 2, 2025
867cf3b
Merge branch 'top-guides-a11y' of https://github.com/cypress-io/cypre…
jennifer-shehane Jan 2, 2025
09bd7ba
Update wording to be more descriptive
jennifer-shehane Jan 2, 2025
8a475df
Update docs/accessibility/core-concepts/run-level-reports.mdx
jennifer-shehane Jan 2, 2025
dbfc417
Update docs/accessibility/guides/accessibility-automation.mdx
jennifer-shehane Jan 2, 2025
511936b
add aria labels to card links
jennifer-shehane Jan 2, 2025
5875372
Merge branch 'top-guides-a11y' of https://github.com/cypress-io/cypre…
jennifer-shehane Jan 2, 2025
b522856
Add focus style to guides card
jennifer-shehane Jan 2, 2025
8eace98
lint
jennifer-shehane Jan 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update wording to be more descriptive
jennifer-shehane committed Jan 2, 2025
commit 09bd7ba4fd0183dfeefa57c87d9fe4879b07f616
2 changes: 1 addition & 1 deletion docs/accessibility/core-concepts/accessibility-score.mdx
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ Accessibility scores should be viewed in the context of your specific project an
- A score of 99% may indicate progress if the previous score was lower, but a single failure could represent a significant barrier (e.g., an inaccessible login page).
- Even a 100% score does not guarantee full compliance or user-friendliness but indicates that Axe Core® detected no violations in the tested scope.

The key value of the score is its consistency across runs. Changes in the score reliably reflect accessibility improvements or regressions.
The key value of the score is that the calculation is repeated consistently across runs - Cypress is not trying to catch anything "in the moment" during test execution. This means that changes in the score reliably reflect accessibility improvements or regressions.

In general, the ideal state is a clean 100% score in your Cypress Accessibility report, which you can achieve with a combination of fixing existing issues and ignoring things you know you won't fix.