Peoples Blog: What to know before you choose a Drupal Hosting Platform?

In this article we are gonna see a few important notes which will be helpful for people who are looking out to host their Drupal application. When selecting a hosting platform for your Drupal website, there are several key factors to consider. Here are some important things to know before making a decision: Compatibility with Drupal: Ensure that the hosting platform is compatible with Drupal&#3

Specbee: Testing Drupal Websites for Accessibility with WCAG 2.1

Testing Drupal Websites for Accessibility with WCAG 2.1 Nusrat Fathima 16 May, 2023 Subscribe to our Newsletter Now Subscribe Leave this field blank

Did you know that 1 in 4 adults in the US has a disability*? That's a staggering 61 million people who may be impacted by inaccessible websites. 

As a Drupal developer, you have the power to make a difference by ensuring your site meets the Web Content Accessibility Guidelines (WCAG). In this blog, we'll explore the key features and best practices for testing WCAG 2.1 accessibility in Drupal, so you can create websites that are inclusive for all users.

Image removed.

What is Accessibility (A11y)

Accessibility refers to making a website usable by as many people as possible, particularly regarding people with disabilities. What does A11y refer to? A11y simply refers to the word “Accessibility” where 11 denotes the number of characters present between “A” and “Y”

WCAG and its origins

WCAG stands for Web Content Accessibility Guidelines. It is considered to be the standardized benchmark for website accessibility. Created by the World Wide Web Consortium (W3C), WCAG guidelines are the best and the easiest way of making your website usable for everyone. WCAG guidelines are strictly followed by most government and healthcare organizations in order to ensure that the website abides by accessibility laws (for example, section 508).

Principles of WCAG

There are four major principles of accessibility if you want to adopt WCAG compliance. These follow the ‘POUR’ acronym, which stands for Perceivable, Operable, Understandable, and Robust.

Perceivable

In simple words, the content should be detectable to a user’s senses. This means that they must be able to recognize the information that is being presented to them. It includes allowing users to hear audio content clearly and making sure that it is distinguishable from background noise.

Operable

It's all about making sure users can comfortably navigate your website and the interface is user-friendly. There mustn’t be any inaccessible part of the site or any steps that users might be incapable of completing. Should avoid fast-moving and flashing content when designing your web content. It should be made easy to surf the site without a keyboard, also making sure the site is keyboard accessible for users who can’t use a mouse.

Understandable

Users must be able to process the information presented to them and also be able to understand how to use and navigate through the website. This includes making the text clear and readable and predictable to make sure that pages appear in a user-friendly and anticipated way.

Robust

This highlights that the technology could evolve and build your website with future technology evolvements. As a thumb rule, if technology changes and develops, the content should also remain accessible. It also needs to be comprehended by a wide spectrum of users with different disabilities and still remains easy to understand. For example, the site made it compatible to work with the newest version of screen readers.

Why should you comply with WCAG

Below are a few of the advantages of WCAG implementation

  • An accessible website builds goodwill toward your brand and improves search engine optimization. Your site will rank more highly in search engine results.
  • An accessible website enables greater engagement, reach, and retention since you will have efficiently removed the barriers that prevent an extensive range of people from accessing your content.
  • Once WCAG is implemented as part of any website, it is considered standard.

WCAG 2.0/2.1 Success Criteria: The Most Widely Implemented

  1. Every input field on the site has an appropriate label
  2. Decorative content is implemented in a way that it can be ignored by assistive technology. For example, decorative images ignored by screen readers
  3. Captions are provided for all prerecorded audio/video content
  4. Sign language interpretation is provided for the audio content
  5. A meaningful sequence of content, for example the headings on any page are placed in a sequential order
  6. The user is able to pause or stop the audio or control the audio volume independently from the overall system volume for automatically playing videos.
  7. The contrast ratio of text and images of text is 4.5:1, and large-scale text and images are 3:1. The contrast ratio does not apply to decorative content or logo or brand name
  8. Low or no background audio. The pre-recorded audio/video does not contain any background noise
  9. All functionality of the content is accessible via the keyboard interface. There will be no keyword trap.
  10. Providing the users with enough time to read through and use the content
  11. If the content is time-based, the user is allowed to either pause or adjust the time constraint
  12. In case of any fast-moving content such as auto carousels, the user will be presented with options to pause or stop it
  13. When the authenticated user’s session expires, the user will be able to continue with the session without loss of data after re-authentication.
  14. Page titles, headings, and labels will describe the topic of the webpage
  15. Keyboard focus is visible and highlighted well
  16. Focusable components will receive focus in an order that signifies meaning and operability.
  17. Each section of the webpage is accompanied by its section heading
  18. Except for decorative images, all images have meaningful Alt text
  19. Audio, video, forms, dropdown menus, anchor text, URLs, and alt text is accessible to the keyboard and screen reader
  20. Content clarity adapts according to the zoom level of the page. Content is clearly visible, even on the maximum zoom level
  21. The header and footer menu with help context should be available on all pages throughout the site
  22. The sites have proper implementation of hover and focus states

