<?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: Proposals for changes to lists in HTML 5</title>
	<atom:link href="http://www.brucelawson.co.uk/2008/proposals-changes-to-lists-in-html-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brucelawson.co.uk/2008/proposals-changes-to-lists-in-html-5/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 14:14:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bruce</title>
		<link>http://www.brucelawson.co.uk/2008/proposals-changes-to-lists-in-html-5/comment-page-1/#comment-565680</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Mon, 27 Oct 2008 14:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/?p=845#comment-565680</guid>
		<description>I&#039;ve submitted the proposal to the public-html mailing list. &lt;a href=&quot;http://lists.w3.org/Archives/Public/public-html/2008Oct/0077.html&quot; rel=&quot;nofollow&quot;&gt;Reception is lukewarm&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve submitted the proposal to the public-html mailing list. <a href="http://lists.w3.org/Archives/Public/public-html/2008Oct/0077.html" rel="nofollow">Reception is lukewarm</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Mills</title>
		<link>http://www.brucelawson.co.uk/2008/proposals-changes-to-lists-in-html-5/comment-page-1/#comment-560187</link>
		<dc:creator>Chris Mills</dc:creator>
		<pubDate>Mon, 13 Oct 2008 13:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/?p=845#comment-560187</guid>
		<description>I agree with you here too mate - I certainly can see why we should be allowed to do this. It makes sense in terms of oranization *and* semantics.</description>
		<content:encoded><![CDATA[<p>I agree with you here too mate &#8211; I certainly can see why we should be allowed to do this. It makes sense in terms of oranization *and* semantics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlastairC</title>
		<link>http://www.brucelawson.co.uk/2008/proposals-changes-to-lists-in-html-5/comment-page-1/#comment-559774</link>
		<dc:creator>AlastairC</dc:creator>
		<pubDate>Sun, 12 Oct 2008 18:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/?p=845#comment-559774</guid>
		<description>I&#039;d add that there are problems with the valid current methods: 

Nested lists, or even just headings in lists are very difficult for editors to deal with, both at the technical level (how a WYSIWYG interface works), and how end-users think about it.

Putting a heading inside a list doesn&#039;t make sense to end users, and putting block elements in a list item seems difficult for things like TinyMCE to deal with.</description>
		<content:encoded><![CDATA[<p>I&#8217;d add that there are problems with the valid current methods: </p>
<p>Nested lists, or even just headings in lists are very difficult for editors to deal with, both at the technical level (how a WYSIWYG interface works), and how end-users think about it.</p>
<p>Putting a heading inside a list doesn&#8217;t make sense to end users, and putting block elements in a list item seems difficult for things like TinyMCE to deal with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wilcox</title>
		<link>http://www.brucelawson.co.uk/2008/proposals-changes-to-lists-in-html-5/comment-page-1/#comment-558717</link>
		<dc:creator>Matt Wilcox</dc:creator>
		<pubDate>Fri, 10 Oct 2008 11:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/?p=845#comment-558717</guid>
		<description>Hi Bruce,

These all seem like great ideas to me. At the moment the only way to simulate the effect of headers &quot;inside&quot; lists is to use CSS counters to effect the next list, but support for those is flaky at best, and the semantics are actually quite different.

I&#039;d like to be able to do all of the things expressed in your article.</description>
		<content:encoded><![CDATA[<p>Hi Bruce,</p>
<p>These all seem like great ideas to me. At the moment the only way to simulate the effect of headers &#8220;inside&#8221; lists is to use CSS counters to effect the next list, but support for those is flaky at best, and the semantics are actually quite different.</p>
<p>I&#8217;d like to be able to do all of the things expressed in your article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Whittaker</title>
		<link>http://www.brucelawson.co.uk/2008/proposals-changes-to-lists-in-html-5/comment-page-1/#comment-558485</link>
		<dc:creator>Robert Whittaker</dc:creator>
		<pubDate>Thu, 09 Oct 2008 11:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/?p=845#comment-558485</guid>
		<description>I think I&#039;d be in favour of the changes you&#039;re suggesting, since I can see they&#039;d be useful for many real-life examples.

There are two interesting questions that this raises though:

1/ What the difference between an ordered list and a set of numbered paragraphs?

2/ When should the numbers themselves be considered part of the content of a document, rather than part of the styling? (And how should HTML / CSS address this?)</description>
		<content:encoded><![CDATA[<p>I think I&#8217;d be in favour of the changes you&#8217;re suggesting, since I can see they&#8217;d be useful for many real-life examples.</p>
<p>There are two interesting questions that this raises though:</p>
<p>1/ What the difference between an ordered list and a set of numbered paragraphs?</p>
<p>2/ When should the numbers themselves be considered part of the content of a document, rather than part of the styling? (And how should HTML / CSS address this?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.brucelawson.co.uk/2008/proposals-changes-to-lists-in-html-5/comment-page-1/#comment-558179</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 08 Oct 2008 12:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/?p=845#comment-558179</guid>
		<description>I agree wholeheartedly about the headings. I&#039;ve used nested lists with a heading in the parent  to get around this, but it&#039;s clumsy.</description>
		<content:encoded><![CDATA[<p>I agree wholeheartedly about the headings. I&#8217;ve used nested lists with a heading in the parent  to get around this, but it&#8217;s clumsy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

