<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://groups.drupal.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>HTML Working Group</title>
 <link>http://groups.drupal.org/html-working-group</link>
 <description>A group focused on improving semantics of the default markup generated by core.</description>
 <language>en</language>
<item>
 <title>Lists vs. Divs</title>
 <link>http://groups.drupal.org/node/10313</link>
 <description>&lt;p&gt;So I took a look at the &lt;a href=&quot;http://groups.drupal.org/node/6355&quot;&gt;Drupal Markup Style Guidelines&lt;/a&gt; and one passage got me thinking.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
If you&#039;re in doubt, put it in a div (and give it classes).&lt;/p&gt;
&lt;p&gt;Don&#039;t leave content adrift on the page with no mark-up at all. Every chunk of html whether in a tpl file or a theme function should have a root DOM element. For module developers this is a div 95% of the time. In page.tpl.php it&#039;s the  element. (or ?)
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;If we are truly looking to create semantic HTML throughout Drupal, many areas would be better served using a ul rather than divs wrapped within divs wrapped within divs. I first became introduced to how useful marking up lists of items as actual lists can be through Andy Clarke&#039;s &lt;a href=&quot;http://www.transcendingcss.com/&quot;&gt;Transcending CSS&lt;/a&gt; and have found it makes html much easier to comprehend when taken out of the context of its attached styles.&lt;/p&gt;
&lt;p&gt;My question, is this really possible to include in Drupal?  I already spit out most of my views as lists, this gets me one step closer, but what about including this into other areas of the markup that are also lists?&lt;/p&gt;
&lt;p&gt;One problem I see is that the default styling for lists is almost completely unusable, so an approach like this would require a certain level of CSS knowledge to begin styling the lists in useful ways.&lt;/p&gt;
&lt;p&gt;Any thoughts?&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/html-working-group&quot;&gt;HTML Working Group&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/10313#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/4647">semantics markup html css</category>
 <group domain="http://groups.drupal.org/html-working-group">HTML Working Group</group>
 <pubDate>Mon, 31 Mar 2008 13:37:35 +0000</pubDate>
 <dc:creator>mrf</dc:creator>
 <guid isPermaLink="false">10313 at http://groups.drupal.org</guid>
</item>
</channel>
</rss>