Screen Readers

Many people with visual challenges use screen magnifiers and screen readers. A screen reader is software that reads digital text displayed on the screen aloud. Some screen reader examples include:

  • Paid products like JAWS (Windows) and Dolphin Screen Reader (Windows).
  • Freeware like NVDA (Windows), ChromeVox (Chrome) and Orca (Linux).
  • Software built-in the OS(Operating system), like VoiceOver (macOS, iPadOS, iOS), Narrator (Windows), ChromeVox (on Chrome OS) and TalkBack (Android).

Three levels of accessibility

WCAG 2.1 has 3 levels of success criteria

  • Level A: All 30 essential success criteria defined in WCAG 2.0 are met. At a minimum, all websites should achieve this level of compliance.
  • Level AA: All level A success criteria are met and an additional 28 accessibility success criteria are satisfied. This level achieves a broader accessibility spectrum and is often the goal for most of the development teams to achieve.
  • Level AAA: The website should satisfy all three levels of success criteria, including 28 additional success criteria. This level is typically reserved for special sites such as government organizations.

Most of the WCAG-compatible sites widely fall under the accessibility success criteria level A or AA.

Accessibility Testing a Drupal Website

The following are steps followed to perform an accessibility test for a Drupal website

  1. Run a Google Chrome Lighthouse audit and fix the highlighted accessibility issues
  2. Run a Wave tool audit
  3. Validate the keyboard highlight focus and the tab order of the page manually
  4. Validate the page with the required screen reader software. For example, VoiceOver
  5. Validate the site accessibility on all resolutions such as wide desktop, laptop, tab, and mobile devices
  6. Validate the site code using W3C’s validation tools for Markup and CSS
  7. Validate the color contrast of the site to make sure it meets the standards (4:5:1) by using a Chrome extensions tool like Kontrast or an application like Color Contrast Analyzer

How Drupal Helps Attain Accessibility Standards

Web development must include accessibility to make sure that websites are functional and accessible to those who have disabilities. Drupal is renowned for its steadfast dedication to accessibility. Take a look at how Drupal promotes accessibility and what tools and features it provides to assist websites to be more user-friendly.

1. Building Accessibility into Drupal

The goal of the Drupal development team has always been to build a platform that is usable by as many users as feasible. The Web Content Accessibility Guidelines (WCAG) 2.1 Level AA requirements are followed when developing the core Drupal platform. This indicates that a variety of disabilities, such as those affecting the visual, auditory, physical, verbal, cognitive, and neurological systems, can access Drupal websites.

2. Default Accessibility features

  • With their ability to adapt to various screen sizes and devices thanks to responsive design, Drupal's default themes are usable for those who use mobile devices or assistive technology.
  • Drupal creates semantic HTML markup, which aids screen readers and other assistive technology tools in comprehending the website's structure.
  • Drupal includes a field for adding alternate text to photos, which aids those who are blind in understanding the website's content.
  • Drupal supports keyboard navigation, which is crucial for users who are unable to use a mouse.
  • Forms that are easy to use and navigate with assistive technology are generated by Drupal that are accessible.

3. Drupal Provides Plugins & Modules for Accessibility

To improve a website's accessibility, Drupal provides a variety of accessibility modules and plugins that can be deployed. Several well-liked accessibility modules and plugins are as follows:

  • Editoria11y Accessibility Checker: This module examines a website for problems with accessibility and makes recommendations for solutions.
  • CKEditor Accessibility Plugin: This add-on improves the accessibility of the widely used text editor for Drupal, CKEditor.
  • All-in-one accessibility Widget: This module includes an accessibility widget that enables users to change the website's text size, contrast, and other accessibility-related settings.
  • A11Y: Form helpers: This module helps make all the Drupal webforms meet the accessibility standards
  • Block ARIA Landmark Roles: This module adds additional elements to the block configuration forms that allow users to assign an ARIA landmark role and/or ARIA labels to a block.

