<?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>Website Compliance Archives - SpritzSF</title>
	<atom:link href="https://spritzsf.com/spritzbits/category/website-compliance/feed/" rel="self" type="application/rss+xml" />
	<link>https://spritzsf.com/spritzbits/category/website-compliance/</link>
	<description>Just add Spritz. Talk to us.</description>
	<lastBuildDate>Tue, 09 Feb 2021 12:11:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.9</generator>

<image>
	<url>https://spritzsf.com/spritzbits/wp-content/uploads/2020/01/favicon.ico</url>
	<title>Website Compliance Archives - SpritzSF</title>
	<link>https://spritzsf.com/spritzbits/category/website-compliance/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Digitally Compliant: Making Website Design Accessible to All</title>
		<link>https://spritzsf.com/spritzbits/is-your-website-ada-wcag-compliant-heres-a-quick-checklist-to-consider/</link>
		
		<dc:creator><![CDATA[Spritz Bits]]></dc:creator>
		<pubDate>Wed, 03 Feb 2021 07:42:37 +0000</pubDate>
				<category><![CDATA[Website Accessibility]]></category>
		<category><![CDATA[Website Compliance]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<guid isPermaLink="false">https://spritzsf.com/spritzbits/?p=604</guid>

					<description><![CDATA[<p>It may be confusing to hear the word “accessibility” used when discussing websites— rather than wheelchairs or guide dogs for the blind. Importantly, in the broadest sense, accessibility applies to the online world as well as the physical world. Website accessibility enhances your digital presence for everyone.</p>
<p>The post <a rel="nofollow" href="https://spritzsf.com/spritzbits/is-your-website-ada-wcag-compliant-heres-a-quick-checklist-to-consider/">Digitally Compliant: Making Website Design Accessible to All</a> appeared first on <a rel="nofollow" href="https://spritzsf.com/spritzbits">SpritzSF</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">It may be confusing to hear the word “accessibility” used when discussing website— rather than wheelchairs or guide dogs for the blind. Importantly, in the broadest sense, accessibility applies to the online world as well as the physical world. </span></p>
<p><span style="font-weight: 400;">Website accessibility enhances your digital presence for everyone. It is a solution to address the needs of each visitor, allowing an individual to experience the best possible level of usability. </span></p>
<p><span style="font-weight: 400;">Like any road or building, while providing an on-ramp and an open door for all users. It does so without sacrificing anything for users who don’t need it. Like an automatic door that opens when your hands are full or a moving walkway at an airport terminal. It’s a useful thing for everyone. Think of how restricted your understanding might be watching a foreign movie in a language you cannot understand. But without the benefit of English subtitles. Pointless, really.</span></p>
<h2><strong>Did you know? An estimated 20 percent of the U.S. population has a disability of some sort.</strong></h2>
<p><span style="font-weight: 400;">Many people browsing the web have a permanent or a temporary disability across a wide range of possibilities. For example, there may be a visual or mobility issue affecting the use of the screen, the mouse, or the keyboard. There may also be accessibility issues around a broken arm or broken eyeglasses. </span><span style="font-weight: 400;">In the U.S., about eight percent of men and 0.5 percent of women have some form of colorblindness. </span><span style="font-weight: 400;">Looking across the entire population, there are common age-related issues as well that affect tens of millions.</span></p>
<h2><strong>Did you know? Digital accessibility is also the law.</strong></h2>
<p><span style="font-weight: 400;">The </span><a href="https://www.ada.gov/access-technology/enforcement.html"><span style="font-weight: 400;">Americans with Disabilities Act (ADA)</span></a><span style="font-weight: 400;"> has a mandate for businesses under Title I; that is, those operating 20 or more weeks per year with at least 15 full-time employees or under Title III, that is, businesses classed in the public accommodation category. That said, it’s best practice for all websites.</span></p>
<p>&nbsp;</p>
<h2 style="text-align: center;"><em><span style="font-weight: 400;">“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”  </span></em></h2>
<h2 style="text-align: center;"><em><span style="font-weight: 400;">— Sir Tim Berners-Lee, Computer scientist, and father of the World Wide Web</span></em></h2>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">While the ADA doesn’t offer a clear set of guidelines for website compliance, it has become industry practice to follow the Web Content Accessibility Guidelines (WCAG) as recommended by The World Wide Web Consortium (W3C). In August 2020, W3C released WCAG 2.2 a working draft. </span></p>
<p>&nbsp;</p>
<h2><strong>We’ve put together a few important factors to help make your website accessible:</strong></h2>
<ul>
<li style="font-weight: 400;" aria-level="1">
<h3>Text inclusion for non-text content</h3>
<ul>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Images/Pictures: Include alt attributes i.e alt text to describe all images on your website.</span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">iFrames: When loading an iframe on your website, as it is content from another website that is being displayed on your site, ensure that they have descriptive titles defining the content.</span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">CTA buttons and icons: </span><span style="font-weight: 400;">Buttons and icons are frequently used as click-through action buttons and links to guide users on the website. The inclusion of alt attributes that describes the button/icon is helpful for users who aren’t able to navigate a page with a mouse. </span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Decorative Images: </span><span style="font-weight: 400;">A decorative image is an image that is non-essential to understanding the content and purpose of a webpage. There are a variety of opinions and options. One could either describe or hide decorative images from screen readers. If you decide to describe, use simple image guidelines. However, if you decide to hide these images, simply use a blank alt tag.</span></li>
</ul>
</li>
</ul>
<ul>
<li style="font-weight: 400;" aria-level="1">
<h3>Color and Text:</h3>
<ul>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Color contrast: Some colors conflict with each other and when implemented on text, it may become difficult to read. That said, it’s advisable to always use complementary colors. A good resource for color study is </span><a href="https://color.adobe.com/"><span style="font-weight: 400;">Adobe’s Color Palette Generator</span></a><span style="font-weight: 400;">. Also, to check the text contrast, an important tool is </span><a href="https://webaim.org/resources/contrastchecker/"><span style="font-weight: 400;">WebAIM’s contrast checker</span></a><span style="font-weight: 400;"> page.</span></li>
</ul>
</li>
</ul>
<ul>
<li style="font-weight: 400;" aria-level="1">
<h3>Clean Code and Navigation structure:</h3>
<ul>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Website Navigation Structure: Having a clean site outline that defines the internal links through structured navigation conventions i.e headers, footers, titles, breadcrumbs and good use of space is crucial for easy accessibility of websites</span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Clean Code: For users who use text browsers and screen readers to access the website, it’s important to have a clean code structure to avoid output issues and confusion. A good resource to check the code is through </span><a href="https://validator.w3.org/"><span style="font-weight: 400;">W3C’s code validator site</span></a><span style="font-weight: 400;">.</span></li>
</ul>
</li>
</ul>
<ul>
<li style="font-weight: 400;" aria-level="1">
<h3>CTA Buttons &amp; UI Conventions:</h3>
<ul>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Responsive Stylesheets: Implement responsive design to avoid horizontal scrolling on websites. Also, avoid using pixels to define conventions such as spacing and height of text boxes. </span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Color contrast for UI components must be at 3:1. This way, the different elements can be clearly distinguished.</span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Content on hover buttons should be enabled to be dismissed by pressing the escape button on the keyboard.</span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Images as Text: It’s best to avoid making images of text except for logos</span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Zoom Feature: Designing websites with the ability to zoom in without breaking interactive elements on the page enhances the user accessibility experience on the website.</span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">CTA Buttons: Clearly defining the buttons based on interactions i.e warning/error buttons can be color-coded in red with an appropriate icon, a learn more or more information button can be highlighted with the brand colors for easy navigation.</span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Animation Elements: Large Pop-ups, sliders that may cover the important navigation buttons on the web page make it harder for accessing important sections on the website and could lead to a bad user experience. It’s best practice to strategically place these interactive animation elements on the website for improved user accessibility. </span></li>
</ul>
</li>
</ul>
<p><span style="font-weight: 400;">We invite you to connect with us to learn more about our website design and development experience. </span></p>
<p><span style="font-weight: 400;"><a href="https://spritzsf.com/website-design-development-san-francisco/">Spritz designs and develops websites</a> that meet or exceed ADA compliance based on WCAG 2.1 AA standards for website design and functionality, so everyone can easily and fully access your content.</span></p>
<p>The post <a rel="nofollow" href="https://spritzsf.com/spritzbits/is-your-website-ada-wcag-compliant-heres-a-quick-checklist-to-consider/">Digitally Compliant: Making Website Design Accessible to All</a> appeared first on <a rel="nofollow" href="https://spritzsf.com/spritzbits">SpritzSF</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
