<?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: Is HTML on the web a special case?</title>
	<atom:link href="http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/feed/" rel="self" type="application/rss+xml" />
	<link>http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/</link>
	<description>From an XML geek, a reader, a writer, a connector, a man of the people (says keep hope alive)</description>
	<lastBuildDate>Thu, 25 Feb 2010 05:45:40 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zcorpan</title>
		<link>http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/comment-page-1/#comment-3138</link>
		<dc:creator>zcorpan</dc:creator>
		<pubDate>Sat, 03 Feb 2007 00:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/#comment-3138</guid>
		<description>Test cases often have &quot;completely bizarro markup that no author or tool I can imagine would ever produce&quot;. The purpose of test cases is to test things, not to reflect what authors or tools produce. I didn&#039;t choose which browsers were to be tested; I asked on a forum if people could test their mobiles, so the list of browsers should reflect what people actually use. The &quot;confusion about what browser is really in use&quot; was due to some testers not reporting the UA strings along with their results.

If my research didn&#039;t convince you then I encourage you to do your own research. Henri Sivonen has a more complete set of tests at http://hsivonen.iki.fi/test/mobile/toc.xhtml

Cheers,</description>
		<content:encoded><![CDATA[<p>Test cases often have &#8220;completely bizarro markup that no author or tool I can imagine would ever produce&#8221;. The purpose of test cases is to test things, not to reflect what authors or tools produce. I didn&#8217;t choose which browsers were to be tested; I asked on a forum if people could test their mobiles, so the list of browsers should reflect what people actually use. The &#8220;confusion about what browser is really in use&#8221; was due to some testers not reporting the UA strings along with their results.</p>
<p>If my research didn&#8217;t convince you then I encourage you to do your own research. Henri Sivonen has a more complete set of tests at <a href="http://hsivonen.iki.fi/test/mobile/toc.xhtml" >http://hsivonen.iki.fi/test/mobile/toc.xhtml</a></p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne van Kesteren</title>
		<link>http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/comment-page-1/#comment-3137</link>
		<dc:creator>Anne van Kesteren</dc:creator>
		<pubDate>Sat, 03 Feb 2007 00:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/#comment-3137</guid>
		<description>Micah, ah, that&#039;s certainly true for HTML parsers. If there&#039;s ever an XML 2.0 though with graceful error handling as proposed it will most certainly be able to handle namespaces.

This can&#039;t really be merged with HTML parsing though. Although I suppose parts could be shared.

Regarding mobiles and XHTML. What are you basing your statements on? Mobiles can just as well handle HTML. That they perhaps only support a subset of the elements is a different issue and has not much to do with the syntax you express these features in.</description>
		<content:encoded><![CDATA[<p>Micah, ah, that&#8217;s certainly true for HTML parsers. If there&#8217;s ever an XML 2.0 though with graceful error handling as proposed it will most certainly be able to handle namespaces.</p>
<p>This can&#8217;t really be merged with HTML parsing though. Although I suppose parts could be shared.</p>
<p>Regarding mobiles and XHTML. What are you basing your statements on? Mobiles can just as well handle HTML. That they perhaps only support a subset of the elements is a different issue and has not much to do with the syntax you express these features in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mdubinko</title>
		<link>http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/comment-page-1/#comment-3135</link>
		<dc:creator>mdubinko</dc:creator>
		<pubDate>Fri, 02 Feb 2007 17:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/#comment-3135</guid>
		<description>Hi blog.dlade.net,

Sorry if I wasn&#039;t clear. I wasn&#039;t aiming for a tone of &#039;surprise&#039;. :) My goal is to get lots of folks to look at the issues here, rather than digging in behind one side or the other.

I agree with your premise that &quot;For a mobile developer, there is a clear reward in going with XHTML. You are much less likely to have your page break on a random phone if you stick to XHTML MP than you are if you go with HTML.&quot;

That&#039;s why I disagreed with the methodology of that little mobile experiment I linked to--it&#039;s true that many browsers fail to implement XHTML flawlessly, but despite this, XHTML is still farther ahead in mobile. In that respect, XHTML is living up to it&#039;s goal of enabling smaller, simpler devices. -m</description>
		<content:encoded><![CDATA[<p>Hi blog.dlade.net,</p>
<p>Sorry if I wasn&#8217;t clear. I wasn&#8217;t aiming for a tone of &#8217;surprise&#8217;. :) My goal is to get lots of folks to look at the issues here, rather than digging in behind one side or the other.</p>
<p>I agree with your premise that &#8220;For a mobile developer, there is a clear reward in going with XHTML. You are much less likely to have your page break on a random phone if you stick to XHTML MP than you are if you go with HTML.&#8221;</p>
<p>That&#8217;s why I disagreed with the methodology of that little mobile experiment I linked to&#8211;it&#8217;s true that many browsers fail to implement XHTML flawlessly, but despite this, XHTML is still farther ahead in mobile. In that respect, XHTML is living up to it&#8217;s goal of enabling smaller, simpler devices. -m</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mdubinko</title>
		<link>http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/comment-page-1/#comment-3134</link>
		<dc:creator>mdubinko</dc:creator>
		<pubDate>Fri, 02 Feb 2007 17:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/#comment-3134</guid>
		<description>Hey Anne,

You&#039;re in a better position to answer that than I am. :-) But all the HTML parsing rules I&#039;ve seen have avoided namespaces and URI baggage. At best, they allow meaningless xmlns attributes. (which is a good thing in my book)

This is *probably* a rich enough topic to merit a future article...

Thanks! -m</description>
		<content:encoded><![CDATA[<p>Hey Anne,</p>
<p>You&#8217;re in a better position to answer that than I am. :-) But all the HTML parsing rules I&#8217;ve seen have avoided namespaces and URI baggage. At best, they allow meaningless xmlns attributes. (which is a good thing in my book)</p>
<p>This is *probably* a rich enough topic to merit a future article&#8230;</p>
<p>Thanks! -m</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blog.dlade.net &#187; XHTML adoption in the mobile world</title>
		<link>http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/comment-page-1/#comment-3133</link>
		<dc:creator>blog.dlade.net &#187; XHTML adoption in the mobile world</dc:creator>
		<pubDate>Fri, 02 Feb 2007 13:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/#comment-3133</guid>
		<description>[...] Micah Dubinko mentions with a tone of surprise, both in his article Is XML 2.0 Under Development and in a subsequent blog post, that despite the poor browsers, XHTML adoption is still farther ahead on the mobile web then the desktop web. [...]</description>
		<content:encoded><![CDATA[<p>[...] Micah Dubinko mentions with a tone of surprise, both in his article Is XML 2.0 Under Development and in a subsequent blog post, that despite the poor browsers, XHTML adoption is still farther ahead on the mobile web then the desktop web. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne van Kesteren</title>
		<link>http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/comment-page-1/#comment-3132</link>
		<dc:creator>Anne van Kesteren</dc:creator>
		<pubDate>Fri, 02 Feb 2007 11:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/02/01/is-html-on-the-web-a-special-case/#comment-3132</guid>
		<description>Why wouldn&#039;t it have namespaces? I think it would support the full &quot;infoset&quot; in so far I understand the infoset.</description>
		<content:encoded><![CDATA[<p>Why wouldn&#8217;t it have namespaces? I think it would support the full &#8220;infoset&#8221; in so far I understand the infoset.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