4. Strong Community Support for Accessibility

Developers and designers who are committed to accessibility make up a sizable part of the Drupal community. An effort led by the community to make Drupal more accessible to those with disabilities is the Drupal Accessibility Group. The group offers guidance, tools, and best practices for developing ADA-compliant Drupal websites.

References:

https://www.cdc.gov/ncbddd/disabilityandhealth/infographic-disability-impacts-all.html

Final Thoughts

Drupal is an effective and open-source content management system that provides a variety of features, tools, and plugins to improve a website's accessibility. Because of its dedication to accessibility and the strength of its accessibility-focused community, Drupal is a fantastic platform for building websites that are useable and accessible for those with impairments.
I hope this article provides you with the required insight on accessibility testing with WCAG 2.1. Want to build an accessible Drupal website from scratch or want to make your current site more accessible? We’d love to make that happen! Let’s talk!

Author: Nusrat Fathima

Meet Nusrat, a Software Tester by profession. Nusrat loves reading and learning new things. She enjoys road trips and exploring new places. When it comes to food, she loves to indulge in anything and everything chicken.

Email Address Subscribe Leave this field blank Drupal Software Testing Drupal Planet

Leave us a Comment

 

Recent Blogs

Image Image removed.

Testing Drupal Websites for Accessibility with WCAG 2.1

Image Image removed.

Understanding Update and Post Update Hooks for Successful Drupal Site Updates

Image Image removed.

How to Setup a Drupal Site on Pantheon from Scratch

Want to extract the maximum out of Drupal? TALK TO US

Featured Case Studies

Image removed.Image removed.

Upgrading the web presence of IEEE Information Theory Society, the most trusted voice for advanced technology

Explore
Image removed.Image removed.

A Drupal powered multi-site, multi-lingual platform to enable a unified user experience at SEMI

Explore
Image removed.Image removed.

Great Southern Homes, one of the fastest growing home builders in the US, sees greater results with Drupal

Explore
View all Case Studies

Evolving Web: Stylescapes: a Better Way to Collaborate on Design Direction

Image removed.

The start of a design project is always exciting and uncertain—there are so many insights and possibilities to explore. As we discuss initial design ideas with the client, everyone begins to form a rough picture in their heads. Herein lies a challenge: how do we best communicate what’s in our mind’s eye? When we’re speaking in abstract, subjective terms, how can we ensure everyone is on the same page?

Good communication at this stage is as crucial as it is tricky. It’s a chance for everyone to collaborate and agree on a strong, clear direction for the design. Ultimately, this leads to a smoother, more efficient, more enjoyable experience for all. And, of course, an end result that impresses.

Stylescapes are a powerful tool that we use to facilitate communication around design direction. Read on to learn what stylescapes are, how we use them, and why our clients love them. 

What is a Stylescape?

A stylescape is a collection of colors, typography, images, shapes, and other design elements that are carefully arranged to demonstrate an overall visual aesthetic. It’s something between a moodboard and a mockup. 

Check out the stylescape that we created for OCAD University’s admissions website below. We incorporated animation into the stylescape to show how we planned to elevate the user experience with an interactive design.

 

Image Image removed.

OCAD U’s admissions website showcases student-created art to inspire and engage applicants. 

 

Image Image removed.

A bold design direction reflects OCAD U’s reputation as Canada’s largest art, design, and digital media university.

Stylescapes vs. Moodboards

Because a stylescape isn’t as abstract as a moodboard, the viewer gets a more accurate idea of how the end product might look. This makes it easier to discuss preferences—more of “this”, less of “that.” And you can provide broad feedback while pointing to specific examples. 

Here’s an example of a moodboard we created for OCAD U: 

Image removed.

A moodboard is a curated collage of images, text, and design elements that conveys a general style or feel.

Stylescapes vs. Mockups

Because a stylescape isn’t as specific as a mockup, it’s quicker to create and won’t lock you into designs for real pages yet. This level of flexibility is ideal while we’re still pinning down a design direction. It helps us use our time efficiently so that we can give you the most value for your investment. 

Here’s an example of a final mockup for the OCAD U admissions website:

Image removed.

A mockup is a high-fidelity render of the design that shows how the finished product will look.

How and When We Use Stylescapes in Our Design Process

We’ve been continuously improving our design process since Evolving Web was founded 15+ years ago. Incorporating stylescapes into our process has elevated our collaborative, iterative approach.

