question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Documentation request: accessibility considerations for Wagtail sites

See original GitHub issue

Reviewing the issues currently marked label:Accessibility, there are now quite a few that are about the accessibility of websites built with Wagtail, rather than the accessibility of the Wagtail admin UI. Wagtail generally tries to be un-opinionated about front-end markup, but there are areas where it has a lot of opinions, and I think it would be valuable to have a one-stop-shop document highlighting “things to consider for Wagtail websites to be accessible”.

I see this as a single “Accessibility considerations for Wagtail websites” page, but it could also be split into separate parts of the documentation – feedback welcome.

Here is what this page could contain:

  • Images
  • Rich text
    • strong vs b, em vs i #4665
    • Disabling heading elements
    • Empty headings, #6526
  • StreamField
    • Empty headings
  • TableBlock
    • #5989
    • How to make the “caption” field mandatory if appropriate
  • Embeds
  • Links
    • Ways to prevent “read more” or “click here” links (or how to add a custom aria-label for those)
      • Note – some times it’s appropriate to use short link text and this should be supported too.
    • Ways to prevent href="None" issues when pages are unpublished or deleted

Additionally, we could also use this page to make recommendations for accessibility resources and testing tools geared towards Wagtail websites.


I’ll update this list as I stumble upon more things like this.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lb-commented, Jun 3, 2020
0reactions
thibaudcolascommented, Nov 6, 2020

I have created a project board for everything on this list that could potentially be fixed in Wagtail (they all have their own separate issues or RFCs): https://github.com/wagtail/wagtail/projects/10.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Accessibility considerations — Wagtail 2.12.5 documentation
Accessibility for CMS-driven websites is a matter of modeling content appropriately, creating accessible templates, and authoring content with readability and ...
Read more >
Accessibility - Wagtail CMS
We document common accessibility considerations to help Wagtail implementers create accessible sites. We cover content modeling, templates, and authoring ...
Read more >
Hooks — Wagtail Documentation 2.14 documentation
Hooks for building new areas of the admin interface (alongside pages, images, ... The callable passed into this hook should take a request...
Read more >
Building a site with AMP support — Wagtail 2.12.4 documentation
This recipe document describes a method for creating an AMP version of a Wagtail site and hosting it separately to the rest of...
Read more >
Multi-site, multi-instance and multi-tenancy
User, groups, and permissions can be configured in such a way that content creators can only manage the pages, images, and documents of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found