Thibaud Colas
Thibaud Colas
As of Wagtail 4, our title field now has a border that only reveals on hover. It also has a "Add comment" button revealed on hover. Both elements are currently...
Version numbers from our [nightly releases](https://releases.wagtail.io/nightly/index.html) are incorrectly formatted according to our upgrade notifier [version processing](https://github.com/wagtail/wagtail/blob/6b238454359c7b9aeb412e095777c63ff3592d8c/client/src/utils/version.js#L29-L32). Sample version this fails on: `wagtail-4.1.dev20220912` Looking at our version processing regex, it seems...
### FAQ - [X] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/master/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md). - ~~[ ] Yes, my issue is not about a specific accessibility audit (file with [axe-core](https://github.com/dequelabs/axe-core) instead).~~...
Right now USWDS is displayed amongst [Web frameworks](https://www.wappalyzer.com/technologies/web-frameworks). It’s a design system, with no server-side code, and even client-side it doesn’t help structure applications – it’s just an assortment of...
This reverts part of #4520, where eSSENTIAL Accessibility’s description was changed so it is presented as an overlay. Whether a given site uses an overlay or not is very important,...
### Product axe-core ### Product Version 4.4.2 ### Latest Version - [X] I have tested the issue with the latest version of the product ### Issue Description For ``, `html-has-lang`...
Closes #3624. This updates the rule’s selector as discussed so the rule is reported as inapplicable when encountering empty `lang` or `xml:lang` attributes. It would be nice if this detail...
### Product axe-core ### Product Version 4.4.2 ### Latest Version - [X] I have tested the issue with the latest version of the product ### Issue Description [html-has-lang’s has-lang-evaluate](https://github.com/dequelabs/axe-core/blob/f62f0cf18f7b69b247b0b6362cf1ae71ffbf3a1b/lib/checks/language/has-lang-evaluate.js) reports...
This audit is based on Axe’s [bypass](https://dequeuniversity.com/rules/axe/3.3/bypass) rule, which checks headings, not header elements. The error might stem from Axe’s check for this being called [header-present](https://github.com/dequelabs/axe-core/blob/develop/lib/checks/navigation/header-present.json), but it does check...
👋 as part of the Wagtail 4.0 release, we’ve reviewed [potential breaking changes in UI customisations](https://wagtail.org/blog/wagtail-216-and-upcoming-breaking-changes/) in community packages. I have identified two issues in wagtailmenus that will likely need...