<?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>TheAccessPond.com &#187; Search Results  &#187;  testing style sheets</title>
	<atom:link href="http://theaccesspond.com/?s=testing%20style%20sheets&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://theaccesspond.com</link>
	<description>Making Accessibility A Reality!</description>
	<lastBuildDate>Thu, 25 Mar 2010 22:13:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Testing Style Sheets</title>
		<link>http://theaccesspond.com/2008/01/09/testing-style-sheets/</link>
		<comments>http://theaccesspond.com/2008/01/09/testing-style-sheets/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 04:13:28 +0000</pubDate>
		<dc:creator>Mike Adams</dc:creator>
				<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://bayfirst.com/accessblog/?p=6</guid>
		<description><![CDATA[Testing Style Sheets is the easy part, figuring how to do it can take a little more time.  I’ll do my best with this blog to keep things simple so you can help make your web based product accessible and show you how you can test it.  Cascading Style Sheets or CSS is a very [...]]]></description>
			<content:encoded><![CDATA[<p>Testing Style Sheets is the easy part, figuring how to do it can take a little more time.  I’ll do my best with this blog to keep things simple so you can help make your web based product accessible and show you how you can test it.<span>  </span>Cascading Style Sheets or CSS is a very common technique used in web page development.<span>  </span>With a single CSS, fonts, colors, layout, etc… can be defined saving time and energy in web page creation.<span>  </span>The purpose of our blog is to focus on accessibility issues for users ranging from mom and dad at home to the developers themselves.<span>  </span>Testing Style Sheets is probably less relevant to mom and dad and more focused on a web developer and the test staff to verify that by using CSS the web page is still accessible to those with disabilities. </p>
<p class="snap_preview"><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'">Fortune 500 companies and the kids at home that all create web pages do it differently, but there is no authority to make them do it right.<span>  </span>The closest we can get are regulations such as the federal governments Section 508 Subpart B, more specifically 1194.22 that regulate web-based intranet and internet information and applications, in use by the federal government.<span>   </span></span><span style="font-family: 'Georgia','serif'"> </span></p>
<p><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'">1194.22(d) is the Section 508 subpart that deals with Style Sheets and to summarize, it basically states that pages must be readable without requiring an associated style sheet.<span>  </span>To make it simpler it means that the same content and functionality must be present with style sheet support disabled in the web browser.</span><span style="font-family: 'Georgia','serif'"> </span></p>
<p><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'">For a web developer or tester what can be done to verify this?<span>  </span>This is somewhat dependent on the browser and version being used.<span>  </span>Internet Explorer and Firefox are probably the most common web browsers so I’ll address how to disable CSS in them.<span>  </span></span><span style="font-family: 'Georgia','serif'"> </span></p>
<p><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'"></span><strong><span style="font-family: 'Georgia','serif'">Disable CSS in Firefox</span></strong></p>
<ol>
<li><span style="font-family: 'Georgia','serif'">Select “View”</span></li>
<li><span style="font-family: 'Georgia','serif'">Choose “Page Style”</span></li>
<li><span style="font-family: 'Georgia','serif'">Select “No Style”</span><span style="font-family: 'Georgia','serif'"> </span></li>
</ol>
<p><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'"></span><strong><span style="font-family: 'Georgia','serif'">Disable CSS in IE (IE 3.x and older)</span></strong></p>
<ol>
<li><span style="font-family: 'Georgia','serif'">Select “Edit”</span></li>
<li><span style="font-family: 'Georgia','serif'">Select “Preferences”</span></li>
<li><span style="font-family: 'Georgia','serif'">Choose “Web Browser”</span></li>
<li><span style="font-family: 'Georgia','serif'">Choose “Web Content”</span></li>
<li><span style="font-family: 'Georgia','serif'">Deselect “Show Style Sheets”</span></li>
<li><span style="font-family: 'Georgia','serif'">Select “OK”</span><strong><span style="font-family: 'Georgia','serif'"> </span></strong></li>
</ol>
<p><strong><span style="font-family: 'Georgia','serif'"></span></strong><strong><span style="font-family: 'Georgia','serif'"></span></strong><strong><span style="font-family: 'Georgia','serif'">Disable CSS in IE (IE 5.x and newer)<span>  </span>***This will be most cases***</span></strong><span style="font-family: 'Georgia','serif'">A quick snippet on this is that IE removed the ability to disable CSS in these versions.<span>  </span>The only option to disable this would be to do a simple registry edit that can be seen at <a href="http://support.microsoft.com/kb/183717"><span><font color="#800080">http://support.microsoft.com/kb/183717</font></span></a>.</span><span style="font-family: 'Georgia','serif'"> </span></p>
<p><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'">Having now disabled CSS in your browser you can see by opening a web page that it may appear very differently.<span>  </span>However for persons that cannot see the screen, its appearance is irrelevant and the page needs to function the same.<span>  </span>This also allows the use of screen readers such as JAWS to essentially read the page to the user properly, www.google.com is a very good and simple example of this.</span><span style="font-family: 'Georgia','serif'"> </span></p>
<p><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'"></span><strong><span style="font-family: 'Georgia','serif'">Sample Test Case:</span></strong></p>
<ol>
<li><span style="font-family: 'Georgia','serif'">Disable style sheet support in your browser.</span></li>
<li><span style="font-family: 'Georgia','serif'">Inspect web page visually and with an AT (Assistive Technology such as a screen reader) to be sure all relevant content is still available and functional.</span></li>
</ol>
<p><span style="font-family: 'Georgia','serif'"></span><strong><span style="font-family: 'Georgia','serif'">Pass/Fail Criteria for Sample Test Case:</span></strong></p>
<p><strong><span style="font-family: 'Georgia','serif'"></span></strong><strong><span style="font-family: 'Georgia','serif'">Pass:</span></strong></p>
<ol>
<li><span style="font-family: 'Georgia','serif'">All information on the webpage is readable both visually and with AT, and no content or functionality is lost when the style sheet support is unavailable.</span><span style="font-family: 'Georgia','serif'"> </span></li>
</ol>
<p><span style="font-family: 'Georgia','serif'"></span><strong><span style="font-family: 'Georgia','serif'">Fail:</span></strong></p>
<ol>
<li class="MsoNormal"><span style="font-family: 'Georgia','serif'">Any content on the webpage is missing or unreadable via AT when the style sheet is turned off.</span></li>
</ol>
<p><span style="font-family: 'Georgia','serif'"></span></p>
<p><span style="font-family: 'Georgia','serif'"> </span><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'">The best and quickest way to test this page now is to try using a screen reader and/or keyboard only functionality to verify that all links, buttons, text fields, etc. still function properly as described above in the Sample Test Case section.</span><span style="font-family: 'Georgia','serif'"></span></p>
<p style="margin: 0px 0px 10pt" class="MsoNormal"><span style="font-family: 'Georgia','serif'">Accessibility is something that really should be built in to every web page and application being created.<span>  </span>It is simple to do and markets a company to a larger audience.<span>  </span>As a computer user, web surfer, IT professional, etc… I believe its one thing to tell people they should be doing something, it’s another to show them how to do it.</span></p>
<p class="postmetadata alt"><small>This entry was posted on November 13, 2007 at 4:10 pm and is filed under <a rel="category tag" href="http://wordpress.com/tag/testing/" title="View all posts in Testing"><font color="#0066cc">Testing</font></a>. Tagged: <a rel="tag" href="http://wordpress.com/tag/508/"><font color="#0066cc">508</font></a>, <a rel="tag" href="http://wordpress.com/tag/accessibility/"><font color="#0066cc">accessibility</font></a>, <a rel="tag" href="http://wordpress.com/tag/css/"><font color="#0066cc">CSS</font></a>, <a rel="tag" href="http://wordpress.com/tag/disable/"><font color="#0066cc">disable</font></a>, <a rel="tag" href="http://wordpress.com/tag/firefox/"><font color="#0066cc">Firefox</font></a>, <a rel="tag" href="http://wordpress.com/tag/ie/"><font color="#0066cc">IE</font></a>, <a rel="tag" href="http://wordpress.com/tag/jaws/"><font color="#0066cc">jaws</font></a>, <a rel="tag" href="http://wordpress.com/tag/screen-reader/"><font color="#0066cc">screen reader</font></a>, <a rel="tag" href="http://wordpress.com/tag/style-sheets/"><font color="#0066cc">style sheets</font></a>, <a rel="tag" href="http://wordpress.com/tag/test/"><font color="#0066cc">test</font></a>. You can follow any responses to this entry through the <a href="http://bayfirstaccessibility.wordpress.com/2007/11/13/testing-style-sheets/feed/"><font color="#0066cc">RSS 2.0</font></a> feed. You can <a href="http://bayfirstaccessibility.wordpress.com/2007/11/13/testing-style-sheets/#respond"><font color="#0066cc">leave a response</font></a>, or <a rel="trackback" href="http://bayfirstaccessibility.wordpress.com/2007/11/13/testing-style-sheets/trackback/"><font color="#0066cc">trackback</font></a> from your own site. </small></p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2008/01/09/testing-style-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Style Sheets</title>
		<link>http://theaccesspond.com/2007/11/13/testing-style-sheets-2/</link>
		<comments>http://theaccesspond.com/2007/11/13/testing-style-sheets-2/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 16:10:07 +0000</pubDate>
		<dc:creator>Mike Adams</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[508]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[JAWs]]></category>
		<category><![CDATA[screen reader]]></category>
		<category><![CDATA[style sheets]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://bayfirstaccessibility.wordpress.com/2007/11/13/testing-style-sheets/</guid>
		<description><![CDATA[Testing Style Sheets is the easy part, figuring how to do it can take a little more time.  I’ll do my best with this blog to keep things simple so you can help make your web based product accessible and show you how you can test it.  Cascading Style Sheets or CSS is a very [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:'Georgia','serif';">Testing Style Sheets is the easy part, figuring how to do it can take a little more time.  I’ll do my best with this blog to keep things simple so you can help make your web based product accessible and show you how you can test it.<span>  </span>Cascading Style Sheets or CSS is a very common technique used in web page development.<span>  </span>With a single CSS, fonts, colors, layout, etc… can be defined saving time and energy in web page creation.<span>  </span>The purpose of our blog is to focus on accessibility issues for users ranging from mom and dad at home to the developers themselves.<span>  </span>Testing Style Sheets is probably less relevant to mom and dad and more focused on a web developer and the test staff to verify that by using CSS the web page is still accessible to those with disabilities. </span><span style="font-family:'Georgia','serif';"> </span></p>
<p><span style="font-family:'Georgia','serif';"></span><span style="font-family:'Georgia','serif';">Fortune 500 companies and the kids at home that all create web pages do it differently, but there is no authority to make them do it right.<span>  </span>The closest we can get are regulations such as the federal governments Section 508 Subpart B, more specifically 1194.22 that regulate web-based intranet and internet information and applications, in use by the federal government.<span>   </span></span><span style="font-family:'Georgia','serif';"> </span></p>
<p><span style="font-family:'Georgia','serif';"></span><span style="font-family:'Georgia','serif';">1194.22(d) is the Section 508 subpart that deals with Style Sheets and to summarize, it basically states that pages must be readable without requiring an associated style sheet.<span>  </span>To make it simpler it means that the same content and functionality must be present with style sheet support disabled in the web browser.</span><span style="font-family:'Georgia','serif';"> </span></p>
<p><span style="font-family:'Georgia','serif';"></span><span style="font-family:'Georgia','serif';">For a web developer or tester what can be done to verify this?<span>  </span>This is somewhat dependent on the browser and version being used.<span>  </span>Internet Explorer and Firefox are probably the most common web browsers so I’ll address how to disable CSS in them.<span>  </span></span><span style="font-family:'Georgia','serif';"> </span></p>
<p><span style="font-family:'Georgia','serif';"></span><span style="font-family:'Georgia','serif';"></span><strong><span style="font-family:'Georgia','serif';">Disable CSS in Firefox</span></strong></p>
<ol>
<li><span style="font-family:'Georgia','serif';">Select “View”</span></li>
<li><span style="font-family:'Georgia','serif';">Choose “Page Style”</span></li>
<li><span style="font-family:'Georgia','serif';">Select “No Style”</span><span style="font-family:'Georgia','serif';"> </span></li>
</ol>
<p><span style="font-family:'Georgia','serif';"></span><span style="font-family:'Georgia','serif';"></span><strong><span style="font-family:'Georgia','serif';">Disable CSS in IE (IE 3.x and older)</span></strong></p>
<ol>
<li><span style="font-family:'Georgia','serif';">Select “Edit”</span></li>
<li><span style="font-family:'Georgia','serif';">Select “Preferences”</span></li>
<li><span style="font-family:'Georgia','serif';">Choose “Web Browser”</span></li>
<li><span style="font-family:'Georgia','serif';">Choose “Web Content”</span></li>
<li><span style="font-family:'Georgia','serif';">Deselect “Show Style Sheets”</span></li>
<li><span style="font-family:'Georgia','serif';">Select “OK”</span><strong><span style="font-family:'Georgia','serif';"> </span></strong></li>
</ol>
<p><strong><span style="font-family:'Georgia','serif';"></span></strong><strong><span style="font-family:'Georgia','serif';"></span></strong><strong><span style="font-family:'Georgia','serif';">Disable CSS in IE (IE 5.x and newer)<span>  </span>***This will be most cases***</span></strong><span style="font-family:'Georgia','serif';">A quick snippet on this is that IE removed the ability to disable CSS in these versions.<span>  </span>The only option to disable this would be to do a simple registry edit that can be seen at <a href="http://support.microsoft.com/kb/183717"><span><font color="#800080">http://support.microsoft.com/kb/183717</font></span></a>.</span><span style="font-family:'Georgia','serif';"> </span></p>
<p><span style="font-family:'Georgia','serif';"></span><span style="font-family:'Georgia','serif';"></span><span style="font-family:'Georgia','serif';">Having now disabled CSS in your browser you can see by opening a web page that it may appear very differently.<span>  </span>However for persons that cannot see the screen, its appearance is irrelevant and the page needs to function the same.<span>  </span>This also allows the use of screen readers such as JAWS to essentially read the page to the user properly, www.google.com is a very good and simple example of this.</span><span style="font-family:'Georgia','serif';"> </span></p>
<p><span style="font-family:'Georgia','serif';"></span><span style="font-family:'Georgia','serif';"></span><strong><span style="font-family:'Georgia','serif';">Sample Test Case:</span></strong></p>
<ol>
<li><span style="font-family:'Georgia','serif';">Disable style sheet support in your browser.</span></li>
<li><span style="font-family:'Georgia','serif';">Inspect web page visually and with an AT (Assistive Technology such as a screen reader) to be sure all relevant content is still available and functional.</span></li>
</ol>
<p><span style="font-family:'Georgia','serif';"></span><strong><span style="font-family:'Georgia','serif';">Pass/Fail Criteria for Sample Test Case:</span></strong></p>
<p><strong><span style="font-family:'Georgia','serif';"></span></strong><strong><span style="font-family:'Georgia','serif';">Pass:</span></strong></p>
<ol>
<li><span style="font-family:'Georgia','serif';">All information on the webpage is readable both visually and with AT, and no content or functionality is lost when the style sheet support is unavailable.</span><span style="font-family:'Georgia','serif';"> </span></li>
</ol>
<p><span style="font-family:'Georgia','serif';"></span><strong><span style="font-family:'Georgia','serif';">Fail:</span></strong></p>
<ol>
<li class="MsoNormal"><span style="font-family:'Georgia','serif';">Any content on the webpage is missing or unreadable via AT when the style sheet is turned off.</span></li>
</ol>
<p><span style="font-family:'Georgia','serif';"></span></p>
<p><span style="font-family:'Georgia','serif';"> </span><span style="font-family:'Georgia','serif';"></span><span style="font-family:'Georgia','serif';">The best and quickest way to test this page now is to try using a screen reader and/or keyboard only functionality to verify that all links, buttons, text fields, etc. still function properly as described above in the Sample Test Case section.</span><span style="font-family:'Georgia','serif';"></span></p>
<p style="margin:0 0 10pt;" class="MsoNormal"><span style="font-family:'Georgia','serif';">Accessibility is something that really should be built in to every web page and application being created.<span>  </span>It is simple to do and markets a company to a larger audience.<span>  </span>As a computer user, web surfer, IT professional, etc… I believe its one thing to tell people they should be doing something, it’s another to show them how to do it.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2007/11/13/testing-style-sheets-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