We typically create stylescapes as we’re finishing the UX discovery phase and starting to develop wireframes (although our timing is flexible depending on the project requirements.) This ensures we know enough about your organization’s brand, goals, priorities, and target audiences to make valuable recommendations. It also means we have an idea of the most important components for us to showcase.

When we present a stylescape to a client, we aim to:

  • Communicate our vision for their brand story or digital experience
  • Showcase brand assets and how we plan to combine them (e.g. visual hierarchy and a rough idea of layout)
  • Demonstrate how we plan to implement the most important elements (e.g. calls to action or metrics)
  • Enable the client to compare options and select the bits they like from each
  • Get feedback on the overall look and feel and on specific elements (e.g. rounded corners versus square corners)
  • Come to a clear agreement on the direction of the design

Case study: Creating a Stylescape for Million Peacemakers Youth

Million Peacemakers is a non-profit that empowers people and businesses to co-create a culture of peace using ‘Nonflict’—a structured approach to conflict resolution. We partnered with Million Peacemakers to design a website aimed at youth volunteers

The project had a tight timeline of only 8 weeks. Our team worked quickly to understand the target audience, pitch ideas, and agree on a design direction. We developed a creative concept—”youth volunteers on a hero’s journey”—which we presented to the client in the form of a stylescape.

Image removed.

A high-contrast colour palette and contour drawings capture a youthful energy. 

Image removed.

A curling, continuous line conveys the concept of an ongoing journey.

  • A winding line—inspired by the Million Peacemakers logo—communicates connection, continuity, and movement.
  • Contour drawings capture a youthful energy and reflect the idea that positive change is a work in progress.
  • Rounded shapes express the softness of the ‘Nonflict’ approach.
  • Photos show young people in action and supporting each other.
  • Cool blues paired with a warm yellow capture the spirit of peace and vitality. 

The stylescape enabled us to quickly and effectively communicate our ideas and elicit feedback from Million Peacemakers. The client loved our concept, and feedback was made easy because there were visual elements to identify. After some minor adjustments, we locked down a clear design direction and progressed to mockups. 

Our team successfully delivered a beautiful, compelling, functional website within the 8-week timeframe. What’s more, Million Peacemakers was so happy with the new visual identity that they adopted the same treatment on their main website.

Image removed.

Evolving Web created a unique visual identity with a clear focus on Million Peacemakers’ youth audience.

Find Your Design Direction With Evolving Web

Evolving Web has spent more than 15 years empowering organizations to create deeper connections through valuable digital experiences. Our Design Team harnesses research, strategy, and innovation to unleash the creative potential in every project—no matter its size. Partner with us and you’ll gain the confidence, wisdom, and support to take your digital design to the next level.

//--> //--> //--> //-->

+ more awesome articles by Evolving Web

Nonprofit Drupal posts: May Drupal for Nonprofits Chat

Join us on Thursday, May 18 at 1pm ET / 10am PT, for our regularly scheduled call to chat about all things Drupal and nonprofits. (Convert to your local time zone.)

In this month's informal chat, we'll be talking about local development environments.  Got something specific on your mind? Feel free to share ahead of time in our collaborative Google doc: https://nten.org/drupal/notes!

All nonprofit Drupal devs and users, regardless of experience level, are always welcome on this call.

This free call is sponsored by NTEN.org and open to everyone. 

  • Join the call: https://us02web.zoom.us/j/81817469653

    • Meeting ID: 818 1746 9653
      Passcode: 551681

    • One tap mobile:
      +16699006833,,81817469653# US (San Jose)
      +13462487799,,81817469653# US (Houston)

    • Dial by your location:
      +1 669 900 6833 US (San Jose)
      +1 346 248 7799 US (Houston)
      +1 253 215 8782 US (Tacoma)
      +1 929 205 6099 US (New York)
      +1 301 715 8592 US (Washington DC)
      +1 312 626 6799 US (Chicago)

    • Find your local number: https://us02web.zoom.us/u/kpV1o65N

  • Follow along on Google Docs: https://nten.org/drupal/notes

View notes of previous months' calls.

Talking Drupal: Talking Drupal #399 - Working Remotely

Today we are talking about Working Remotely with Alan Sherry & Jordan Graham.

For show notes visit: www.talkingDrupal.com/399

Topics
  • Why is remote work great
  • Why is remote work hard
  • Tips
  • Working internationally
  • Large vs small company
  • Why do you like working from home
  • Why do you think companies are pushing back to the office
  • What do you miss about the office
Resources Guests

Alan Sherry - Drupal Profile

Hosts

