After 6 months of operations, we reflect on the progress our accessibility team has made, and go on the lookout for new contributors.
Wagtail 2.16 and upcoming breaking changes
Highlights from our latest release, and an early peek at expected breaking changes in future releases.
Adding Prettier onto an existing project
Prettier is good. So good, it’s easy to get used to it, and subsequently want to retrofit it onto existing projects. Here’s a step-by-step guide and example: configuring and documenting Prettier and reformatting existing code, all the while making sure not to break other people’s work.
Wagtail developer jobs: where to look
Looking for a Wagtail job? Or to hire a developer? Here are good places to check.
aria-invalid="true" with aria-describedby
As part of Django’s accessibility team, I’ve been doing a lot of research into specific patterns. Today – aria-required="true"
combined with aria-describedby
for error messages! Is it good? Is it redundant? What do authorative sources say?