Drupal 8's accessibility advantage

No readers like this yet.
A network of people

Opensource.com

When it was released in 2011, Drupal 7 was the most accessible open source content management system (CMS) available. I expect that this will be true until the release of Drupal 8. Web accessibility requires constant vigilance and will be something that will always need attention in any piece of software striving to meet the Web Content Accessibility Guidelines (WCAG) 2.0 guidelines.

This has been useful for many organizations that, for legal, economic, or ethical reasons, want to make their sites as accessible as they can be.

What makes Drupal different from most other CMSs is that the focus has been on improving Drupal Core’s accessibility on all levels (public, content editor, administrator, and developer). Fixing problems in Core allows us to fix accessibility problems at the source, and they propagate by default to themes and modules that are used.

Adding more semantics

The biggest accessibility enhancement is about additional semantics in the form of HTML5 and WAI-ARIA. Used properly, both add context that can be useful for users who use assistive technology. We have added ARIA landmarks and roles. There is also now a central means to leverage aria-live so that a screen reader can be alerted when dynamic content on a page is updated without a page reload.

One of the common problems in Drupal 7’s forms were that multi-part checkboxes and radio buttons weren’t properly wrapped in a <fieldset> element. In Drupal 8, this has been brought into the Forms API so that these elements are properly grouped together.

Drupal is known for being strong with internationalization, but creating accessible multi-lingual sites is a real challenge! Fortunately, Drupal 8 has done a lot to add semantics to its extended language support.

Little things add up

There were lots of little changes that were made to font sizes and color contrast to make sure that Drupal 8 themes meet with the WCAG 2.0 AA guidelines.

One big challenge in many user interfaces is making sure that the purpose of each link can be determined from the link text alone. When working with limited space on the page, it’s difficult to accomplish this for many CMSs. Drupal added this by default in Drupal 7 for some content but has extended this further in Drupal 8, and we are leveraging a common set of visually-hidden CSS classes.

Consolidation

There has been an initiative to seek out other open source code to adopt in Drupal. This has been called Proudly Invented Elsewhere, and it has had a big impact both on Drupal 8’s accessibility and the accessibility of other projects. The Drupal community pushed jQuery UI and CKEditor to improve their accessibility before adopting their code.

In Drupal 7, we decided to centralize functions such as how we address accessible alternatives to CSS display:none;. At about the same time the popular HTML5 boilerplate did the same. In Drupal 8, we chose to rename our CSS classes to the more commonly used "visually-hidden" so that it would be easier for themers who are already familiar with that convention.

Another big enhancement in Drupal 8 is a centralized tabbing manager. Websites are becoming increasingly complicated, and for keyboard only users, there needed to be a way to stack the tab order to manage this. We are using this on the back-end, but it will be available for all modules and themes that want to be able to ensure that the tab order is logical.

Authoring tool

It is important to remember that it’s not just our users that may have disabilities. Especially with an aging generation of boomers, accessibility is a concern for people in all levels of an organization. Drupal’s commitment to remove accessibility challenges in the admin level is huge. This also puts this CMS in a great place to address the new accessibility standard Authoring Tool Accessibility Guidelines (ATAG). ATAG is largely about helping content authors produce more accessible content.

We’ve done some simple things in Drupal 8 to help us conform to ATAG. An administrator can now force image uploads to include alternative text. We’ve also opened up the HTML headers in the default filter to encourage editors to create more structured content. Ultimately though, it is mostly because of how Drupal is structured that we are able to help authors produce more accessible content using this interface.

Views!

One of the biggest wins for Drupal 8 is that Views has been brought into Core. Views is the most popular and powerful contributed module in Drupal 7, so it was terrific to see it incorporated in Drupal 8. This is a big accessibility win for Drupal administrators as well as end users. Views UI has been cleaned up to make it much more semantic, but we’ve also added accessibility improvements for table views. Tables now support both HTML5’s caption and description elements, as well as having proper id/header semantics for each cell.

Now, there’s still more that needs to be done and will hopefully get into Core before the first release of Drupal 8, but that being said, it is now a long way ahead of the nearest competition. Because Drupal is modular, modules and themes that are built on the new API will inherit many of the best practices we’ve built into Core. Keep in mind that any of these extensions could override a best practice, so there will still be work to improve the accessibility of Drupal 8 community contributions. But the community standards are set in Core and most modules will follow them.

Start experimenting with Drupal 8

If you’re keen on accessibility and want to try out Drupal 8, an easy place to begin is http://simplytest.me/project/drupal/8.x where you can also use that to test any of the Drupal 8 contributed modules on http://drupal.org.

There are some great ways to begin experimenting with Drupal 8 and contributing to it now. What the Drupal community has done is still pretty unique, but it is certainly something that other open source projects can learn from and adopt.

 

Tags
Mike Gifford head shot
Mike Gifford is a Senior Strategist at CivicActions and a thought leader on digital accessibility in the public sector.

3 Comments

There is no question that Drupal has continually evolved and improved in CMS capability to be more heuristic and adaptable in areas like accessibility.

However it is incorrect for Mike Gifford to state that " Drupal 7 was the most accessible open source content management system (CMS) available", or even for Drupal 8 today, as the Plone CMS/Portal has long had all of the accessibility features mentioned, comprehensive WAI and deep granularity of content workflows for several years.
The fact of an integral object oriented full function Application Server in Plone, to separately manage and control all aspects of workflow CMS logic ad direct integration with multiple external data sources/databases distinctly shows the benefits of Plone by comparison.

Unfortunately, many developers in the PHP/MySQL arena have a tendency to erroneously extrapolate any advantage of their product over other some-what similar PHP/MySQL CMS to all other Web development CMS - Portal platforms.

Thanks for your comment. I'd like to acknowledge that I made a big claim in calling Drupal 7 the most accessible open source CMS. I don't believe that there have been any unbiased studies on the matter that have addressed even the most popular CMS's out there let alone. It would be great if there were an independent audit to cite or even an agreed to scoring mechanism to judge them.

Plone certainly had an early advantage and has been a well structured system. I really don't think that it's regarded as a leader in accessibility these days. I could be wrong, and I'm definitely biased.

In reviewing a couple demo sites I noticed some big accessibility problems for keyboard only users. This is only one type of disability, but I was just doing a pretty brief scan.

You can't put many details in a 1000 word article. I've posted a more detailed description of improvements to Drupal 8.

Mike, thanks for sharing what we can expect with Drupal 8 and for also highlighting how Drupal is moving forward in the content management system areana.

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.