Nic Laflin - www.nLighteneddevelopment.com @nicxvan John Picozzi - www.epam.com @johnpicozzi Jordan Graham - @jordanlgraham

MOTW Correspondent

Martin Anderson-Clutz - @mandclu oEmbed Providers Extends Drupal’s ability to embed content from third-party sites.

LN Webworks: How Zapier is Helping Business Owners in Automating Their Work Process

Image removed.

If you often feel that you have a lot to accomplish but fall short of time in your business life, you are not alone. A majority of entrepreneurs feel this way. But, thanks to Zapier, you no longer have to worry about the scarcity of time you experience. With Zapier, you can streamline your Automation for website development tasks and focus on growing your business.

Even the most complex Learning Management System can be augmented with Zapier's robust automation platform. While LMS can't accommodate every single use case, Zapier can often provide the best workaround by connecting the apps and services you use and creating automated workflows, known as Zaps. This way, all the repetitive tasks are taken care of, allowing you to focus your time and energy on other tasks that demand your unwavering focus.

The Drop Times: Doing Nothing Sometimes Could be Everything

You lay down for an afternoon nap, right above you a ceiling fan that has a reflective shiny motor catches your attention. You spend a few minutes tracing the slightest reflection of the room on that shiny motor. Or, amidst busy conversations in a happening room, you get lost, drowning out the noise but are aware enough to observe how people are engaging in conversation and small talk; you were not eavesdropping but simply paying attention. Or while you sit alone in a public space say a cafe, working on your laptop, the intricately designed borders of a wooden cabinet fascinates you, you stay in thought for a good moment and eventually recovering back to finish what work you planned for the day. 

You can’t grow if you constantly crave comfort,  and you certainly cannot move ahead with quality if you are a busy body; too much of a busy body. You have most certainly must have come across the Italian idiom "Il Dolce Far Niente" or The sweetness of doing nothing from the movie Eat Pray Love (you may also have heard it on social media). Between drifting away amidst heavy work and snapping right back, it can be considered balance and balance is beautiful. A break is necessary. 
No matter how nescient this all can sound or however dull your break could be it is as important as crossing out your to do list.  Sitting in front of a laptop, maybe for 2 hours, or for some even an unbothered 4 hours, move around. The 20/20/20 rule; for every 20 minutes of screen time, look at something 20 feet away for 20 seconds.

So if you have pulled a marathon of screen time take this as a reminder to stand up from your chair or stare at the ceiling fan (or at the wall for those that don’t use ceiling fans), but after you quickly skim through what we covered this past week.

The 2023 edition of DebConf is scheduled for September, and Four Kitchens, a digital agency, has underwent a rebranding process. Acquia Engage Is Back to Europe and the deadlines for Drupal Developer Days 2023 are fast approaching. 

amazee.io is a ZeroOps application delivery hub is hosting a Webinar and are also hosting their first ever amazee.io LagoonCon in Pittsburgh. 

Acquia releases a DrupalCon guide and also announced the appointment of its new Chief Marketing Officer (CMO). Jennifer Griffin Smith, a technology industry leader. 

Material announces strategic alliance with Acquia and The Linux Foundation Introduces an Advisory Board.

That's all for this week. 

Yours Sincerely,
Alethia Rose Braganza
Sub Editor, TheDropTimes

 

LN Webworks: How to Choose the Right Company for LMS Development?

Image removed.

If the decision of choosing the right Drupal Development Services provider for your LMS development has left you feeling perplexed, you are not alone. It’s natural to get surrounded by the mist of confusion when there are plenty of options available to choose from. As this critical decision will have long-term consequences for your company, it actually calls for a conscientious choice with measured steps. So, what’s the way out?

The answer is knowing against which parameters you should weigh a Learning Management System (LMS) development company and the questions you should ask them. This will help you get valuable insights about the company and make an informed decision.

7 Actionable Steps to Select the Right LMS Development Company

Salsa Digital: How to convert Figma to Drupal or WordPress

Image removed.Figma designs to CMS Are you a design ace, but less confident when it comes to actually building a new website? Maybe you’re new to website development and starting a build from scratch is a little daunting. Wouldn’t it be wonderful if there was a way to simply design in Figma and have a fully functioning website without having to code to build your Figma design? Converting the visual design files from a design tool like Figma is complex and requires specialist knowledge on how to write code for the CMS platform you intend to use for the website build. Even if you know how to design in Figma and write code or build a site in either Wordpress or Drupal (bonus points for being able to do both!!), it’s still time consuming.