The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.
- Tim Berners-Lee, W3C Director and inventor of the World Wide Web
This page is not an introduction to Accessibility (A11y.) It is not a deep dive into A11y as a whole or any single aspect. I assume that visitors already have a basic understanding of A11y and web development.
This is a reference document. It is a repository of notes, facts, markup clips, style clips, quotes, statistics, links, resources, tips, tricks, techniques, and best practices relating to A11y. Think of it as a very messy "brain dump." I collected them for my own use, but I hope someone else will find it helpful.
This is incomplete. I will continue to expand it, but I have no plans to cover all aspects of Accessibility.
This is a work in progress. I've only included a fragment of my notes here. It will expand over time, but it will be a long while before I can add catalog all my notes here.
I welcome constructive criticism and suggestions.
"Build it in, don't bolt it on."
- common systems engineering maxim
If you are considering using widgets and overlays as quick, inexpensive, easy solution for a non-accessible website, kindly follow the links before proceeding.
I am suspicious, just short of blanket dismisal of any plugins that promise to make any website fully accessible. I can't unilaterally declare that they worsen the problem, but I find it hard to accept claims for plugins to be a "quick fix" or a "one-click solution." If there was a single line of HTML or JavaScript code that would fix a site's accessibility, every major browser would license the technology. But I haven't seen that happen and I don't expect it to.
This is not meant to be an introduction to A11y.
For learning the fundamentals of Accessibility, use one of the following resources.
HTML and CSS are evolving, and web browsers are constantly being updated. So, when shopping for books, with all other things being equal, choose the most recently published book.
For web design and development in general, I recommend the following book.
for Accessible web development, I recommend both of the following two books.
My lists are subjective and not comprehensive.
The Centers for Disease Control and Prevention (CDC) reports that 26% of U.S. adults live with some form of disability.
SOURCE: Prevalence of Disabilities and Health Care Access by Disability Status and Type Among Adults - United States, 2016 on CDC.gov
The World Health Organization (WHO) estimates that over 1 billion people (about 15% of the global population) live with some form of disability.
SOURCES:
Most of the more than 4,000 ADA web accessibility lawsuits filed in 2022 and the nearly 16,000 ADA web accessibility lawsuits filed in the last five years had plaintiffs with visual disabilities. Plaintiffs with visual disabilities filed the most cases, and plaintiffs with auditory disabilities came in second; most often, claims filed by people with hearing disabilities focused on digital accessibility issues for video, such as a lack of captions or missing audio descriptions.
From 7 Facts Your Ecommerce Company Should Know About ADA Web Lawsuits by UsableNet on Feb 22, 2023
I am not suggesting prioritizing any one type of disability over another.
With few exceptions, I'm not including the most commonly used terms here. For definitions of the core terms, visit one of the resources listed in the Accessibility Basics section before returning to this page.
A quality attribute that assesses how easy user interfaces are to use. The word "usability" also refers to methods for improving ease-of-use during the design process. Usability is defined by 5 quality components:CITE: Usability 101: Introduction to Usability by Jakob Nielsen. January 3, 2012.
- Learnability: How easy is it for users to accomplish basic tasks the first time they encounter the design?
- Efficiency: Once users have learned the design, how quickly can they perform tasks?;
- Memorability: When users return to the design after a period of not using it, how easily can they reestablish proficiency?
- Errors: How many errors do users make, how severe are these errors, and how easily can they recover from the errors?
- Satisfaction: How pleasant is it to use the design?
The timeline for Internet and Accessibility history is located on the Accessibility Timeline page.
Accessibility is a vital part of DEIB because it ensures people with disabilities can fully participate and feel valued. For example, providing wheelchair ramps, automatic doors, or accessible restrooms removes physical barriers, while offering screen readers, closed captions, or alternative text for images addresses technological barriers. Social inclusion can be fostered by training employees on disability awareness and creating inclusive hiring practices. These efforts ensure everyone has an equal opportunity to contribute and belong, reinforcing the commitment to inclusion and fairness.
A government that works for all, works for people with disabilities.
Visit the Mayor's Committee for People with Disabilities on AustinTexas.gov; Advisory body to the city council and city manager regarding problems affecting persons with disabilities in the Austin area. Established to encourage, assist and enable persons with disabilities to participate in the social and economic life of the City, achieve maximum personal independence, become gainfully employed, and use and enjoy fully and use all public and private facilities available within the community.
Education, raising of awareness, conscientisation, eradication of stigmatisation: these are key elements in achieving non-discrimination against the disabled.
- Nelson Mandela at the Conference for the Disabled on 4 April 4, 2004
Ableism is discrimination.
Programmers program for the person they know best.
- Jim Allen, the accessibility coordinator at the Texas School for the Blind and Visually Impaired
When we build technology, we tend to think of people who are like us and who have the same abilities as we do.
- Katharina Reinecke, associate professor in the Paul G. Allen School of Computer Science & Engineering at the University of Washington
Programmers and graphic designers tend to get uncommonly high scores on tests of spatial reasoning skills and are therefore good at visualizing the structure of a Web site. Similarly, young people (i.e., most Web designers) certainly have better memories for obscure codes (e.g., a URL) than older people. It is safe to assume that most users will have significantly greater difficulty navigating a Web site than its designers have. Simplified navigation helps all users, but is a required enabler for users at the opposite extreme of the scales. People who have difficulty visualizing the structure of an information can be helped if the site designers have produced such a visualization for them in the form of a sitemap; they would be further aided if the browser updated the display of the sitemap with the path of the navigation and the location of the current page.
- Jakob Nielsen in Accessible Design for Users With Disabilities
This burden should always be on the author, not the user. If you find yourself blaming the user for the pattern you built, you might be bad at your job.
- Adrian Roselli in Don't Disable Form Controls on February 10, 2024
The people who design the software and user interfaces may not have a lot of intuition into what makes something accessible for a person with a vision problem, a hearing problem, a motor problem, or a cognitive problem.- Vint Cerf, internet pioneer and Google’s chief internet evangelist.
VIDEO: IMB's Flaming Logo Commercial on YouTube
In the field of accessibility, it's really important to follow the principle of 'nothing about us without us,' We're not going to build something and then see how it works. We're going to build it taking users' feedback into account. We want to build what they need.
We also need people with those disabilities helping us try things out, test things, and make recommendations, because no one person with a particular disability can speak to the entire spectrum.
- Vint Cerf, internet pioneer and Google’s chief internet evangelist.
The Web Content Accessibility Guidelines (WCAG) have three levels of conformance: A, AA, and AAA:
The WCAG document does not recommend that Level AAA conformance be required as a general policy for entire sites because it is not possible to satisfy all Level AAA success criteria for some content.
From the University of California website
Version | Publication Date | Details |
---|---|---|
WCAG 1.0 | May 5, 1999 | 14 guidelines covering basic themes of web accessibility. 65 checkpoints. Three priority levels (A, AA, AAA) |
WCAG 2.0 | December 11, 2008 | 12 guidelines organized under four principles (i.e., perceivable, operable, understandable, and robust) and 61 success criteria. |
WCAG 2.1 | June 5, 2018 | backwards compatible with WCAG 2.0 and includes 17 additional success criteria covering mobile accessibility (5 new success criteria), low vision (2 new success criteria), and cognitive and learning disabilities (10 new success criteria.) |
WCAG 2.2 | October 5, 2023 | WCAG 2.2 is backwards-compatible with WCAG 2.1 and includes 9 new Success Criteria. It has deprecated and removed the 4.1.1 success criterion (i.e., Parsing.) |
WCAG 3.0 | unreleased | While there is a lot of overlap between 2.X and 3.0, 3.0 includes additional tests and different scoring mechanisms. As a result, 3.0 is not backwards compatible with 2.X. 3.0 does not supersede 2.2 and previous versions; rather, it is an alternative set of guidelines. Once these guidelines become a W3C Recommendation, the W3C will advise developers, content creators and policy makers to use WCAG 3.0 in order to maximize future applicability of accessibility efforts. However, content that conforms to earlier versions of WCAG continues to conform to those versions. |
For a list of the 61 success criteria in WCAG 2.0, the 17 additional success criteria in WCAG 2.1, and the nine additional success criteria in WCAG 2.1, kindly visit the Success Criteria for WCAG 2.0, 2.1, and 2.2 page.
This list is not meant to be comprehensive or authoritative.
It can be overwhelming to start remediating a large legacy site. For those cases, here are some suggestions for prioritizing remediation:
The Eisenhower Matrix, which was developed by Stephen Covey, author of The 7 Habits of Highly Effective People, is named after former U.S. President Dwight D. Eisenhower. It allows users to categorize tasks into four distinct quadrants, enabling them to focus and manage their time more effectively.
Work on the urgent and important tasks first, the not urgent but important second, the urgent but not important third, and not urgent and not important last.
Additional Links:
In WebAIM's accessibility audits, each issue we identify is assigned one of four levels of severity based on how it impacts end users. In this article, we'll go over these severity ratings for accessibility and the types of issues that typically fall under these categories.
Website Page | Page Views | Percent of Total | Cumulative Percent of Total |
---|---|---|---|
K | 116,649 | 37.94% | 38% |
B | 47,316 | 15.39% | 53% |
E | 43,477 | 14.14% | 67% |
A | 37,229 | 12.11% | 80% |
H | 22,363 | 7.27% | 87% |
D | 16,709 | 5.43% | 92% |
J | 11,506 | 3.74% | 96% |
F | 5,742 | 1.87% | 98% |
I | 4,125 | 1.34% | 99% |
G | 2,376 | 0.77% | 100% |
Total: | 307,492 | 100% |
To rank web pages by visits using Google Analytics, navigate to the "Behavior" section, then "Site Content" and "All Pages" - this report will display all your website pages listed in order of most to least page views, effectively ranking them based on the number of visits each page receives.
Anybody that questions why you are shoveling six inches of snow in the *middle* of a snowstorm hasn't shoveled twelve inches of snow at the end of a snowstorm.
- Boss_Angler
The cost of fixing an issue increases exponentially as the software moves forward in the SDLC. The Systems Sciences Institute at IBM reported that it cost 6x more to fix a bug found during implementation than to fix one identified during design.
- Arvinder Saini, How much do bugs cost to fix during each phase of the SDLC? Jan 12, 2017
Mark Penicook, director of Accessibility at Capital One, once remarked Accessibility isn't taught in computer science.
Accessibility should be taught throughout a course or training as something integral to the SDLC, web development, and document creation. Something to perform at every step. But if Accessibility is taught at all, it's presented as additional training. Often offered optionally after teaching a technology. This perpetuates the practice of "adding on" Accessibility at the end of the development cycle.
Accessibility is not a new, fashionable technology to learn. It's not a new skill, a new programming language, a new methodology, or a new framework which may or may not benefit you. It's bulding upon your existing skills to do a better job communicating more information to a larger audience.
Building accessibility into your development process and reaching your compliance goals shouldn't be disruptive to your organization's development velocity, or business operations. In fact, having an accessible website that is inclusive, increases brand loyalty and expands your organization's reach to a "hidden" market of $490 billion. Greg Williams, Accessibility Program Office Executive at Deque, discusses the ROI of building accessible websites. ... How shifting accessibility left in the development process is more cost-effective than fixing accessibility defects in post-production.
By taking an agile approach—proactively embedding accessibility throughout the software development life cycle—our customers and partners have unlocked a more efficient path to inclusive experiences. In this short video, leaders at Wells Fargo and Wunderman Thompson explain why they’ve embraced agile accessibility.
Accessibility personas are fictional users created to embody the needs, goals, behaviors, and challenges of a specific user group. By creating and using personas with disabilities, design and development teams can better empathize with the challenges faced by people with disabilities and build inclusive products that are accessible to everyone. For example, Maria, a visually impaired user, relies on screen readers. Designing with Maria in mind means ensuring images have descriptive alt text, keyboard navigation is available, and text has high contrast. Similarly, Ahmed, who has motor impairments, might benefit from voice commands and customizable controls.
These personas characterize real traits and qualities of learners and users of an LMS. The viability of each persona aims to illustrate the needs and restrictions of a user with a neurodiversity and/ or a disability.
For applying Accessibility at scale in a large enterprise, here are two books. I've read the first one and I recommend it. I haven't gotten around to reading the second one yet, but it seems promising.
This strategic guide to understanding, enabling, and implementing information technology accessibility across organizations of any size, type, or geographic location, is an essential resource for technology professionals and executives. IT accessibility, or the lack thereof, can have a profoundly positive or negative effect on an organization in the private or public sector. Only when IT accessibility is considered organization-wide can one gain an appreciation for its potential advantages. Drawing on his decades of experience in IT accessibility leadership at IBM and in state government, Jeff Kline clearly articulates how to:
- build and maintain holistic organization-wide IT accessibility programs that integrates IT accessibility into the fabric of your organization's business, operations, and culture;
- make your organization's IT offerings and internal IT environments accessible and inclusive to all audiences;
I am not a lawyer. The content that follows is not legal advice.
Law | Date | Applies To | Web Site | WCAG? |
---|---|---|---|---|
Rehabilitation Act of 1973 (Sections 504 & 508) | 1973 | Section 504 prohibits discrimination in programs receiving federal funding. Section 508 requires federal agencies to make electronic and IT systems accessible to individuals with disabilities. It does not regulate the private sector and does not apply to recipients of Federal funds, but … |
Section508.gov | As of January 2018, the U.S. Access Board (a Federal Agency) adopted WCAG 2.0 AA as the standard for web accessibility for Section 508. |
Americans with Disabilities Act (ADA) | 1990 | Title II - State and local governments. Title III - Public accommodations and commercial facilities. |
ADA.gov | The ADA was signed into law in 1990 when the Internet was in its infancy and the WWW was barely a year old. As a result, the ADA does not include references to either the Internet or WWW. Over time, some courts have adopted the WCAG 2.0 Level AA as the accessibility standard for compliance under the ADA. |
21st Century Integrated Digital Experience Act (IDEA) | 2018 | Federal agencies | Energy.gov | IDEA does not explicitly refer to WCAG. However, it mandates compliance with Section 508 of the Rehabilitation Act, which incorporates WCAG 2.0 Level A and Level AA standards in its accessibility guidelines. |
Section 508 of the Rehabilitation Act of 1973 is a federal law requiring federal agencies and those receiving federal funds to acquire, develop, use, and maintain information and communications so people with disabilities can access them.
As of January 2018, the U.S. Access Board (a Federal Agency) adopted WCAG 2.0 AA as the standard for web accessibility for Section 508. The updates have also harmonized it with European Commission standards.
By incorporating the WCAG 2.0 guidelines into the 508 standards, we are getting the best and latest thinking of hundreds of accessibility experts all over the world, as well as harmonizing internationally with those countries who have also adopted the WCAG 2.0 guidelines in their accessibility efforts.
- Brian Charlson, the director of technology at the Carroll Center for the Blind
Title II of the ADA requires "public universities and other covered entities to take appropriate steps to ensure that communications with individuals with disabilities are as effective as communications with others to afford qualified individuals with disabilities an equal opportunity to participate in, and enjoy the benefits of their services programs, or activities."
Title III of the ADA applies to public accommodations (i.e., twelve categories of privately-owned entities that do business with the public.)
Circuit | States | Current Opinion |
---|---|---|
1st | Maine, Massachusetts, New Hampshire, Puerto Rico, Rhode Island | No definitive ruling, but trend leans toward inclusion. |
2nd | Connecticut, New York, Vermont | Websites can be subject to the ADA if tied to a physical location. |
3rd | Delaware, New Jersey, Pennsylvania, Virgin Islands | Websites must have a connection to a physical place to fall under the ADA. |
4th | Maryland, North Carolina, South Carolina, Virginia, West Virginia | Websites can be public accommodations under the ADA, but rulings vary. |
5th | Louisiana, Mississippi, Texas | Tends to require a nexus to a physical location for ADA application. |
6th | Kentucky, Michigan, Ohio, Tennessee | Websites are subject to the ADA if connected to physical stores. |
7th | Illinois, Indiana, Wisconsin | Strongly leans toward websites being public accommodations. |
8th | Arkansas, Iowa, Minnesota, Missouri, Nebraska, North Dakota, South Dakota | No definitive ruling; typically requires connection to a physical space. |
9th | Alaska, Arizona, California, Guam, Hawaii, Idaho, Montana, Nevada, Northern Mariana Islands, Oregon, Washington | In the case of Robles v. Domino's Pizza LLC (2019), Guillermo Robles, a visually impaired plaintiff, alleged that Domino's website and app were inaccessible via screen-reading software, denying him equal access to the company's services. The Ninth Circuit held that the ADA applies to Domino's digital platforms because they are closely tied to its physical restaurants, which are places of public accommodation under the ADA. The court emphasized that the company had sufficient notice of its obligations to make its website and app accessible. This decision underscored that businesses must ensure accessibility in digital spaces when they act as extensions of physical locations, solidifying the Ninth Circuit's stance that websites linked to brick-and-mortar establishments fall under ADA coverage. The DOJ had failed to provide helpful guidance, despite announcing its intention to do so in 2010. |
10th | Colorado, Kansas, New Mexico, Oklahoma, Utah, Wyoming | Leans toward requiring a physical nexus. |
11th | Alabama, Florida, Georgia | In the case of Gil v. Winn-Dixie Stores, Inc. (2021), Juan Carlos Gil, a blind individual, sued Winn-Dixie, claiming its website was incompatible with screen-reading software, preventing him from using it to refill prescriptions and access store coupons. The Eleventh Circuit ruled that the website was not a "place of public accommodation" under the ADA and that its inaccessibility did not create a barrier to accessing Winn-Dixie's physical stores. |
D.C. | District of Columbia | No definitive ruling on websites as public accommodations. |
The Department has consistently taken the position that the ADA's requirements apply to all the services, programs, or activities of state and local governments, including those offered on the web."
Many smart, well-educated clients have asked "Is my web site ADA compliant?," but it's impossible to answer. Here's why.
When the Americans with Disabilities Act (ADA) was signed into law in 1990, the Internet was still in its very early stages, not widely accessible to the public, and considered a niche technology. It was not a significant part of everyday life for most people. Most lawmakers were unaware of the technology. So, the internet was not a major factor when the ADA was drafted and passed. It doesn't explicitly reference the Internet or electronic documents. (See the Timeline page for specifics.)
It's not that the ADA doesn't apply to web accessibility. It does. It's just that the ADA doesn't contain any specific guidelines on how to make web sites accessible. So, while the language in the ADA doesn't explicitly reference the WCAG, many courts have based their judgements about web accessibility on the WCAG.
I think when people ask, "Is my web site ADA compliant?" they want to know if their web site is accessible, section 508 compliant, or WCAG compliant.
So, there's a nomenclature out there -- or there's a pattern of speech -- called 'ADA compliance.' It's not a good one, and I tried to fight it years ago, and then I just left the title (tidal?) wave take. It's wrong because there's nothing within the ADA --- and there's no language within the ADA to date --- that says, 'you must make digital products accessible.' There's this law called the Rehabilitation Act of 1973, and that's the law that has something in it that talks about 'digital compliance.' But nobody runs around saying Rehabilitation Act compliance, right?
- Michele Landis, Allyant co-founder, in
Website Accessibility - What you need to know to get it done right - [VIDEO] 2019 ()
The Web Content Accessibility Guidelines (WCAG) have become the de facto standard for web accessibility in the United States, serving as a crucial tool for meeting both federal and state accessibility regulations. Under Section 508 of the Rehabilitation Act, WCAG ensures that federal agencies' electronic information is accessible.
Additionally, while the Americans with Disabilities Act (ADA) doesn't explicitly outline technical requirements for web accessibility, WCAG is widely recognized as the standard for meeting ADA compliance.
For more specifics, see the Timeline page.
The Web Content Accessibility Guidelines (WCAG) 2.0 and 2.1 Level AA, developed by the private international World Wide Web Consortium (W3C), has emerged as the benchmark standard. The general consensus is that if businesses adhere to this standard in developing, coding and maintaining websites and mobile apps, their websites will be accessible to individuals with disabilities. The WCAG is a legal requirement under some federal laws, such as Section 508 of the Rehabilitation Act, the Air Carrier Access Act and section 1557 of the Affordable Care Act. Some courts have adopted the WCAG 2.0 Level AA as the accessibility standard for compliance in fashioning injunctive relief under the ADA.
- Minh Vu, Kristina Launey and John Egan in
The Law on Website and Mobile Accessibility Continues to Grow at a Glacial Pace Even as Lawsuit Numbers Reach All-Time Highs on the American Bar Association website (January 1, 2022)
So, people like to say this: "The guidelines are so unclear nobody knows what accessibility is." That's lawyers talking. That's judges talking. You guys know what it is. This international standard --- the web content accessibility guidelines --- spent out 20 years we use it in every business vertical that we do audits in, and we use it in every single country. Here's a little insider tip: Every other first world country already has WCAG 2.0 level AA written into their version of disability. We're the only country that does not have a law that specifically calls out the requirement for this. Since 2015, if you built a website in Canada, you would have had to meet this due to the Ontario accessibility act. And the UK and the EU are now starting to actually enforce the laws that they have on the books.
- - Michele Landis, Allyant co-founder, in
Section 508 Myths with Michele Landis [VIDEO] on November 19, 2021 (54:46)
The bigger point here, however, concerns a fallacy: the assumption that accessibility exists in a vacuum and can be scored without considering users and their tasks. Yes, there are technical criteria for supposedly making a website accessible. But even if you meet every high-priority checkpoint, users with disabilities might still be completely incapable of using your site.
- Jakob Nielsen in Accessibility Is Not Enough November 20, 2005
Strict conformance won't help if a web site or an electronic document isn't accessible.
Always perform manual testing. Automated testing has its value but it should never be performed alone.
U.S. businesses exporting digital products or services (e.g., websites, software, apps, e-books) to the EU must comply with the EAA's requirements, which align largely with WCAG 2.1 standards. This could affect industries like technology, publishing, and financial services. For example: A U.S. e-commerce site selling to EU customers will need to ensure its platform meets EAA accessibility standards. Companies like Amazon or Microsoft, which serve both U.S. and EU markets, might integrate WCAG 2.1 compliance into all platforms rather than maintaining separate standards. U.S. businesses working with EU partners will likely face contractual obligations to meet accessibility requirements. This could include suppliers, software developers, and service providers.
The European Accessibility Act 2019 (EAA) is important legislation. It affects anyone working in or doing business with EU consumers. In this article, we'll help you understand what the EAA covers, whether you need to comply, timelines, enforcement, and exceptions.
U.S.-based businesses providing web services, applications, or software solutions to EU public sector organizations must ensure their offerings comply with the directive's accessibility requirements, which align with WCAG 2.1 (Level AA). For example: A U.S. software company supplying content management systems (CMS) to EU governments must ensure those systems are accessible.
Per the Texas Department of Information Resources (DIR): State agencies and institutions of higher education are required to comply with Texas EIR Accessibility statutes and rules to provide accessibility.
See EIR Accessibility Requirements, Exceptions, and Exemptions.
206 - Institution of Higher Education Websites
213 - Electronic and Information Resources for
Subchapter B - Accessibility Standards for State Agencies
Subchapter C - Accessibility Standards for Institutions of Higher Education
WCAG 2.0 Success Criterion 3.1.5 Reading Level states When text requires reading ability more advanced than the lower secondary education level after removal of proper names and titles, supplemental content, or a version that does not require reading ability more advanced than the lower secondary education level, is available.
(Level AAA)
If you can't teach something to a 6-year-old, that means you don't really understand it.
- Attributed to Richard Feynman in Surely You're Joking, Mr. Feynman
A faculty member once asked Richard Feynman to explain a complex physics concept. Feyman started working on a freshman lecture on the topic, but after a few days he admitted "You know, I couldn't do it. I couldn't reduce it to the freshman level. That means we really don't understand it."
If you can't describe what you are doing as a process, you don't know what you're doing.
- W. Edwards Deming, American business theorist, composer, economist, industrial engineer, management consultant, statistician, and writer.
Eschew Obfuscation, Espouse Elucidation.
An "8th grade reading level" means aiming to write content that is understandable by someone with an average reading ability at the 8th grade level, typically achieved by using simple language, short sentences, and avoiding complex jargon, with the goal of making information accessible to a broad audience.
"Weird Al" Yankovic - Word Crimes (Official 4K Video) (3:45)
The Oxford comma is the comma placed before the final item in a list of three or more things. For example, in the sentence "I bought apples, oranges, and bananas," the comma before "and" is the Oxford comma. Its purpose is to make the meaning clear and avoid confusion. Some people leave it out, but its use can prevent misunderstandings, especially in more formal or legal writing.
The absence of the Oxford comma has caused significant legal disputes and costly outcomes in several high-profile cases. One notable example is the Oakhurst Dairy case in 2017, where delivery drivers sued their employer over unpaid overtime. The law’s wording, which omitted a crucial comma, created ambiguity. The drivers argued that "packing for shipment or distribution" referred to a single activity they did not perform. The court agreed, resulting in a $5 million settlement.
Another instance occurred in 2006 with Rogers Communications in Canada. A contract clause without an Oxford comma led to confusion over whether a termination notice applied during the initial five-year term or only afterward. Bell Aliant’s interpretation allowed early termination, costing Rogers approximately $2 million.
In 2004, a contract dispute between two U.S. companies arose over intellectual property rights. The lack of an Oxford comma in a critical clause caused differing interpretations, leading to expensive arbitration and legal fees before the case was settled.
To illustrate the benefit of separating HTML and CSS, visit the CSS Zen Garden. It is a
demonstration of what can be accomplished through CSS-based design. Select any style sheet from the list to load it into this page. The HTML remains the same, the only thing that has changed is the external CSS file.
HTML5 is better than HTML 4 or XHTML for our purpose because it has more semantic elements (including regions which are covered in the HTML5 Regions vs. ARIA Landmarks section later on this page.)
Another benefit of valid HTML5 is cross border compatibility.
Making the Move to HTML5:
Elements depreciated in HTML 4: <basefont> , <center> , <dir> , <font> , <menu> , <strike> , and <u>. These tags aren't used anymore in HTML 4.
Elements depreciated in HTML5: <acronym> , <applet> , <big> , <frame> , <frameset> , <noframes> , <isindex> , and <tt>. These tags aren't used anymore in HTML5.
CSS for depreciated elements.
/* Highlight depreciated elements in red */
BASEFONT,
BIG,
CENTER,
DIR,
FONT,
FRAME,
FRAMESET,
ISINDEX,
MENU,
NOFRAMES,
S,
STRIKE,
TT,
U
{
background: red;
color: white;
}
It's best to restrict the use of this CSS in development, test, and QA environments. Don't use this in production. If you use this technique, quickly scan all of your existing web pages for white text on a red background. That will indicate the use of a depreciated element.
Two uses of CITE in HTML
In addition to the editability and performance of semantic markup, clean HTML benefits users with accessibility needs. Semantic HTML makes the hierarchy of content meaningful for browsers, search engines, and screen readers. With new HTML5 tags like post and aside, and through the implementation of existing semantic structures like heading, paragraphs, and lists, content on the Web can become more accessible to everyone .... If you are using a clean an semantic HTML hierarchy, you are well on your way to making your site accessible.
- Lara Callender Hogan, author of Designing for Performance: Weighing Aesthetics and Speed in Optimizing Markup and Styles
It's easier to avoid Accessibility issues by using strict and valid HTML5 and CSS.
Additional Benefits to Strict HTML
Related Buzz Words and Similar Concepts
Strictly defined, the following terms may have different meanings, but the differences are too subtle for me. I think of them as roughly interchangeable.
The POSH Checklist
From the POSH home page
A Few Strict/Valid HTML Best Practices
Links
In order for screen readers to recognize a vertical list as a list, the list must be formatted using semantic markup.
Bulleted List: Decorative Markup | Bulleted List: Semantic Markup | ||||||||
---|---|---|---|---|---|---|---|---|---|
<table> |
<ul type="disc" class="blueball"> |
||||||||
|
|
||||||||
AT doesn't identify the first list (created with decorative markup) as a list. It reads it as a table and it declares that the bullets are images. It makes the experience tedious and confusing for users of AT. | AT recognizes the second list (created with semantic markup) as a list. It does not announce bullet points as images. |
The Web was designed as an information space, with the goal that it should be useful not only for human-human communication, but also that machines would be able to participate and help. One of the major obstacles to this has been the fact that most information on the Web is designed for human consumption, and even if it was derived from a database with well defined meanings (in at least some terms) for its columns, that the structure of the data is not evident to a robot browsing the Web. Leaving aside the artificial intelligence problem of training machines to behave like people, the Semantic Web approach instead develops languages for expressing information in a machine process-able form.
- Tim Berners-Lee, The Semantic Web Roadmap
Some accessibility specialists advocate so called described images, where text is provided to verbalize what a seeing user would see. For example, the Web Access Symbol shown above might be described as 'a glowing globe with a keyhole.' In my opinion, such literal descriptions are fairly useless for Web pages unless the user is an art critic. I much prefer utility descriptions that verbalize the meaning or role of the image in the dialogue: what is the image intended to communicate and what will happen if it is clicked?
- Jakob Nielsen, Ph.D., retired principal and co-founder of the Nielsen Norman Group, in Accessible Design for Users With Disabilities
Add alternative text to images so people who are visually impaired can understand the content of the image. The alternative text must describe the purpose of the image.
Decorative images that do not provide additional information or context do not need alternative text. Instead, mark as decorative so the screen reader software can safely ignore them.
More about Alt Text
This guidance is for staff who use digital images when creating content for BBC News.
Here's an example of a non-compliant, loosely coded HTML table. While it works visually, it fails to meet modern accessibility standards and should be avoided.
<table summary="This is a non-compliant table">
<tr>
<td class="header-row">Header 1</td>
<td class="header-row">Header 2</td>
<td class="header-row">Header 3</td>
<td class="header-row">Header 4</td>
</tr>
<tr>
<td>Data 1</td>
<td>Data 2</td>
<td>Data 3</td>
<td>Data 4</td>
</tr>
<tr>
<td>Data 5</td>
<td>Data 6</td>
<td>Data 7</td>
<td>Data 8</td>
</tr>
</table>
Table Errors
Here is an example of a strict, valid HTML5 table fully compliant with WCAG 2.1 Level AA.
<table aria-label="Course Schedule for lessons, topics, assignments, points, and due dates">
<caption>Course Schedule</caption>
<thead>
<tr>
<th scope="col">Lesson</th>
<th scope="col">Topic</th>
<th scope="col">Assignment</th>
<th scope="col">Points</th>
<th scope="col">Due</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Introduction to HTML</td>
<td>Practice Exercise</td>
<td>10</td>
<td>10-Mar</td>
</tr>
<tr>
<td>2</td>
<td>HTML Elements</td>
<td>Quiz</td>
<td>15</td>
<td>15-Mar</td>
</tr>
</tbody>
</table>
Table Features
Keep the table design simple. Do not merge table cells. That makes it difficult for AT users to understand.
Lesson | Topic | Assignment | Points | Due |
---|---|---|---|---|
1 | What is Distance Learning? | Wiki #1 | 10 | 10-Mar |
Presentation | 20 | |||
2 | History & Theories | Brief Paper | 20 | 24-Mar |
Spring Break | ||||
3 | Distance Learners | Discussion | 10 | 7-Apr |
Group Project | 50 | 14-Apr | ||
4 | Media Selection | Blog #1 | 10 | 21-Apr |
For complex data, it might be better to separate one complex table to multiple simple tables.
Use tables for tabular data only. Avoid using tables for layout.
Lesson | Topic | Assignment | Points | Due |
---|---|---|---|---|
1 | Introduction to HTML | Practice Exercise | 10 | 10-Mar |
2 | HTML Elements | Quiz | 15 | 15-Mar |
Avoid using tables for layout in web pages, office documents, or PDFs. AT will read the content as if it were tabular data.
Some Website |
|
Navigation
|
WelcomeThis is the right-hand |
If you use a table for layout in webpage or web application, include role="presentation" in the HTML table tag.
If you use a table for layout in a PDF, remove the table tags.
In using these techniques, AT will ignore the table but read the remaining content as if it is not tabular data.
In typewriting, underlines historically served to indicate italics. (For those of us who remember, typewriters did not have italic keys or italic type bars. That would have been impractical.)
As a best practice, reserve underlines for links in web design, print media, and electronic documents. For emphasis, use italics instead of underlines. It's still okay to use underlines for emphasis in handwritten notes.
The Basics
Welcome to Designing in the Browser with our host, Una Kravets. Today we're talking about color contrast! We'll go over what the A, AA, and AAA conformance levels mean and how to ensure proper accessibility compliance for your own site. We'll go over how to use Chrome Developer Tools and preference media queries, such as "prefers-color-scheme," to make the right choices for your applications and design systems.
In this session, Nick Croft showed how to write media queries to make changes to the site and the advantage of using CSS variables with modern WordPress theme development in order to simplify color swaps to make the site most accessible to the greatest variety of users.
WCAG 2.1 Success Criterion (SC) 1.4.1, "Use of Color" - Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element.
WCAG guidelines:
Limit the number of typefaces on a site to 3-4.
Do not use color alone to convey meaning. Example: a pie chart that only uses color to indicate the different portions.
A Native HTML Color Picker:
It's easy to add this color picker to a web page with a single HTML tag.
Color Picker: <input type="color" />
Color Pickers and Other Color Tools
In CSS, it's easier to use HSL to adjust color contrast ratios with HSL than with RGB or hex code. See the following for more information.
Learn how to create a pleasing analogous color scheme using the HSL color system with this tutorial by Jeremy Osborn, Academic Director of Aquent Gymnasium.
In general, neurodiverse audiences have a preference toward muted, pastel hues and neutral tones. Consider using a matte black background with two or three pastel hues to depict data, or a neutral tan, gray, or white background to prevent colors from overwhelming the reader.
From Navigating Neurodiversity: 11 Guidelines for Designing Inclusive Web Pages
Caution: Due to the nature of Neurodiversity, there can not be a "one size solution that works for all."
The Benefits of Developing with a Grayscale Wireframe
Sample CSS for a Grayscale Theme
BODY {
background-color: #CCCCCC;
}
IMG {
filter: grayscale(100%);
}
Sample CSS for Alternating Row Colors in a Table
tr:nth-child(even) {
background: #CCC;
}
tr:nth-child(odd) {
background: #FFF;
}
VIDEO: How to Choose a Good Body Font for Your Website (6:11)
Choosing a good body font for your website is difficult, but it really doesn't have to be. You just have to keep a few basic things in mind, with the main one being that you should keep it as simple as possible. Your body font isn't the star of the show, and it isn't something you should overcomplicate.
The following table is inexact. The values in the rows are only approximately equal. The Keyword values are browser-dependent and are inconsistent across browsers.
Point | Pixel | REM (or EM) | Percent | Keyword |
---|---|---|---|---|
7.5pt | 10px | 0.625rem | 62.5% | x-small |
9pt | 12px | 0.75rem | 75% | small |
12pt | 16px | 1rem | 100% | medium |
13.5pt | 18px | 1.125rem | 112.5% | n/a |
14pt | 19px | 1.167rem | 116.7% | n/a |
15pt | 20px | 1.25rem | 125% | large |
18pt | 24px | 1.5rem | 150% | x-large |
24pt | 32px | 2rem | 200% | xx-large |
36pt | 48px | 3rem | 300% | n/a |
Scenario: Several web designers and web developers have worked on a legacy web site for many years without following a style guide. As a result, the site has collected a large number of font sizes over the years. So, the typeface on the site appears inconsistent.
Legacy Site Before Consolidation
<font size="12pt">This little pig went to market,</font><br />
<font size="16px">This little pig stayed home,</font><br />
<font size="1em">This little pig had roast beef,</font><br />
<font size="100%">And this little pig had none,</font><br />
<font size="medium">And this little pig went wee-wee-wee</font><br />
<font size="1rem">All the way home.</font>
For a quick fix, I suggest first converting all the font size style attributes to classes and then consolidating the different classes sharing common rules in your CSS file. In the following example, instead of 21 distinct selectors with 21 rules, the CSS specifies 7 distinct rules each with multiple selectors.
.font-tag-size-1,
.keyword-x-small,
.px10 {
font-size: 0.625rem;
}
.font-tag-size-2,
.keyword-small,
.px13,
{
font-size: 0.75rem;
}
.font-tag-size-3,
.keyword-medium,
.px16,
.pt10 {
font-size: 1REM;
}
.font-tag-size-4,
.keyword-large,
.px18 {
font-size: 1.125REM;
}
.font-tag-size-5,
.keyword-x-large,
.px24 {
font-size: 1.5REM;
}
.fonttagsize6,
.keyword-xx-large,
.px32 {
font-size: 2REM;
}
.fonttagsize7,
.px48 {
font-size: 3EM;
}
Legacy Site After Consolidation
<p><span class="pt12">This little pig went to market,</span><br />
<span class="px16">This little pig stayed home,</span><br />
<span class="em1">This little pig had roast beef,</span><br />
<span class="cent100">And this little pig had none,<br />
<span class="keyword-medium">And this little pig went wee-wee-wee</span><br />
<span class="rem1">All the way home.</span></p>
This is an interim solution. I'm only suggesting this technique for short-term maintenance. Eventually you will want to settle on distinct classes for a few font sizes (e.g., xsmall, small, medium, large, xlarge, xxlarge, xxxlarge.) Like this:
.xsmall {
font-size: .635REM;
}
.small {
font-size: .8REM;
}
.medium {
font-size: 1REM;
}
.large {
font-size: 1.125REM;
}
.xlarge {
font-size: 1.5REM;
}
.xxlarge {
font-size: 2REM;
}
.xxxlarge {
font-size: 3EM;
}
Important: WCAG suggests 12pt (approx. 1rem) minimum for regular body text and 18pt (approx. 1.5rem) minimum for large text. It might be best to use 1.125rem for the base font and reserve 1rem for the small text so that even the smallest text is legible.
This table provides recommended name values for common HTML form inputs, ensuring semantic correctness, compatibility, and accessibility.
Field | Recommended Name | Notes |
---|---|---|
Full Name | name | Use for full name. If split into first and last names, use given-name and family-name. |
First Name | given-name | Follows autofill specification. |
Last Name | family-name | Follows autofill specification. |
Email Address | Standard for email input. | |
Phone Number | tel | Avoid phone as tel matches autofill standards. |
Address Line 1 | address-line1 | First line of the street address. |
Address Line 2 | address-line2 | Optional second line (e.g., apartment, suite). |
City | address-level2 | Matches autofill standards for city or locality. |
State/Region | address-level1 | Use for state, province, or region. |
ZIP/Postal Code | postal-code | Matches autofill for postal or ZIP code. |
Country | country | Use country for ISO 3166-1 alpha-2 codes (e.g., US) or country-name for full names. |
Credit Card Number | cc-number | Use for card numbers. |
Expiration Date | cc-exp | For card expiration dates. |
CVV/Security Code | cc-csc | For card verification codes. |
Password | password | Standard for password fields. |
All recommended values are based on autofill standards and accessibility best practices. Adhering to these recommendations, will make forms more accessible, functional, and user-friendly.
Because SVG is XML based, every element is available within the SVG DOM. Developers can attach JavaScript event handlers to SVG graphics.
Accessibility
Responsiveness
Performance
Flexibility
Best Practices
There is no text in the svg (the text is made purely using rects and paths), so what do I do in terms of accessibility and SEO optimization?
It's pretty important to know a way to create Vector SVG asset for Web Design with AI Art, so I while I had a few previous videos on midjourney and basic ways to create JPG and PNG versions, having a proper SVG version is essential! But on top of that you can also remove backgrounds from images, turn them into vectors, and actually create proper icon packs. This was a pretty cool discovery! ... Big thanks to Recraft AI for sponsoring this video!
DISCLAIMER: This is not a deep dive into ARIA.
The first rule of ARIA is no ARIA is better than bad ARIA. Use semantic HTML first, only add ARIA when needed.
- Commonly cited guideline
We need to understand the DOM, APIs, and Accessibility APIs before covering the Accessibility Tree,
SIDE NOTE: The most commonly known type of APIs are REST (Representational State Transfer) APIs. They enable communication between software applications over the internet. REST APIs are commonly used in applications like weather services (e.g., retrieving forecasts), e-commerce (e.g., managing products and orders), social media platforms (e.g., posting tweets), and navigation tools (e.g., fetching directions from Google Maps.) Their simplicity, flexibility, and scalability make them a popular choice for web services.
The API we're covering next, the Accessibility API, is not a REST API. (Sorry for the misdirect.)
Having covered those terms, we can explain the Accessibility Tree and how the DOM, APIs, and Accessibility APIs relate to it.
When a web page is loaded, the browser constructs DOM based on the HTML and ARIA (Accessible Rich Internet Applications) attributes present in the markup. The Accessibility Tree draws on the DOM. The screen reader uses the Accessibility API to access the Accessibility Tree and retrieve information about the UI elements. For instance, when a screen reader encounters a button, it will read out the role and any associated labels or descriptions, allowing the user to understand its function.
In short, modern screen readers do not read screens. They get their information from the Accessibility Tree.
All major browsers include tools for analyzing the Accessibility Tree.
To view the accessibility tree in Chrome (and other Chromium browsers including Edge), you can:
To view the Accessibility Tree in Firefox:
web applications that have many of the characteristics of desktop application software. The concept is closely related to a single page application, and may allow the user interactive features such as drag and drop, background menu, WYSIWYG editing, etc., The concept was first introduced in 2002 by Macromedia to describe Macromedia Flash (later renamed Adobe Flash.) Throughout the 2000s, the term was generalized to describe browser-based applications developed with other competing browser plugin technologies (including Java applets, Microsoft Silverlight as well as with the deprecation of browser plugin interfaces and transition to standard HTML5 technologies, Rich Internet Applications were replaced with JavaScript web applications, including single-page applications and progressive web applications.(From a Rich Internet Application article on wikipedia.)
Some common A11y challenges with RIAs were its dependencies on drag and drop, dynamic page changes not alerting screen readers and screen magnifiers, and back buttons sometimes not functioning as expected because the URL's are not unique.
The term has fallen into disuse.
Web development languages (including PHP, ColdFusion, Java, and .NET) can be used to create RIAs. They allow developers to build interactive and dynamic web applications with features like real-time updates, complex data visualizations, and smooth user interfaces, all within a browser environment. While the term is no longer current, the challenges persist.
HTML structures a webpage, while ARIA adds attributes that assist technologies like screen readers. ARIA is especially useful when standard HTML can't fully describe complex interactions or custom controls. It complements HTML but doesn't replace it.
ARIA Implements custom UI elements so that they are
The W3C's first rule of ARIA is If you can use a native HTML element [HTML51] or attribute with the semantics and behavior you require already built in, instead of repurposing an element and adding an ARIA role, state or property to make it accessible, then do so.
While WAI-ARIA attributes are particularly helpful for improving the accessibility of interactive web content, some WAI-ARIA attributes can be useful for enhance accessibility for static web pages. That benefits web designers and front-end & full-stack web developers.
These are attributes that clarify the purpose or relationships of elements.
Developers can specify an aria-label or aria-labelledby on the containing list element (e.g., <ul>, <ol> or <menu>). Doing so will give the list an accessible name, which can be situationally helpful.
<ul aria-label="some annual conferences">
<li>axe-con</li>
<li>SXSW 2025</li>
<li>John Slatin AccessU</li>
</ul>
These are attributes for conveying semantic meaning when HTML alone may not suffice.
See the following section about HTML5 Regions vs. ARIA Landmarks.
For static web pages, ARIA attributes should complement semantic HTML rather than replace it.
Don't use the aria-label or aria-labelledby attributes on <span>s, or other elements representing static/noninteractive text-level semantics, such as <strong>, <em>, and so forth, unless those elements' roles have been overridden with roles that expect accessible names.
The ARIA spec presently allows for list items (role=listitem and thus <li> elements) to be named as well. As of recent testing, doing this is quite spotty in support, and has the potential to obscure the list items’ contents. In other words, it’s probably a really bad idea to add an accessible name to a list item unless you can absolutely verify there are no negative side effects for your particular use case.
Learn to use the accessibility semantics defined by the Accessible Rich Internet Application (ARIA) specification to create accessible web experiences. This guide describes how to apply accessibility semantics to common design patterns and widgets. It provides design patterns and functional examples complemented by in-depth guidance for fundamental practices.
For sighted users web pages are navigated spatially: Headers, Footers, Navigation Bars, and Content Areas. It's fast, easy, and somewhat intuitive for us to move our focus around a page.
But for the users of screen readers, web pages are navigated sequentially: beginning, middle, and end. Web designers and web development must use a combination of techniques to provide AT users an equitable navigation experience.
Without these techniques, screen reader users are limited in how they can navigate. They have no choice but to read the page until they reach the content they want. It's like reading a book without chapters, page numbers, or a table of contents.
The most helpful data we have on this comes from WebAIM's screen reader survey. While it shows a 42% increase in awareness of ARIA landmarks over the past year, only 40% of people indicate they use them, and a full 30% still don't know that the functionality event exists. That being said, if you only provide ARIA landmarks you will be meeting the letter of the law in terms of providing a way to easily skip repetitive navigation, but not providing the traditional "skip to" links will probably make your site more difficult for some screen reader users to navigate.
- Using ARIA Landmarks - A Demonstration
Rather than picking a single method, it's better for web designers, web developers, and content creators to offer visitors a variety of techniques for navigation and empower them to choose whatever works best for them.
Proper | Improper |
---|---|
|
|
In HTML, the best practice is to a single one heading level one (<h1>) and use subsequent heading levels (<h2>, <h3>, etc.,) to structure subheadings within your content. There are three reasons:
But in Microsoft Word, the TITLE style is meant to represent the main title of a page. When the top heading is TITLE, you can use multiple headings with the heading style of one beneath it.
NOTE: Word's TITLE style is optional but recommended. You can use the heading one style instead.
HTML | Word |
---|---|
|
|
In this scenario, I've provided headers for navigation with AT, but the content is visually formatted as a typical resume. The headers don't follow the typical header visual formatting.
.resumeWrapper {
position: relative;
clear: right;
height: auto;
margin: 0px;
border: 0px solid #0000FF;
}
.resumeTHleft {
position: absolute;
width: 18%;
height: 100%;
text-align: left;
font-weight: bold;
background-color: #DDDDFF;
color: #0000FF;
font-size: 1REM;
border-color: #0000FF;
border-style: solid;
border-width: 0px 2px 0px 0px;
padding: .372REM;
margin: 0REM 0REM 0REM 0REM;
}
body.resume H4 {
display: block;
font-weight: bold;
color: #0000FF;
font-size: 100%;
text-align: left;
}
.resumeTDright {
text-align: left;
margin: 0REM 0REM 0REM 18%;
width: 82%;
padding-left: 1REM;
}
<div class="resumeWrapper">
<h2 class="resumeTHleft">EXECUTIVE <br />SUMMARY:</h2>
<div class="resumeTDright">IT Business Systems Analyst Senior with more than a 10-year background of full-time professional web development experience using ColdFusion and SQL.</div>
</div>
One technique for using stylized text (images) for headers (h1, h2, etc.,)
When using the following CSS and HTML, screen readers will ignore the background image while sighted users will not see the text.
h1.imagetext {
font-size: 1px;
color: #000; /* Fallback for older browsers */
color: rgba(0, 0, 0, 0.5); /* transparent */
}
<h1 class="imagetext" style="background: url('h1-introduction.png') no-repeat; height: 200px; width: 600px;">
<span style="text-indent: -5000px">Introduction</span>
</h1>
This is one available technique. I'm partial to it. But it is not the definitive solution. (It has drawbacks.) There are other options.
Success Criterion 2.4.1 ("Bypass Blocks") applies to "Skip Links."
2.4.1 Bypass Blocks: A mechanism is available to bypass blocks of content that are repeated on multiple Web pages. (Level A)
Depending on the page it can be difficult to get past the header and the navigation bar to the page content. That's where the concept of the "skip link" comes into play.
A best practice is to hide the skip link or make is invisible in browsers but discoverable to screen readers. This helps with the aesthetic and the skip links remain available to blind users.
If you hide the skip link from sighted users, you might be preventing those users who can't use mice from taking advantage of the technique. Be sure the skip link is available with the tab key.
VIDEO: Quick accessibility test: Skip links by TetraLogical (1:23) May 20, 2021
"Skip Link" Resources
Sample Skip Link HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Skip Link Example</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<header>
<h1>Website Header</h1>
</header>
<nav>
<ul>
<li><a href="#link1">Link 1</a></li>
<li><a href="#link2">Link 2</a></li>
</ul>
</nav>
<main id="main-content">
<h2>Main Content</h2>
<p>This is the main content area.</p>
</main>
</body>
</html>
Both HTML5 regions and ARIA landmarks serve a similar purpose: to improve the structure and accessibility of web pages. They help screen readers and other assistive technologies understand the page's layout and navigate its content more efficiently.
VIDEO: How ARIA landmark roles help screen reader users by Léonie Watson. Published on June 29, 2011. (1:52) This video from Nomensa demonstrates how ARIA landmark roles help screen reader users understand the purpose of different areas of a web page, such as search, navigation or main content.
ARIA Landmarks are fairly well supported by screen readers so most users will be able to take advantage of them. There are some older screen readers that don't support them and some users with newer screen readers might not know how to use this feature. The most helpful data we have on this comes from WebAIM's screen reader survey. While it shows a 42% increase in awareness of ARIA landmarks over the past year, only 40% of people indicate they use them, and a full 30% still don't know that the functionality event exists. That being said, if you only provide ARIA landmarks you will be meeting the letter of the law in terms of providing a way to easily skip repetitive navigation, but not providing the traditional "skip to" links will probably make your site more difficult for some screen reader users to navigate. As with almost everything on the Web, we live in the in-between times where newer and better technologies are out there but adoption isn't high enough to make it the de facto standard. For now, I would still include the "skip to" links in addition to ARIA landmarks.
FROM: Using ARIA Landmarks - A Demonstration from NC State University.
Links for ARIA Landmarks
Purpose | HTML5 Regions | ARIA Landmarks (Roles) |
---|---|---|
Page Header | <header> | role="banner" |
Navigation Section | <nav> | role="navigation" |
Main Content | <main> | role="main" |
Complementary Content | <aside> | role="complementary" |
Form Section | <form> | role="form" |
Generic Region | <section> | role="region" |
Search Landmark | There is no HTML element that defines a search landmark. | role="search" |
Page Footer | <footer> | role="contentinfo" |
HTML5 Elements Example
<BODY>
<NAV id="navigation"> ... </NAV>
<HEADER id="header"> ... </HEADER>
<FORM id="form"> ... </FORM>
<MAIN id="main">
<ASIDE id="aside"> ... </ASIDE>
</MAIN>
<FOOTER id="footer"> ... </FOOTER>
</BODY>
WAI-ARIA Landmarks Example
<BODY>
<DIV id="navigation" role="navigation"> ... </DIV>
<DIV id="header" role="banner"> ... </HEADER>
<FORM role="form" id="form"> ... </FORM>
<DIV role="main" id="main">
<DIV id="aside" role="complementary"> ... </DIV>
</DIV>
<DIV id="footer" role="contentinfo"> ... </DIV>
</BODY>
You should use ARIA landmarks instead of HTML regions when the native HTML structure doesn't adequately represent the important sections of your webpage (e.g., HTML 4, XTML.) Note that HTML5 includes native support for regions which are equivalent to ARIA landmarks.
However in the Page Structure Tutorial (Updated on May 13, 2024), the WC3 advises to maximize compatibility with web browsers and assistive technologies that support WAI-ARIA but do not yet support HTML5, it is currently advisable to use both the HTML5 elements and the corresponding WAI-ARIA roles.
In short, use ARIA landmarks in HTML 4.x and XHTML pages. Use both ARIA landmarks and HTML5 regions in HTML5 pages.
HTML5 Elements with WAI-ARIA Landmarks Example
<BODY>
<NAV role="navigation" id="navigation"> ... </NAV>
<HEADER role="banner" id="header"> ... </HEADER>
<FORM role="form" id="form"> ... </FORM>
<MAIN role="main" id="main">
<ASIDE role="complementary" id="aside"> ... </ASIDE>
</MAIN>
<FOOTER role="contentinfo" id="footer"> ... </FOOTER>
</BODY>
Ensure interactive elements can be operated by both mouse and keyboard. Use universal event handlers where possible to accommodate all users.
Mouse-Dependent | Keyboard-Dependent | Device-Independent |
---|---|---|
mousedown | keydown | click (Triggered by mouse click or keyboard) |
mouseup | keyup | focus (Triggered by mouse or keyboard focus) |
mousemove | N/A | input (Triggered on input changes) |
mouseenter | N/A | focusin (Triggered when focus enters an element) |
mouseleave | N/A | focusout (Triggered when focus leaves an element) |
dblclick | keypress | N/A |
Using device-independent event handlers wherever possible ensures maximum accessibility and inclusivity for all users, regardless of their input device.
Resources
Automated testing has value but it is not a substitute for manual testing. A combination of automated and manual is best.
Testing in a variety of browsers and operating systems is an accepted best practice. Here are some recommended combinations.
NOTE: The NVDA license is free. The JAWS license is not, but the kind folks at Freedom Scientific allow developers and testers to test in JAWS in developer mode for 40 minutes at a time without a license.
Screen Reader Function | JAWS Command | NVDA Command |
---|---|---|
List Headings | INSERT+F6 | INSERT+F7 |
List Links | INSERT+F7 | INSERT+F7 |
List Regions or Landmarks | INSERT+CTRL+R | INSERT+F7 (Landmarks Tab) |
Navigate to Next Heading | H | H |
Navigate to Previous Heading | SHIFT+H | SHIFT+H |
Navigate to Next Link | TAB | TAB |
Navigate to Previous Link | SHIFT+TAB | SHIFT+TAB |
Navigate to Next Region | R | D |
Navigate to Previous Region | SHIFT+R | SHIFT+D |
Start Reading from Current Position | INSERT+DOWN ARROW | INSERT+DOWN ARROW |
Stop Reading | CTRL | CTRL |
Open Elements List | INSERT+F3 | INSERT+F7 |
Announce Current Element | INSERT+TAB | NVDA+TAB |
For more, see the Screen Reader Cheatsheets at Deque University.
Wherever possible, have people with disabilities test the documents and try to recruit people with a variety of disabilities. If only testing with blind people, don't ignore the needs of people who are colorblind, have limited vision, motor difficulties, hearing impaired, etc.
A11y Testing Links
This guide outlines some approaches for testing websites and applications against the Web Content Accessibility Guidelines (WCAG) 2.2 AA Level. It is based on one interpretation of WCAG. WCAG can be difficult, so there are many other interpretations which might be conflicting but equally valid.
For development teams or divisions in companies, it's useful to create online repository of solution resources or use exist repository of existing resources such as Visa Global Accessibility Requirements (VGAR.) It's useful for consistency and efficiency.
Different testing tools can give different interpretations of the same WCAG rules, making audits frustrating and confusing. So, the W3C has created Accessibility Conformance Test (ACT) rules so that testing can be done more consistently. See the W3C's Accessibility Conformance Testing (ACT) Overview for more information.
ARRM is a framework designed to help teams identify the roles involved in addressing accessibility issues through a "decision tree". It is a Responsibility Assignment Matrix (RAM or RACI matrix)
The following table represents a RACI matrix. Each task or activity is assigned a Responsible (R), Accountable (A), Consulted (C), and Informed (I) role to clarify team responsibilities.
Task/Activity | Responsible (R) | Accountable (A) | Consulted (C) | Informed (I) |
---|---|---|---|---|
Task 1 | ||||
Task 2 | ||||
Task 3 |
Use a flexible responsibility-assignment matrix to clarify UX roles and responsibilities, anticipate team collaboration points, and maintain productivity in product development.
The W3C Accessibility Maturity Model is a guide for organizations to evaluate and improve their business processes to produce digital products that are accessible to people with disabilities. Use of the W3C Accessibility Maturity Model will provide organizations with informative guidance (guidance that is not normative and does not set requirements) on improving accessibility policies, processes, and outcomes.
This document is designed to work for any size of organization, from small to large corporations or government agencies. Additionally, this is intended to be independent of the requirements set forth in relevant technical accessibility standards, such as the Web Content Accessibility Guidelines (WCAG.)
Stages | Criteria |
---|---|
Inactive | No awareness and recognition of need. |
Launch | Recognized need organization-wide. Planning initiated, but activities not well organized. |
Integrate | Roadmap in place, overall organizational approach defined and well organized. |
Optimize | Incorporated into the whole organization, consistently evaluated, and actions taken on assessment outcomes. |
See also:
From AIR page on the Knowbility web site:
The Accessibility Internet Rally is an annual accessibility web building contest. Teams of web pros learn about accessibility and use their new skills to compete for top honors by creating a site for a local charity. This fun, friendly competition builds community around the powerful idea of equal access to the web for all.
Everyone who wants to build a more inclusive digital world for people with disabilities should join the Accessibility Internet Rally (AIR)!
- Nonprofits, artists, and community groups that want to work with a team of web pros to create or improve their web site for accessibility.
- Web professionals (across all roles) who want to learn or improve their inclusive design skills.
- Experienced accessibility practitioners to serve as trainers, judges, and team mentors.
I can't recommend AIR enough.
My advice to contestants:
These are three personal recommendations.
W3C's Digital Accessibility Foundations - Introduction to Web Accessibility: introduces a self-paced course from W3C WAI for developers, designers, UX, writers, managers, and advocates. It is designed for technical and non-technical learners, including students, instructors, professionals, and people with disabilities.
16-20 hours. The course is free. Optional certification costs $99
Accessibility Training Course for IAAP CPACC Certification from Deque University
Deque's CPACC exam preparation course is the most widely used IAAP certification prep course available. We have prepared hundreds of people to successfully pass the exam. The course covers the exam topics in detail.
The course includes self-check quizzes, and detailed explanations of all the topics on the exam.
Tips
More Certification Links
Best Practices
Additional Resources
Just as buildings without ramps bar people who use wheelchairs, online content without captions excludes individuals who are deaf or hard of hearing.
- National Association of the Deaf in a legal complaint against federal lawsuits against Harvard and M.I.T.
Semantic markup conveys important information to screen reader users and allows them to navigate the document. Presentational markup doesn't.
Presentational Markup | Semantic Markup |
---|---|
|
|
For Microsoft Word, the term Title applies to two concepts:
The two titles are separate and do not have any practical relationship. They must be addressed separately.
To add a title (metadata) to the document properties:
To display the document title (metadata.)
While it’s not required to use the "Title" format, using a heading style like "Heading 1" is strongly recommended.
By applying a designated heading style, such as "Heading 1" or "Title" to the main title, you make it easier for screen readers to identify and navigate the document.
In Word documents, you can use more than one "Level 1" heading. This style is typically reserved for top-level headings, so it works well for multiple primary sections of your document.
Title on Top | Heading 1 on Top |
---|---|
|
|
Using a consistent heading style, such as a title format, helps create a clear visual hierarchy that makes your document easier to read and follow. It also allows you to quickly generate a table of contents and navigate to different sections with ease.
To View Headings (and the Title) in the Navigation Pane:
Resources for Microsoft Excel A11y
Ensure that font size is sufficient. If your presentation will be viewed on a projector, font size may need to be even larger.Depending on the size of the screen and the room.
While there is no ideal font size for PowerPoint presentations, it should not be smaller than 18 points, regardless of other factors.
Adding too much text to your slides can affect readability. Ideally, you should follow the 6x7 rule – no more than six words per line and no more than seven lines of text per slide. And leave sufficient space between each line of text to keep content readable.
I don't follow all of the accepted best practices and conventional wisdom regarding PowerPoint presentations. Here's how I do things differently.
Adobe created the Portable Document Format (PDF) in 1993 to address the incompatibility of different computer systems, which often distorted document formatting during transfer. PDFs offered a solution by enabling the sharing and printing of documents with consistent layout, fonts, and images across various platforms.
Since then, PDFs have evolved beyond simple printing. They are now widely used for eBooks, contracts, interactive forms, and digital archiving. Features like clickable links, multimedia, and digital signatures have made PDFs adaptable to modern digital needs.
But PDFs present some limitations. Many lack proper tagging or alternative text, hindering accessibility for users of assistive technologies. Additionally, they can become bloated with unnecessary data, impacting loading and sharing speeds. While PDFs excel at preserving document appearance, they are less suitable for editing and adapting to smaller screens compared to other formats.
Feature | Web Pages | |
---|---|---|
Accessibility | Limited if not properly tagged | Highly customizable for accessibility |
Layout Consistency | Always consistent | Can vary based on screen size and browser (e.g., Responsive Design) |
Editability | Difficult to edit without special tools | Easy to update |
Interactivity | Supports forms and multimedia | Highly interactive with JavaScript and CSS |
File Size | Can become large with images or media | Typically smaller. Loads dynamically |
If you use a table for layout, remove the tags for tables (used for layout) in the Adobe's Tag Tree.
In a PDF, the "title style" refers to the text displayed as the title within the document itself, while "title metadata" is a separate piece of information embedded within the PDF file that describes the document's title and is used for searching and indexing purposes but isn't necessarily visible directly in the document itself.
This will embed the title as metadata within the PDF file.
The most popular software for creating PDFs is Adobe Acrobat. Among other functions it provides OCR, editing, and remediation.
BTW, Adobe Illustrator is not for creating or editing PDFs. Instead, it is a vector graphics design program that lets users create a variety of digital and printed images.
Depending on how much PDF remediation you perform, other tools may be helpful or necessary.
I'm not personally recommending any of the following.
the world's leading PDF remediation software plugin for Adobe Acrobat, enabling users to test, repair, and report on accessible PDF documents.
pdfGoHTML substantially speeds up the creation and evaluation of tagged PDFs and ensures a much higher degree of usability of tagged PDF files. One simple click on the plug-in button converts the tagged PDF into HTML making it easy to examine the tagging structure, have a more flexible reading experience or make the document accessible for people with visual disabilities or dyslexia.
It's important to understand that no matter how Accessible a CMS platform might be, that Accessibility will be ruined when content authors include non-Accessible content in their pages.
I'm a hand coder. I have rarely used WordPress and even then, just barely. During the AIR contest a few years ago, our team's mentor suggested improvements a few hours before the development dead line. None of the other team members were available to make the improvements, so I tried to make them. I ended up breaking the site and I didn't know how to fix it. After some rushed research and frantic effort, I was able to roll back my improvements and restore the site to the prior working state minutes before the dead line.
That said, I get asked about WordPress on occasion. Here's the near entirety of my understanding of the topic. I hope it's helpful.
WordPress is an open-source CMS that allows users to easily create, edit, and manage digital content. It was launched in 2003 as a blogging platform. It evolved into a tool that supports various types of websites, including e-commerce stores, portfolios, and corporate sites.
Key Features of WordPress
The easiest way to have an accessible website is to choose themes and plugins that have already considered accessibility. Then all you have to do is add your content without worrying about the underlying code.
Everything for WordPress is best performed from within WordPress. It's not advisable to access files (e.g., .htaccess) directly through FTP, hand-code HTML using a text editor, or develop in an HTML editor (e.g., Dreamweaver.) Use your site's settings and a dedicated WordPress page builder (e.g., Elementor.)
Resources
This collection of free themes on the WordPress theme directory has been tested for basic accessibility by the WordPress accessibility team.
Equalize Digital is a mission-driven organization based in Georgetown, Texas that specializes in WordPress accessibility products and consulting. Our mission is to be a catalyst for positive change on the web and in how we do business, for ourselves, for our employees, for everyone.
Accessibility Checker isn't just identifying issues anymore; it's now your accessibility fixer! This exciting update introduces automated accessibility fixes to make maintaining accessibility on your WordPress site easier than ever.
In this presentation, Amber Hinds, CEO of Equalize Digital, compared the accessibility of popular page builders: Avada, Beaver Builder, Breakdance, Bricks, CoBlocks, Divi, Elementor, GeneratePress, Kadence, and Site Origin. Find out which provides the best (or worst) foundation for accessibility.
Have you been tempted to use the WordPress API to drive a SPA (Single Page Application)? SPAs are notorious for being inaccessible, and for good reason. Tutorials introducing developers to frameworks like React, Vue, and Angular seem like they never take accessibility into consideration at all and teach some less than ideal practices. It is absolutely true that SPAs have a lot of accessibility challenges around things like dynamic content updates and managing focus. But with some smart choices and careful coding, it is possible to make SPAs more accessible. We'll step through planning and building an accessible SPA, including best practices, accessibility testing tools, manual testing, and integrating accessibility into your development workflow.
One common and frustrating experience for a user with disabilities is when software they've depended on releases an update...and loses the accessibility it once had. It's easy to imagine this is an isolated experience, but it's shockingly common. Accessibility is never something you can just do once; it needs to be improved and maintained, even through major design refactors. Learn some methods for handling change and maintaining standards over time.
In this presentation, Gen highlights several of the most popular WordPress form plugins and how accessible the forms they create are. Gen also evaluates against Section 508 (form testing) and WCAG 2.2 level AA criteria using the default WordPress theme and the same content.
A warning about plugins: This is not so much an A11y issue as a general web design issue. Make sure whatever plugins you adopt provide useful functions and don't require more maintence than the website owner is willing to provide. An example I gave you previously was a "quote of the day" plugin that ran out of new quotations after two weeks. The client loved having the quotes, but quickly became disinterested in supplying new quotations. After a few visits, it became obvious that the site was not being updated.
My best advice for Canva is don't use Canva! It's not A11y. I don't know of any efficient way to remediate it and none of my friends do either.
But if you know a cost-effective technique to remediate Canva, let me know.
The Accessibility Center helps Texas HHS staff and partners meet ICT requirements by providing policy information, accessibility guidelines and training, and testing.