Enable alt text quality check by default. Fix #12636 (#12793)

pull/13030/head
Thibaud Colas 2025-01-20 11:49:58 +00:00
rodzic 366b946b91
commit f8eb58b0b9
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -6,6 +6,7 @@ Changelog
* Fix: Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal) * Fix: Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal)
* Fix: Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma) * Fix: Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma)
* Fix: Make sure alt text quality check is on by default as documented (Thibaud Colas)
* Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser) * Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser)
* Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser) * Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)

Wyświetl plik

@ -16,6 +16,7 @@ depth: 1
* Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal) * Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal)
* Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma) * Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma)
* Make sure alt text quality check is on by default as documented (Thibaud Colas)
### Documentation ### Documentation

Wyświetl plik

@ -55,6 +55,7 @@ class AccessibilityItem(BaseItem):
"input-button-name", "input-button-name",
"link-name", "link-name",
"p-as-heading", "p-as-heading",
"alt-text-quality",
] ]
#: A dictionary that maps axe-core rule IDs to a dictionary of rule options, #: A dictionary that maps axe-core rule IDs to a dictionary of rule options,