<?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: Comic Update: Conversation Sans Semantics</title>
	<atom:link href="http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/</link>
	<description>One nut's look at the world of web design</description>
	<lastBuildDate>Thu, 09 Sep 2010 00:18:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chaals</title>
		<link>http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/comment-page-1/#comment-28308</link>
		<dc:creator>Chaals</dc:creator>
		<pubDate>Mon, 19 Oct 2009 05:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=438#comment-28308</guid>
		<description>The timed-text authoring format that is about a decade too late would have been a good place to sort this out. 

The work began back in the dark ages, around 2000. Many people believed that people who were likely to use semantics worth believing were more likely to have markup quality that could be relied on as an indicator. It seems that such superstitions have been banished along with XHTML2, a preference for politeness in what were then called &quot;the professions&quot;, and other such relics.

It does seem that conversation is a common idiom in many documents (you know, books, comics, and such), and while HTML 5 might be moving from its origins in a way to mark up text there could yet be some value in retaining or improving its capacity to do so.

We shall see how things pan out.</description>
		<content:encoded><![CDATA[<p>The timed-text authoring format that is about a decade too late would have been a good place to sort this out. </p>
<p>The work began back in the dark ages, around 2000. Many people believed that people who were likely to use semantics worth believing were more likely to have markup quality that could be relied on as an indicator. It seems that such superstitions have been banished along with XHTML2, a preference for politeness in what were then called &#8220;the professions&#8221;, and other such relics.</p>
<p>It does seem that conversation is a common idiom in many documents (you know, books, comics, and such), and while HTML 5 might be moving from its origins in a way to mark up text there could yet be some value in retaining or improving its capacity to do so.</p>
<p>We shall see how things pan out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tab Atkins Jr.</title>
		<link>http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/comment-page-1/#comment-27872</link>
		<dc:creator>Tab Atkins Jr.</dc:creator>
		<pubDate>Tue, 06 Oct 2009 16:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=438#comment-27872</guid>
		<description>Ah, excellent, didn&#039;t know about the page on the whatwg wiki for collecting examples of cite-for-names.  I&#039;ve added my employer&#039;s website, since it&#039;s been my practice for years to mark up testimonials with a blockquote/cite pair.</description>
		<content:encoded><![CDATA[<p>Ah, excellent, didn&#8217;t know about the page on the whatwg wiki for collecting examples of cite-for-names.  I&#8217;ve added my employer&#8217;s website, since it&#8217;s been my practice for years to mark up testimonials with a blockquote/cite pair.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhyaniwyn</title>
		<link>http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/comment-page-1/#comment-27441</link>
		<dc:creator>Rhyaniwyn</dc:creator>
		<pubDate>Thu, 24 Sep 2009 15:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=438#comment-27441</guid>
		<description>I frankly felt that dialog was stupid, but after a bit of thought I realized there are some valid points -- HTML is for the web, a lot of conversation takes place on the web in text, and it&#039;s not uncommon to publish that conversation in real-time or in transcripts.  Not to mention a variety of other places dialog appears like scripts and comics.  There&#039;s really plenty of use cases to demonstrate the need for a way to associate a person with a statement, semantically mark up dialog, etc.

I don&#039;t necessarily think that a dialog tag and dt/dd are the best way to do it.  I kind of felt dialog/dt/dd was picked for presentation, not semantics -- the default styling lends itself well to dialog.  But that should be the least consideration.  The only other reason might be that dt/dd encapsulate a name and a statement well.  But that has nothing to do with semantics either.  

I&#039;m also not 100% sure about inventing other new tags as children for a dialog tag either, though I&#039;d personally be willing to entertain ideas.  If a common format could be agreed upon that didn&#039;t seem to have any egregious blind spots (like cite has), I think the spec and HTML semantics would be improved.

Which reminds of the reasons I thought XHTML was going to be the bomb.  The core elements should be semantic but generic because to have truly semantic HTML would require a huge library of tags, many of whom have very limited use cases.  The extensible part...but that&#039;s water under the bridge, isn&#039;t it?

I did not realize dialog and cite were such a sensitive issues until last night/this morning.  I&#039;ve been reading through the HTML5 spec and periodically running up against things that seem counter-intuitive to me.

Small things, really, that I think could be easily fixed.  So I made a resolution to blog about each of them (often by writing I clarify matters to myself).  While I was writing I was googling for other stuff on the subject and came up with a lot of links, including some hilarious discussions in mailing lists.

It makes me a bit nervous, because I frankly can&#039;t see any reasonable basis for the argument that titles should be the only valid content of the cite tag, but I didn&#039;t intially realize that I was treading on sacred ground.

I think we need to break this stuff down into its constituent parts before we charge headlong into  solutions.  But I&#039;m not a person who deals well with conversations of the tone I&#039;ve seen in the mailing lists.  So you won&#039;t see me on there either; I lack the courage.</description>
		<content:encoded><![CDATA[<p>I frankly felt that dialog was stupid, but after a bit of thought I realized there are some valid points &#8212; HTML is for the web, a lot of conversation takes place on the web in text, and it&#8217;s not uncommon to publish that conversation in real-time or in transcripts.  Not to mention a variety of other places dialog appears like scripts and comics.  There&#8217;s really plenty of use cases to demonstrate the need for a way to associate a person with a statement, semantically mark up dialog, etc.</p>
<p>I don&#8217;t necessarily think that a dialog tag and dt/dd are the best way to do it.  I kind of felt dialog/dt/dd was picked for presentation, not semantics &#8212; the default styling lends itself well to dialog.  But that should be the least consideration.  The only other reason might be that dt/dd encapsulate a name and a statement well.  But that has nothing to do with semantics either.  </p>
<p>I&#8217;m also not 100% sure about inventing other new tags as children for a dialog tag either, though I&#8217;d personally be willing to entertain ideas.  If a common format could be agreed upon that didn&#8217;t seem to have any egregious blind spots (like cite has), I think the spec and HTML semantics would be improved.</p>
<p>Which reminds of the reasons I thought XHTML was going to be the bomb.  The core elements should be semantic but generic because to have truly semantic HTML would require a huge library of tags, many of whom have very limited use cases.  The extensible part&#8230;but that&#8217;s water under the bridge, isn&#8217;t it?</p>
<p>I did not realize dialog and cite were such a sensitive issues until last night/this morning.  I&#8217;ve been reading through the HTML5 spec and periodically running up against things that seem counter-intuitive to me.</p>
<p>Small things, really, that I think could be easily fixed.  So I made a resolution to blog about each of them (often by writing I clarify matters to myself).  While I was writing I was googling for other stuff on the subject and came up with a lot of links, including some hilarious discussions in mailing lists.</p>
<p>It makes me a bit nervous, because I frankly can&#8217;t see any reasonable basis for the argument that titles should be the only valid content of the cite tag, but I didn&#8217;t intially realize that I was treading on sacred ground.</p>
<p>I think we need to break this stuff down into its constituent parts before we charge headlong into  solutions.  But I&#8217;m not a person who deals well with conversations of the tone I&#8217;ve seen in the mailing lists.  So you won&#8217;t see me on there either; I lack the courage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A squirrel has turned me into a cartoon : akamike</title>
		<link>http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/comment-page-1/#comment-27346</link>
		<dc:creator>A squirrel has turned me into a cartoon : akamike</dc:creator>
		<pubDate>Tue, 22 Sep 2009 08:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=438#comment-27346</guid>
		<description>[...] distinguishing features and fashion sense to turn me into a character in his web comic, CSSquirrel. The result is, as ever, [...]</description>
		<content:encoded><![CDATA[<p>[...] distinguishing features and fashion sense to turn me into a character in his web comic, CSSquirrel. The result is, as ever, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Weems</title>
		<link>http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/comment-page-1/#comment-27330</link>
		<dc:creator>Kyle Weems</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=438#comment-27330</guid>
		<description>@Tantek - Thank you for the links and information! I will definitely be visiting the WHATWG wiki in the near future to add to that.</description>
		<content:encoded><![CDATA[<p>@Tantek &#8211; Thank you for the links and information! I will definitely be visiting the WHATWG wiki in the near future to add to that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tantek</title>
		<link>http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/comment-page-1/#comment-27328</link>
		<dc:creator>Tantek</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=438#comment-27328</guid>
		<description>Kyle,

Using the cite element to refer to speakers (not just &quot;works&quot;) has been accepted good semantic (X)HTML practice since at least early 2005. E.g. from one of my presentations:
http://tantek.com/presentations/2005/03/elementsofxhtml/#slide10

Since that time, numerous web designers/developers have used the HTML4 cite element in this way, and thus it makes sense to keep it.

The best approach to encourage this change in HTML5 is perhaps two-fold:

1. Find and document more uses of the cite element to refer to speakers.
2. Document your opinion.

I&#039;ve create a wiki page on the WHATWG wiki to handle both of these, please take a look and add your real world use links and opinions accordingly:

http://wiki.whatwg.org/wiki/Cite_element

Thanks,

Tantek</description>
		<content:encoded><![CDATA[<p>Kyle,</p>
<p>Using the cite element to refer to speakers (not just &#8220;works&#8221;) has been accepted good semantic (X)HTML practice since at least early 2005. E.g. from one of my presentations:<br />
<a href="http://tantek.com/presentations/2005/03/elementsofxhtml/#slide10" rel="nofollow">http://tantek.com/presentations/2005/03/elementsofxhtml/#slide10</a></p>
<p>Since that time, numerous web designers/developers have used the HTML4 cite element in this way, and thus it makes sense to keep it.</p>
<p>The best approach to encourage this change in HTML5 is perhaps two-fold:</p>
<p>1. Find and document more uses of the cite element to refer to speakers.<br />
2. Document your opinion.</p>
<p>I&#8217;ve create a wiki page on the WHATWG wiki to handle both of these, please take a look and add your real world use links and opinions accordingly:</p>
<p><a href="http://wiki.whatwg.org/wiki/Cite_element" rel="nofollow">http://wiki.whatwg.org/wiki/Cite_element</a></p>
<p>Thanks,</p>
<p>Tantek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Weems</title>
		<link>http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/comment-page-1/#comment-27327</link>
		<dc:creator>Kyle Weems</dc:creator>
		<pubDate>Mon, 21 Sep 2009 17:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=438#comment-27327</guid>
		<description>@Erik - Yeah, in the past day or so of catching up on &quot;dt&quot;-related messages on the W3C archives I got the feeling that &quot;good riddance&quot; was the right response to dialog&#039;s departure. But I&#039;m holding out that somehow cite-support will rally.</description>
		<content:encoded><![CDATA[<p>@Erik &#8211; Yeah, in the past day or so of catching up on &#8220;dt&#8221;-related messages on the W3C archives I got the feeling that &#8220;good riddance&#8221; was the right response to dialog&#8217;s departure. But I&#8217;m holding out that somehow cite-support will rally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Vorhes</title>
		<link>http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/comment-page-1/#comment-27326</link>
		<dc:creator>Erik Vorhes</dc:creator>
		<pubDate>Mon, 21 Sep 2009 17:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=438#comment-27326</guid>
		<description>The &lt;code&gt;&lt;dialog&gt;&lt;/code&gt; element was well-intentioned but limiting it to &lt;code&gt;&lt;dt&gt;&lt;/code&gt; and &lt;code&gt;&lt;dd&gt;&lt;/code&gt; children was a mistake (for a variety of reasons, not the least of which is affecting the current approach to &lt;code&gt;&lt;details&gt;&lt;/code&gt; and &lt;code&gt;&lt;figure&gt;&lt;/code&gt;, which &lt;a href=&quot;http://lists.w3.org/Archives/Public/public-html/2009Sep/0780.html&quot; rel=&quot;nofollow&quot;&gt;Tab Atkins Jr. documents&lt;/a&gt;).

That said, good luck getting the WG to allow &lt;code&gt;&lt;cite&gt;&lt;/code&gt; in any context that doesn&#039;t fit with &quot;title of work.&quot; The arguments against expanding its usefulness have gotten increasingly absurd, which suggests they&#039;re beyond listening to reason.</description>
		<content:encoded><![CDATA[<p>The <code>&lt;dialog&gt;</code> element was well-intentioned but limiting it to <code>&lt;dt&gt;</code> and <code>&lt;dd&gt;</code> children was a mistake (for a variety of reasons, not the least of which is affecting the current approach to <code>&lt;details&gt;</code> and <code>&lt;figure&gt;</code>, which <a href="http://lists.w3.org/Archives/Public/public-html/2009Sep/0780.html" rel="nofollow">Tab Atkins Jr. documents</a>).</p>
<p>That said, good luck getting the WG to allow <code>&lt;cite&gt;</code> in any context that doesn&#8217;t fit with &#8220;title of work.&#8221; The arguments against expanding its usefulness have gotten increasingly absurd, which suggests they&#8217;re beyond listening to reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura Carlson (lauracarlson) 's status on Monday, 21-Sep-09 17:33:32 UTC - Identi.ca</title>
		<link>http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/comment-page-1/#comment-27325</link>
		<dc:creator>Laura Carlson (lauracarlson) 's status on Monday, 21-Sep-09 17:33:32 UTC - Identi.ca</dc:creator>
		<pubDate>Mon, 21 Sep 2009 17:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=438#comment-27325</guid>
		<description>[...]  http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/        a few seconds ago  from web [...]</description>
		<content:encoded><![CDATA[<p>[...]  <a href="http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/" rel="nofollow">http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/</a>        a few seconds ago  from web [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
