<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Definition lists &#8211; misused or misunderstood?</title>
	<atom:link href="http://www.maxdesign.com.au/articles/definition/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maxdesign.com.au</link>
	<description></description>
	<lastBuildDate>Sat, 13 Mar 2010 20:05:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Russ</title>
		<link>http://www.maxdesign.com.au/articles/definition/comment-page-1/#comment-1652</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Sun, 28 Feb 2010 10:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=1079#comment-1652</guid>
		<description>@John Snow: you are correct. Instead of using a class, I could have used an adjacent sibling selector.

However, this will not work for earlier versions of IE including 5 and 6. 

(IE6 is more prevalent that some people think - such as Government and large organisations that have locked staff down to IE6). 

Also, this article was written in 2004 when there was no IE7, let alone IE8, so using adjacent sibling selectors at that time, though desirable, was hardly practical if you wanted cross-browser support.

Thanks
Russ</description>
		<content:encoded><![CDATA[<p>@John Snow: you are correct. Instead of using a class, I could have used an adjacent sibling selector.</p>
<p>However, this will not work for earlier versions of IE including 5 and 6. </p>
<p>(IE6 is more prevalent that some people think &#8211; such as Government and large organisations that have locked staff down to IE6). </p>
<p>Also, this article was written in 2004 when there was no IE7, let alone IE8, so using adjacent sibling selectors at that time, though desirable, was hardly practical if you wanted cross-browser support.</p>
<p>Thanks<br />
Russ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Snow</title>
		<link>http://www.maxdesign.com.au/articles/definition/comment-page-1/#comment-1645</link>
		<dc:creator>John Snow</dc:creator>
		<pubDate>Sun, 28 Feb 2010 03:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=1079#comment-1645</guid>
		<description>As an addendum to Style #8, you don&#039;t need a special class (dd.first) for the first definition in a pair of multiples. You can use something like this instead:

dt+dd { border-top: 1px solid #999; }

which will add the style to the first dd that immediately follows any dt. A good way to style existing lists without changing the html; and it also cuts down on using extraneous classes.</description>
		<content:encoded><![CDATA[<p>As an addendum to Style #8, you don&#8217;t need a special class (dd.first) for the first definition in a pair of multiples. You can use something like this instead:</p>
<p>dt+dd { border-top: 1px solid #999; }</p>
<p>which will add the style to the first dd that immediately follows any dt. A good way to style existing lists without changing the html; and it also cuts down on using extraneous classes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2010-02-20 &#171; dstelow notes&#8230;</title>
		<link>http://www.maxdesign.com.au/articles/definition/comment-page-1/#comment-1527</link>
		<dc:creator>links for 2010-02-20 &#171; dstelow notes&#8230;</dc:creator>
		<pubDate>Sat, 20 Feb 2010 23:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=1079#comment-1527</guid>
		<description>[...] Html Definition lists – misused or misunderstood? &#124; Max Design &#8230;What are definition lists? When are they appropriate? And how to style them to look like tables, image galleries, calendar of events and more. (tags: dev web html css design) [...]</description>
		<content:encoded><![CDATA[<p>[...] Html Definition lists – misused or misunderstood? | Max Design &#8230;What are definition lists? When are they appropriate? And how to style them to look like tables, image galleries, calendar of events and more. (tags: dev web html css design) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
