<?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>One guideline a day &#187; Principle 2: Operable</title>
	<atom:link href="http://www.oneguidelineaday.com/category/principle-2-operable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oneguidelineaday.com</link>
	<description>WCAG 2.0 made easy</description>
	<lastBuildDate>Mon, 21 Jun 2010 11:37:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Guideline 2.4: Focus on Information Architecture</title>
		<link>http://www.oneguidelineaday.com/principle-2-operable/focus-on-information-architecture/</link>
		<comments>http://www.oneguidelineaday.com/principle-2-operable/focus-on-information-architecture/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 11:20:42 +0000</pubDate>
		<dc:creator>Olga Revilla</dc:creator>
				<category><![CDATA[Principle 2: Operable]]></category>

		<guid isPermaLink="false">http://www.oneguidelineaday.com/?p=283</guid>
		<description><![CDATA[Provide ways to help users navigate, find content, and determine where they are

Finding the content and keeping track of our location are usually difficult tasks for people with disabilities, especially for those who use  screen reader or cognitive disabilities. So these criteria are made for them.

Additional, Advisory Techniques

 Limit  the number of links [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="guideline"><p>Provide ways to help users navigate, find content, and determine where they are</p>
</blockquote>
<p>Finding the content and keeping track of our location are usually difficult tasks for people with disabilities, especially for those who use  screen reader or cognitive disabilities. So these criteria are made for them.</p>
<div class="howto">
<h3>Additional, Advisory Techniques</h3>
<ul>
<li> Limit  the number of links per page </li>
<li>
    Provide mechanisms to navigate to different sections of the content of a Web page   </li>
<li>
    Make links visually distinct   </li>
</ul>
</div>
<h3>Criterion 2.4.1 Bypass Blocks</h3>
<blockquote><p>A mechanism is available to bypass blocks of content that are repeated on multiple Web pages.</p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<h5>Create links to skip blocks of repeated material</h5>
<p>Choose one of these possibilities:</p>
<ul>
<li>Add a link at the top of each page that goes directly to the main content area</li>
<li>Add a link at the beginning of a block of repeated content to go to the end of the block</li>
<li>Add links at the top of the page to each area of the content</li>
</ul>
<h5>Group blocks of repeated material in a way that can be skipped</h5>
<p>Choose one of these possibilities:</p>
<ul>
<li>Provide heading elements at the beginning of each section of content</li>
<li>Uee structural elements to group links</li>
<li>Use frame elements to group blocks of repeated material and the title attribute of the frame and iframe elements</li>
<li>Use an expandable and collapsible menu to bypass block of content</li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li>Provide keyboard access to important links and form controls</li>
<li>Provide skip links to enhance page navigation</li>
<li>Provide access keys</li>
<li>Use accessibility supported technologies which allow structured navigation by user agents and assistive technologies</li>
<li>Position content based on structural markup</li>
</ul>
</div>
<h3>Criterion 2.4.2 Page Titled</h3>
<blockquote><p>Web pages have titles that describe topic or purpose</p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Provide descriptive titles for Web pages and provide a title to each web page</li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li>Identify a Web page&#8217;s relationship to a larger collection of Web pages</li>
<li>Use a technology-specific technique</li>
<li>Identify the subject of the Web page</li>
<li>Use ARIA described by property to provide a descriptive, programmatically determined label</li>
<li>Provide a meaningful name for</li>
<li>Identify frames</li>
<li>Use unique titles for Web pages</li>
<li>Provide a descriptive top-level page heading</li>
</ul>
</div>
<div class="failures">
<h4>Common Failures</h4>
<ul>
<li>The title of the Web page don&#8217;t identify the contents like &#8220;Untitled Document&#8221; or similar;</li>
<li>Using he same title for different pages</li>
</ul>
</div>
<h3>Criterion 2.4.3 Focus Order</h3>
<blockquote><p>If a Web page can be navigated sequentially and the navigation sequences affect meaning or operation, focusable components receive focus in an order that preserves meaning and operability.</p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Place the interactive elements in an order that follows sequences and relationships within the content</li>
<li>Give focus to elements in an order that follows sequences and relationships within the content. Choose one of these possibilities:
<ul>
<li>Create a logical tab order through links, form controls, and objects</li>
<li>Make the DOM order match the visual order</li>
</ul>
</li>
<li>Change a Web page dynamically
<ul>
<li>Insert dynamic content into the Document Object Model immediately following its trigger element</li>
<li>Create Custom Dialogs in a Device Independent Way</li>
<li>Reorder page sections Use the Document Object Model</li>
</ul>
</li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li>Provide a highly visible highlighting mechanism for links or controls when they receive keyboard focus</li>
<li>Create alternative presentation orders</li>
</ul>
</div>
<div class="failures">
<h4>Common Failures</h4>
<ul>
<li>Using tabindex to create a tab order that does not preserve meaning and operability</li>
<li>Using dialogs or menus that are not adjacent to their trigger control in the sequential navigation order</li>
</ul>
</div>
<h3>Criterion 2.4.4 Link Purpose (In Context)</h3>
<blockquote><p>The purpose of each link can be determined from the link text alone or from the link text together with its programmatically determined link context, except where the purpose of the link would be ambiguous to users in general.</p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Provide link text that describes the purpose of a link, a link for anchor elements or area elements of image maps</li>
<li>Allow the user to choose short or long link text by a control near the beginning of the Web page that changes the link text or changing the link text by scripting</li>
<li>Identify the purpose of a link using link text combined with the text of the enclosing sentence</li>
<li>Provide a supplemental description of the purpose of a link with the title or hiding a portion of the link text by css.</li>
<li>Identify the purpose of a link using link text combined with programmatically determined link context. Choose one of these options:
<ul>
<li>Enclosing list item</li>
<li>Enclosing paragraph</li>
<li>HEnclosing table cell and associated table headings</li>
<li>Preceding heading element</li>
<li>In a nested list, link text combined with the parent list item under which the list is nested</li>
</ul>
</li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li>Combining adjacent image and text links for the same resource</li>
<li>Use ARIA described by property to provide a descriptive, programmatically determined label</li>
</ul>
</div>
<div class="failures">
<h4>Common Failures</h4>
<ul>
<li>Providing link context only in content that is not related to the link</li>
<li>Using null alt on an image where the image is the only content in a link</li>
</ul>
</div>
<h3>Criterion 2.4.5 Multiple Ways</h3>
<blockquote><p>More than one way is available to locate a Web page within a set of Web pages except where the Web Page is the result of, or a step in, a process</p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<p>Use 2 or more of these techniques</p>
<ul>
<li>Provide links to navigate to related Web pages</li>
<li>Provide a Table of Contents</li>
<li>Provide a site map</li>
<li>Provide a search function to help users find content</li>
<li>Provide a list of links to all other Web pages</li>
<li>Linking to all of the pages on the site from the home page</li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li>Use the link element and navigation tools</li>
<li>Include information about presentation modes in tables of contents and concept maps</li>
</ul>
</div>
<h3>Criterion 2.4.6 Headings and Labels</h3>
<blockquote><p>Headings and labels describe topic or purpose</p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Provide descriptive headings</li>
<li>Provide descriptive labels</li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li>Use unique section headings in a Web Page</li>
<li>Start section headings with unique information</li>
</ul>
</div>
<h3>Criterion 2.4.7 Focus Visible</h3>
<blockquote><p>Any keyboard operable user interface has a mode of operation where the keyboard focus indicator is visible.</p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Use user interface components that are highlighted by the user agent when they receive focus</li>
<li>Use CSS to change the presentation of a user interface component when it receives focus</li>
<li>Use the default focus indicator for the platform so that high visibility default focus indicators will carry over</li>
<li>Use an author-supplied, highly visible focus indicator</li>
<li>Use script to change the background color or border of the element with focus (Scripting)</li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li>Highlight a link or control when the mouse hovers over it</li>
<li>Provide a highly visible highlighting mechanism for links or controls when they receive keyboard focus</li>
</ul>
</div>
<div class="failures">
<h4>Common Failures</h4>
<ul>
<li>using script to remove focus when focus is received</li>
<li>Styling element outlines and borders in a way that removes or renders non-visible the visual focus indicator</li>
</ul>
</div>
<h3>Criterion 2.4.8 Location</h3>
<blockquote><p>Information about the user&#8217;s location within a set of Web pages is available.</p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Provide a breadcrumb trail.</li>
<li>Provide a site map 3.</li>
<li>Indicate current location within navigation bars</li>
<li>Identify a Web page&#8217;s relationship to a larger collection of Web pages with the link element and navigation tools</li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li>Provide a link to the home page or main page</li>
<li>Provide an easy-to-read version of information about the organization of a set of Web pages</li>
<li>Provide a sign language version of information about the organization of a set of Web pages</li>
<li>Provide an easy-to-read summary at the beginning of each section of content</li>
</ul>
</div>
<h3>Criterion 2.4.9 Link Purpose (Link Only)</h3>
<blockquote><p>A mechanism is available to allow the purpose of each link to be identified from link text alone, except where the purpose of the link would be ambiguous to users in general.</p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Provide link text that describes the purpose of a link for anchor elements or text alternatives for the area elements of image maps</li>
<li>Allow the user to choose short or long link text by a control near the beginning of the Web page that changes the link text or using scripts to change the link text</li>
<li>Provide a supplemental description of the purpose of a link hiding a portion of the link text with CSS</li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li>Combine adjacent image and text links for the same resource</li>
<li>Support link text with the title attribute</li>
</ul>
</div>
<div class="failures">
<h4>Common Failures</h4>
<ul>
<li>Using a non-specific link such as &#8220;click here&#8221; or &#8220;more&#8221; without a mechanism to change the link text to specific text.</li>
<li>Using null alt on an image where the image is the only content in a link</li>
</ul>
</div>
<h3>Criterion 2.4.10 Section Headings</h3>
<blockquote><p>Section headings are used to organize the content.<br />
Note 1: &#8220;Heading&#8221; is used in its general sense and includes titles and other ways to add a heading to different types of content.<br />
Note 2: This success criterion covers sections within writing, not user interface components. User Interface components are covered under Success Criterion 4.1.2.
</p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Organize a page using headings</li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li>Use the &#8216;live&#8217; property to mark live regions</li>
<li>Provide mechanisms to navigate to different sections of the content of a Web page</li>
</ul>
</div>
<h3 class="sources">More info</h3>
<ul class="sources">
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvbmF2aWdhdGlvbi1tZWNoYW5pc21zLmh0bWw=">Understanding Guideline 2.4. Navigable</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvbmF2aWdhdGlvbi1tZWNoYW5pc21zLXNraXAuaHRtbA==">Understanding Success Criterion 2.4.1 [Bypass Blocks]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvbmF2aWdhdGlvbi1tZWNoYW5pc21zLXRpdGxlLmh0bWw=">Understanding Success Criterion 2.4.2 [Page Titled]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvbmF2aWdhdGlvbi1tZWNoYW5pc21zLWZvY3VzLW9yZGVyLmh0bWw=">Understanding Success Criterion 2.4.3 [Focus Order]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvbmF2aWdhdGlvbi1tZWNoYW5pc21zLXJlZnMuaHRtbA==">Understanding Success Criterion 2.4.4 [Link Purpose (In Context)]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvbmF2aWdhdGlvbi1tZWNoYW5pc21zLW11bHQtbG9jLmh0bWw=">Understanding Success Criterion 2.4.5 [Multiple Ways]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvbmF2aWdhdGlvbi1tZWNoYW5pc21zLWRlc2NyaXB0aXZlLmh0bWw=">Understanding Success Criterion 2.4.6 [Headings and Labels]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvbmF2aWdhdGlvbi1tZWNoYW5pc21zLWZvY3VzLXZpc2libGUuaHRtbA==">Understanding Success Criterion 2.4.7 [Focus Visible]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvbmF2aWdhdGlvbi1tZWNoYW5pc21zLWxvY2F0aW9uLmh0bWw=">Understanding Success Criterion 2.4.8 [Location]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvbmF2aWdhdGlvbi1tZWNoYW5pc21zLWxpbmsuaHRtbA==">Understanding Success Criterion 2.4.9 [Link Purpose (Link Only)]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvbmF2aWdhdGlvbi1tZWNoYW5pc21zLWhlYWRpbmdzLmh0bWw=">Understanding Success Criterion 2.4.10 [Section Headings]</a></li>
</ul>
 <img src="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=283" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.oneguidelineaday.com/principle-2-operable/focus-on-information-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guideline 2.3: Be careful with flashing visual content</title>
		<link>http://www.oneguidelineaday.com/principle-2-operable/guideline-2-3-be-careful-with-flashing-visual-content/</link>
		<comments>http://www.oneguidelineaday.com/principle-2-operable/guideline-2-3-be-careful-with-flashing-visual-content/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 10:25:29 +0000</pubDate>
		<dc:creator>Olga Revilla</dc:creator>
				<category><![CDATA[Principle 2: Operable]]></category>

		<guid isPermaLink="false">http://www.oneguidelineaday.com/?p=267</guid>
		<description><![CDATA[Do not design content in a way that is known to cause seizures.
3-flash-in-a-second is the lower rate recommended to show flash content for people who suffer from seizures due to photosensitivity, specially for red lights. But still there are more sensitive people that react to lower rates, so the recommendation is to eliminate this type [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="guideline"><p>Do not design content in a way that is known to cause seizures.</p></blockquote>
<p>3-flash-in-a-second is the lower rate recommended to show flash content for people who suffer from <a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9TZWl6dXJl">seizures</a> due to photosensitivity, specially for red lights. But still there are more sensitive people that react to lower rates, so the recommendation is to eliminate this type of visual content (like in WCAG 1 checkpoint 7.2).<br />
Another novelty is the difference between  &#8220;blinking&#8221; and &#8220;fashing&#8221;:</p>
<dl>
<dt>blinking</dt>
<dd>content that distracts, and can be used for a short time as long as it stops or can be stopped by the user. If blinking occurs faster than 3 per second, it should be considered a flash.</dd>
<dt>flashing</dt>
<dd>content faster than 3 per second, and large and bright enough to cause a seizure The chance to turn the flash off is not an option <cite> since the seizure could occur faster than most users could turn it off</cite>.</dd>
</dl>
<p>How to know if your flashing content is 3 or more blinking times in a second? Try these tools:</p>
<ul>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5oYXJkaW5nZnBhLmNvbS9kZW1vLmh0bWw=">Harding Flash &#038; Pattern Analyser Demo</a> </li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3RyYWNlLndpc2MuZWR1L3BlYXQv">Photosensitive Epilepsy Analysis Tool</a></li>
</ul>
<p>In order to not interfere with other content of the webpage, these criteria applies for the whole page.</p>
<h3>Criterion 2.3.1 Three Flashes or Below Threshold</h3>
<blockquote><p>Web pages do not contain anything that flashes more than three times in any one second period, or the flash is below the general flash and red flash thresholds.</p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Ensure that no component of the content flashes more than three times in any 1-second period</li>
<li>Keep the flashing area small enough</li>
<li>Use a tool to ensure that content does not violate the general flash threshold or red flash threshold</li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li> Reduce contrast for any flashing content</li>
<li> Avoid fully saturated reds for any flashing content</li>
<li>Reduce the number of flashes even if they do not violate thresholds</li>
<li>Provide a mechanism to suppress any flashing content before it begins</li>
<li>Slow down live material to avoid rapid flashes (as in flashbulbs)</li>
<li>Freeze the image momentarily if 3 flashes within one second are detected</li>
<li>Drop the contrast ratio if 3 flashes within one second are detected </li>
</ul>
</div>
<h3>Criterion 2.3.2 Three Flashes</h3>
<blockquote><p>Web pages do not contain anything that flashes more than three times in any one second period</p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Ensure that no component of the content flashes more than three times in any 1-second period</li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<p>They are the same techniques as 2.3.1 </li>
</ul>
</div>
<h3 class="sources">More info</h3>
<ul class="sources">
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvc2VpenVyZS5odG1s">Understanding  Guideline 2.3</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvc2VpenVyZS1kb2VzLW5vdC12aW9sYXRlLmh0bWw=">Understanding Success Criterion 2.3.1 [Three Flashes or Below Threshold]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvc2VpenVyZS10aHJlZS10aW1lcy5odG1s">Understanding Success Criterion 2.3.2 [Three Flashes]</a></li>
</ul>
 <img src="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=267" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.oneguidelineaday.com/principle-2-operable/guideline-2-3-be-careful-with-flashing-visual-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guideline 2.2: Don&#8217;t hurry up anyone</title>
		<link>http://www.oneguidelineaday.com/principle-2-operable/dont-hurry-up-anyone/</link>
		<comments>http://www.oneguidelineaday.com/principle-2-operable/dont-hurry-up-anyone/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 19:05:40 +0000</pubDate>
		<dc:creator>Olga Revilla</dc:creator>
				<category><![CDATA[Principle 2: Operable]]></category>

		<guid isPermaLink="false">http://www.oneguidelineaday.com/?p=249</guid>
		<description><![CDATA[Provide users enough time to read and use content. 

Imagine you are reading a webpage and, in the middle of that proccess, the page reloads and changes, so you can not finish the reading of the formerly page. Everybody needs different time to complete tasks, and this time is usually higher on the elderly and [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="guideline"><p>Provide users enough time to read and use content. </p>
</blockquote>
<p>Imagine you are reading a webpage and, in the middle of that proccess, the page reloads and changes, so you can not finish the reading of the formerly page. Everybody needs different time to complete tasks, and this time is usually higher on the elderly and users with disabilities.  </p>
<p>So this guideline is about <cite>eliminating time constraints or providing users enough additional time to allow them to complete their tasks</cite>.</p>
<h3>Criterion 2.2.1 Timing Adjustable</h3>
<blockquote><p>For each time limit that is set by the content, at least <strong>one of the following is true</strong>: (Level A)</p>
<ul>
<li> <strong>Turn off:</strong> The user is allowed to turn off the time limit before encountering it;</li>
<li> <strong>Adjust:</strong> The user is allowed to adjust the time limit before encountering it over a wide range that is at least ten times the length of the default setting;</li>
<li><strong>Extend:</strong> The user is warned before time expires and given at least 20 seconds to extend the time limit with a simple action (for example, &#8220;press the space bar&#8221;), and the user is allowed to extend the time limit at least ten times;</li>
<li><strong>Real-time Exception: </strong>The time limit is a required part of a real-time event (for example, an auction), and no alternative to the time limit is possible; </li>
<li><strong>Essential Exception: </strong>The time limit is essential and extending it would invalidate the activity;</li>
<li><strong>20 Hour Exception: </strong>The time limit is longer than 20 hours. </li>
</ul>
<p>This success criterion helps ensure that users can complete tasks without unexpected changes in content or context that are a result of a time limit. This success criterion should be considered in conjunction with Success Criterion 3.2.1, which puts limits on changes of content or context as a result of user action.</p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<h5>Situation A: If there are session time limits:</h5>
<ul>
<li>Provide a checkbox on the first page of a multipart form that allows users to ask for longer session time limit or no session time limit</li>
<li>Provide a way for the user to turn the time limit off</li>
</ul>
<h5>Situation B: If a time limit is controlled by a script on the page:</h5>
<ul>
<li>Provide a way for the user to turn the time limit off</li>
<li>Provide a means to set the time limit to 10 times the default time limit</li>
<li>Providing a script that warns the user a time limit is about to expire AND allow the user to extend the default time limit</li>
</ul>
<h5>Situation C: If there are time limits on reading:</h5>
<ul>
<li>Allow the content to be paused and restarted from where it was paused</li>
<li>Provide a way for the user to turn the time limit off</li>
<li>Use script to scroll content, and provide a mechanism to pause it </li>
<li>Provide a mechanism to allow users to display moving, scrolling, or auto-updating text in a static window or area </li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li>Use a script to poll the server and notify a user if a time limit is present </li>
</ul>
</div>
<div class="failures">
<h4>Common Failures</h4>
<ul>
<li>Using meta redirect with a time limit</li>
<li>Using meta refresh with a time-out</li>
<li>Using server-side techniques to automatically redirect pages after a time-out</li>
<li>Including scrolling content where movement is not essential to the activity without also including a mechanism to pause and restart the content</li>
</ul>
</div>
<h3>Criterion 2.2.2 Pause, Stop, Hide</h3>
<blockquote><p>For moving, blinking, scrolling, or auto-updating information, all of the following are true: (Level A)</p>
<ul>
<li><strong>  Moving, blinking, scrolling:</strong> For any moving, blinking or scrolling information that (1) starts automatically, (2) lasts more than five seconds, and (3) is presented in parallel with other content, there is a mechanism for the user to pause, stop, or hide it unless the movement, blinking, or scrolling is part of an activity where it is essential; and</li>
<li><strong>  Auto-updating:</strong> For any auto-updating information that (1) starts automatically and (2) is presented in parallel with other content, there is a mechanism for the user to pause, stop, or hide it or to control the frequency of the update unless the auto-updating is part of an activity where it is essential.</li>
</ul>
<p>Notes:</p>
<ol>
<li>For requirements related to flickering or flashing content, refer to Guideline 2.3.</li>
<li>Since any content that does not meet this success criterion can interfere with a user&#8217;s ability to use the whole page, <strong>all content on the Web page</strong> (whether it is used to meet other success criteria or not) must meet this success criterion. </li>
<li>Content that is updated periodically by software or that is streamed to the user agent is not required to preserve or present information that is generated or received between the initiation of the pause and resuming presentation, as this may not be technically possible, and in many situations could be misleading to do so.</li>
<li> An animation that occurs as part of a preload phase or similar situation can be considered essential if interaction cannot occur during that phase for all users and if not indicating progress could confuse users or cause them to think that content was frozen or broken.</li>
</ol>
</blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Allowing the content to be paused and restarted from where it was paused </li>
<li>Use script to scroll content, and providing a mechanism to pause it </li>
<li>Creatie content that blinks for less than 5 seconds</li>
<li>Use a technology to include blinking content that can be turned off via the user agent</li>
<li>Set animated gif images to stop blinking after n cycles (within 5 seconds)</li>
<li>Use scripts to control blinking and stop it in five seconds or less (Scripting)</li>
<li>Use a control in the Web page that stops moving, blinking, or auto-updating content</li>
<li>Provide a link, button, or other mechanism that reloads the page without any blinking content </li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li>Provide a mechanism to stop all content that blinks within a Web page</li>
<li> Provide the user with a means to stop moving content even if it stops automatically within 5 seconds</li>
</ul>
</div>
<div class="failures">
<h4>Common Failures</h4>
<ul>
<li>including scrolling content where movement is not essential to the activity without also including a mechanism to pause and restart the content</li>
<li>using the blink element</li>
<li>using text-decoration:blink without a mechanism to stop it in less than five seconds</li>
<li>a script that causes a blink effect without a mechanism to stop the blinking at 5 seconds or les</li>
<li>an object or applet, such as Java or Flash, that has blinking content without a mechanism to pause the content that blinks for more than five seconds </li>
</ul>
</div>
<h3>Criterion 2.2.3 No Timing</h3>
<blockquote><p>Timing is not an essential part of the event or activity presented by the content, except for non-interactive synchronized media and real-time events. (Level AAA) </p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Allow users to complete an activity without any time limit </li>
</ul>
</div>
<h3>Criterion 2.2.4 Interruptions</h3>
<blockquote><p>Interruptions can be postponed or suppressed by the user, except interruptions involving an emergency. (Level AAA) </p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Provide a mechanism to postpone any updating of content </li>
<li>Provide a mechanism to request an update of the content instead of updating automatically</li>
<li>Use scripts to make nonessential alerts optional (Scripting)</li>
</ul>
</div>
<div class="failures">
<h4>Common Failures</h4>
<ul>
<li>Using meta redirect with a time limit </li>
<li>Using meta refresh with a time-out </li>
</ul>
</div>
<h3>Criterion 2.2.5 Re-authenticating</h3>
<blockquote><p>When an authenticated session expires, the user can continue the activity without loss of data after re-authenticating. (Level AAA) </p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<p>Provide options to continue without loss of data:</p>
<ul>
<li>Saving data so that it can be used after a user re-authenticates; or </li>
<li>Encoding user data as hidden or encrypted data in a re-authorization page</li>
</ul>
</div>
<div class="failures">
<h4>Common Failures</h4>
<ul>
<li>Having a session time limit without a mechanism for saving user&#8217;s input and re-establishing that information upon re-authentication</li>
</ul>
</div>
<h3 class="sources">More info</h3>
<ul class="sources">
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvdGltZS1saW1pdHMuaHRtbA==">Understanding  Guideline 2.2</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvdGltZS1saW1pdHMtcmVxdWlyZWQtYmVoYXZpb3JzLmh0bWw=">Understanding Success Criterion 2.2.1  [Timing Adjustable]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvdGltZS1saW1pdHMtcGF1c2UuaHRtbA==">Understanding Success Criterion 2.2.2  [Pause, Stop, Hide]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvdGltZS1saW1pdHMtbm8tZXhjZXB0aW9ucy5odG1s">Understanding Success Criterion 2.2.3  [No Timing]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvdGltZS1saW1pdHMtcG9zdHBvbmVkLmh0bWw=">Understanding Success Criterion 2.2.4  [Interruptions]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAvdGltZS1saW1pdHMtc2VydmVyLXRpbWVvdXQuaHRtbA==">Understanding Success Criterion 2.2.5  [Re-authenticating]</a></li>
</ul>
 <img src="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=249" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.oneguidelineaday.com/principle-2-operable/dont-hurry-up-anyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guideline 2.1: Don&#8217;t forget users without a pointer</title>
		<link>http://www.oneguidelineaday.com/principle-2-operable/guideline-21-dont-forget-users-without-a-pointer/</link>
		<comments>http://www.oneguidelineaday.com/principle-2-operable/guideline-21-dont-forget-users-without-a-pointer/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 14:03:39 +0000</pubDate>
		<dc:creator>Olga Revilla</dc:creator>
				<category><![CDATA[Principle 2: Operable]]></category>

		<guid isPermaLink="false">http://www.oneguidelineaday.com/?p=234</guid>
		<description><![CDATA[Make all functionality available from a keyboard

When a functionality can be achieved using only the keyboard, other input devices can be used. But, if you use only a mouse or a speech input, assistive technologies will find it difficult to operate it.
Obviously, you can use another input devices to complement the keyboard, and even you [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="guideline"><p>Make all functionality available from a keyboard</p>
</blockquote>
<p>When a functionality can be achieved using only the keyboard, other input devices can be used. But, if you use only a mouse or a speech input, assistive technologies will find it difficult to operate it.</p>
<p>Obviously, you can use another input devices to complement the keyboard, and even you are encouraged to do it, but don&#8217;t forget that every feature must be operable by a keyboard input.</p>
<h3> Criterion 2.1.1 Keyboard</h3>
<blockquote><p>All functionality of the content is operable through a keyboard interface without requiring specific timings for individual keystrokes, except where the underlying function requires input that depends on the path of the user&#8217;s movement and not just the endpoints. (Level A)</p>
<ul>
<li>The exception is about the underlying function, not the input technique. For example, if using handwriting to enter text, the input technique (handwriting) requires path-dependent input but the underlying function (text input) does not.</li>
<li>This does not forbid and should not discourage providing mouse input or other input methods in addition to keyboard operation.</li>
</ul>
</blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Ensure keyboard control by using HTML form controls and links </li>
<li>Provide keyboard-triggered event handlers using both keyboard and other device-specific functions, making actions keyboard accessible by using the onclick event of anchors and buttons, or using redundant keyboard and mouse event handlers</li>
</ul>
<h4>Additional, Advisory Techniques</h4>
<ul>
<li>Use XHTML role, state, and value attributes if repurposing static elements as interactive user interface components and add keyboard-accessible actions to static HTML elements</li>
<li>Provide keyboard shortcuts to important links and form controls</li>
<li>Use unique letter combinations to begin each item of a list </li>
<li>Choose the most abstract event handler</li>
<li>Use the onactivate event</li>
<li>Avoid use of common user-agent keyboard commands for other purposes</li>
</ul>
</div>
<div class="failures">
<h4>Common Failures</h4>
<ul>
<li>using only pointing-device-specific event handlers (including gesture) for a function</li>
<li>using script to remove focus when focus is received</li>
<li>using scripting events to emulate links in a way that is not programmatically determinable</li>
</ul>
</div>
<h3>Criterion 2.1.2 No Keyboard Trap</h3>
<blockquote><p>If keyboard focus can be moved to a component of the page using a keyboard interface, then focus can be moved away from that component using only a keyboard interface, and, if it requires more than unmodified arrow or tab keys or other standard exit methods, the user is advised of the method for moving focus away. (Level A)</p>
<ul>
<li>Since any content that does not meet this success criterion can interfere with a user&#8217;s ability to use the whole page, all content on the Web page (whether it is used to meet other success criteria or not) must meet this success criterion.</li>
</ul>
</blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<ul>
<li>Ensure that users are not trapped in content</li>
</ul>
</div>
<div class="failures">
<h4>Common Failures</h4>
<ul>
<li>Combining multiple content formats in a way that traps users inside one format type</li>
</ul>
</div>
<h3>Criterion 2.1.3 Keyboard (No Exception)</h3>
<blockquote><p>All functionality of the content is operable through a keyboard interface without requiring specific timings for individual keystrokes. (Level AAA) </p></blockquote>
<div class="howto">
<h4>How to. Mandatory techniques</h4>
<p>This is the same as Success Criterion 2.1.1, but no exceptions are allowed. Just follow techniques for it. If there is a requirement for analog, time-dependent input, then it is not possible to meet this Criterion.
</p></div>
<h3 class="source">More info</h3>
<ul class="source">
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAva2V5Ym9hcmQtb3BlcmF0aW9uLmh0bWw=">Understanding Guideline 2.1</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAva2V5Ym9hcmQtb3BlcmF0aW9uLWtleWJvYXJkLW9wZXJhYmxlLmh0bWw=">Understanding Success Criterion 2.1.1 [Keyboard]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAva2V5Ym9hcmQtb3BlcmF0aW9uLXRyYXBwaW5nLmh0bWw=">Understanding Success Criterion 2.1.2 [No Keyboard Trap]</a></li>
<li><a href="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53My5vcmcvVFIvVU5ERVJTVEFORElORy1XQ0FHMjAva2V5Ym9hcmQtb3BlcmF0aW9uLWFsbC1mdW5jcy5odG1s">Understanding Success Criterion 2.1.3 [Keyboard (No Exception)]</a> </li>
</ul>
 <img src="http://www.oneguidelineaday.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=234" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.oneguidelineaday.com/principle-2-operable/guideline-21-dont-forget-users-without-a-pointer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
