<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: A Different Approach to Writing CSS</title>
	<atom:link href="http://httpremix.com/different-approach-writing-css/feed" rel="self" type="application/rss+xml" />
	<link>http://httpremix.com/different-approach-writing-css</link>
	<description>Dedicated to the craft of professional web development</description>
	<pubDate>Thu, 09 Sep 2010 11:16:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: jonah ellison</title>
		<link>http://httpremix.com/different-approach-writing-css#comment-23</link>
		<dc:creator>jonah ellison</dc:creator>
		<pubDate>Thu, 09 Oct 2008 22:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/httpremix/?p=9#comment-23</guid>
		<description>99% of one's visitors use a "regular browser."  For accessibility, much more care must be taken, as simply creating ul-li links does not ensure that a screen reader will "skip" them, and other techniques can be used anyway (see http://www.webaim.org/techniques/skipnav/). Lynx will still display the links, only they won't be in bullet form (and let's admit it: using Lynx is a rarity). And links can just be wrapped in a div for advanced styling.</description>
		<content:encoded><![CDATA[<p>99% of one&#8217;s visitors use a &#8220;regular browser.&#8221;  For accessibility, much more care must be taken, as simply creating ul-li links does not ensure that a screen reader will &#8220;skip&#8221; them, and other techniques can be used anyway (see <a href="http://www.webaim.org/techniques/skipnav/" rel="nofollow">http://www.webaim.org/techniques/skipnav/</a>). Lynx will still display the links, only they won&#8217;t be in bullet form (and let&#8217;s admit it: using Lynx is a rarity). And links can just be wrapped in a div for advanced styling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martinique</title>
		<link>http://httpremix.com/different-approach-writing-css#comment-22</link>
		<dc:creator>Martinique</dc:creator>
		<pubDate>Tue, 07 Oct 2008 21:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/httpremix/?p=9#comment-22</guid>
		<description>Using list elements to build navigation menus is not really waste of HTML, because not everybody uses a regular browser. Screen readers, for example, can skip a ul-based list of boring navigational links and move on to your actual content quite easily, while your div-based approach would probably force the listener to hear them on every one of your pages. A non-CSS browser such as Lynx, which is often used for debugging or emergency situations, also benefits from proper use of list elements. Very often links wrapped in list elements are also helpful when doing some more exotic CSS styling.</description>
		<content:encoded><![CDATA[<p>Using list elements to build navigation menus is not really waste of HTML, because not everybody uses a regular browser. Screen readers, for example, can skip a ul-based list of boring navigational links and move on to your actual content quite easily, while your div-based approach would probably force the listener to hear them on every one of your pages. A non-CSS browser such as Lynx, which is often used for debugging or emergency situations, also benefits from proper use of list elements. Very often links wrapped in list elements are also helpful when doing some more exotic CSS styling.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
