<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The ADA Book</title>
	<atom:link href="https://adabook.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://adabook.com</link>
	<description>ADA Compliance for Websites, Apps, and Other Digital Assets</description>
	<lastBuildDate>Mon, 27 Apr 2026 22:50:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://adabook.com/wp-content/uploads/2022/11/cropped-the-ada-book-icon-32x32.jpg</url>
	<title>The ADA Book</title>
	<link>https://adabook.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Prioritize Accessibility Issues After an Audit</title>
		<link>https://adabook.com/prioritize-accessibility-issues-after-audit/</link>
		
		<dc:creator><![CDATA[kris]]></dc:creator>
		<pubDate>Mon, 27 Apr 2026 22:50:00 +0000</pubDate>
				<category><![CDATA[ADA Compliance]]></category>
		<guid isPermaLink="false">https://adabook.com/prioritize-accessibility-issues-after-audit/</guid>

					<description><![CDATA[<p>Prioritizing issues after an audit comes down to two scoring factors: user impact and risk factor. User impact measures how much an issue affects people relying on assistive technologies. Risk factor measures the likelihood of the issue contributing to a complaint or lawsuit. Issues that score high on both move to the top of the ... <a title="Prioritize Accessibility Issues After an Audit" class="read-more" href="https://adabook.com/prioritize-accessibility-issues-after-audit/" aria-label="More on Prioritize Accessibility Issues After an Audit">Read more</a></p>
<p>The post <a rel="nofollow" href="https://adabook.com/prioritize-accessibility-issues-after-audit/">Prioritize Accessibility Issues After an Audit</a> appeared first on <a rel="nofollow" href="https://adabook.com">The ADA Book</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Prioritizing issues after an audit comes down to two scoring factors: user impact and risk factor. User impact measures how much an issue affects people relying on assistive technologies. Risk factor measures the likelihood of the issue contributing to a complaint or lawsuit. Issues that score high on both move to the top of the remediation list.</p>
<div style="margin-top:10px;margin-bottom:30px;"><iframe width="100%" height="415" src="https://www.youtube.com/embed/9omU7XOS3e4" title="YouTube video" frameborder="0" allowfullscreen></iframe></div>
<p>A keyboard trap on a checkout flow blocks purchases and shows up frequently in legal claims, so it ranks high on both scales. A missing label on a decorative graphic in the footer affects fewer people and rarely appears in claims, so it sits lower in the queue. The audit report should already include severity ratings to support this decision.</p>
<p>The mistake to avoid is treating every issue as equal. Working through a report alphabetically or by page order wastes development cycles on minor items while serious problems stay live. Sort by severity, group similar issues so developers can fix patterns at once, and validate fixes before moving down the list. This approach moves a product toward WCAG 2.1 AA conformance faster and reduces exposure during the period when remediation is in progress.</p>
<p>The post <a rel="nofollow" href="https://adabook.com/prioritize-accessibility-issues-after-audit/">Prioritize Accessibility Issues After an Audit</a> appeared first on <a rel="nofollow" href="https://adabook.com">The ADA Book</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to audit a Shopify store for accessibility: what the evaluation covers, why theme matters, and how WCAG conformance is determined.</title>
		<link>https://adabook.com/audit-shopify-store-accessibility/</link>
		
		<dc:creator><![CDATA[kris]]></dc:creator>
		<pubDate>Sun, 26 Apr 2026 23:08:02 +0000</pubDate>
				<category><![CDATA[ADA Compliance]]></category>
		<guid isPermaLink="false">https://adabook.com/audit-shopify-store-accessibility/</guid>

					<description><![CDATA[<p>To audit a Shopify store for accessibility, an accessibility professional evaluates the storefront against WCAG 2.1 AA across representative page templates: home, collection, product, cart, checkout, account, and key content pages. The evaluation includes screen reader testing with NVDA, JAWS, and VoiceOver, keyboard testing, visual inspection, code inspection, and a scan as one review component. ... <a title="How to audit a Shopify store for accessibility: what the evaluation covers, why theme matters, and how WCAG conformance is determined." class="read-more" href="https://adabook.com/audit-shopify-store-accessibility/" aria-label="More on How to audit a Shopify store for accessibility: what the evaluation covers, why theme matters, and how WCAG conformance is determined.">Read more</a></p>
<p>The post <a rel="nofollow" href="https://adabook.com/audit-shopify-store-accessibility/">How to audit a Shopify store for accessibility: what the evaluation covers, why theme matters, and how WCAG conformance is determined.</a> appeared first on <a rel="nofollow" href="https://adabook.com">The ADA Book</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>To audit a Shopify store for accessibility, an accessibility professional evaluates the storefront against WCAG 2.1 AA across representative page templates: home, collection, product, cart, checkout, account, and key content pages. The evaluation includes screen reader testing with NVDA, JAWS, and VoiceOver, keyboard testing, visual inspection, code inspection, and a scan as one review component. The audit identifies issues with locations and remediation guidance.</p>
<div style="margin-top:10px;margin-bottom:30px;"><iframe width="100%" height="415" src="https://www.youtube.com/embed/ue9fmSLQ5D0" title="YouTube video" frameborder="0" allowfullscreen></iframe></div>
<p>Theme selection drives most of the outcome on Shopify. A theme with strong semantic structure, accessible navigation, and clean form patterns produces far fewer issues than a heavily customized or older theme. Apps and third-party code often introduce issues that the merchant did not write and cannot easily fix from the theme editor.</p>
<p>Scope matters. Auditing every product page is unnecessary when product templates repeat. The evaluation samples representative templates, then flags template-level issues that propagate across the catalog. Custom landing pages, blog posts with embedded media, and any page with unique interactive elements are evaluated separately. The result is an audit report listing each issue, the WCAG criterion it relates to, the location, and remediation direction the developer or theme provider can act on.</p>
<p>The post <a rel="nofollow" href="https://adabook.com/audit-shopify-store-accessibility/">How to audit a Shopify store for accessibility: what the evaluation covers, why theme matters, and how WCAG conformance is determined.</a> appeared first on <a rel="nofollow" href="https://adabook.com">The ADA Book</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>EAA vs ADA Difference</title>
		<link>https://adabook.com/eaa-vs-ada-differencethe/</link>
		
		<dc:creator><![CDATA[kris]]></dc:creator>
		<pubDate>Sat, 25 Apr 2026 23:26:02 +0000</pubDate>
				<category><![CDATA[ADA Compliance]]></category>
		<guid isPermaLink="false">https://adabook.com/eaa-vs-ada-differencethe/</guid>

					<description><![CDATA[<p>The EAA vs ADA difference comes down to where each law applies, who it covers, and how it treats digital accessibility. The European Accessibility Act applies across European Union member states and covers specific products and services placed on the EU market. The Americans with Disabilities Act applies in the United States and covers public ... <a title="EAA vs ADA Difference" class="read-more" href="https://adabook.com/eaa-vs-ada-differencethe/" aria-label="More on EAA vs ADA Difference">Read more</a></p>
<p>The post <a rel="nofollow" href="https://adabook.com/eaa-vs-ada-differencethe/">EAA vs ADA Difference</a> appeared first on <a rel="nofollow" href="https://adabook.com">The ADA Book</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The EAA vs ADA difference comes down to where each law applies, who it covers, and how it treats digital accessibility. The European Accessibility Act applies across European Union member states and covers specific products and services placed on the EU market. The Americans with Disabilities Act applies in the United States and covers public entities under Title II and places of public accommodation under Title III.</p>
<div style="margin-top:10px;margin-bottom:30px;"><iframe width="100%" height="415" src="https://www.youtube.com/embed/ZS3d1ck_zJs" title="YouTube video" frameborder="0" allowfullscreen></iframe></div>
<p>The EAA went into effect on June 28, 2025 and sets harmonized accessibility requirements across the EU. It directly references EN 301 549, which incorporates WCAG 2.1 Level AA as the technical standard for digital products and services. Covered services include e-commerce, banking, e-books, transportation websites, and consumer-facing software.</p>
<p>The ADA, signed into law in 1990, predates modern web standards. Title II was updated with a final rule that adopts WCAG 2.1 Level AA for state and local government web content and mobile apps, with phased conformance dates in 2026 and 2027. Title III does not specify a technical standard, though courts and the DOJ have consistently pointed to WCAG as the practical benchmark for places of public accommodation.</p>
<p>The practical takeaway is that organizations operating in both regions often work toward WCAG 2.1 AA as a single conformance target, then layer in jurisdiction-specific documentation such as accessibility statements and conformance reports.</p>
<p>The post <a rel="nofollow" href="https://adabook.com/eaa-vs-ada-differencethe/">EAA vs ADA Difference</a> appeared first on <a rel="nofollow" href="https://adabook.com">The ADA Book</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: adabook.com @ 2026-04-28 08:00:33 by W3 Total Cache
-->