<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for HTML5 Doctor</title>
	
	<link>http://html5doctor.com</link>
	<description>helping you implement HTML5 today</description>
	<lastBuildDate>Sat, 18 May 2013 21:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/HTML5DoctorComments" /><feedburner:info uri="html5doctorcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on How to mark up subheadings, subtitles, alternative titles and taglines by creativehorse</title>
		<link>http://feedproxy.google.com/~r/HTML5DoctorComments/~3/szeNMOZrKB0/</link>
		<dc:creator>creativehorse</dc:creator>
		<pubDate>Sat, 18 May 2013 21:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=5067#comment-34589</guid>
		<description><![CDATA[&lt;strong&gt;nice&lt;/strong&gt;

&lt;i&gt;very&lt;/i&gt;

&lt;i&gt;very&lt;/i&gt;

&lt;strong&gt;&lt;i&gt;GOOD !&lt;/i&gt;&lt;/strong&gt;]]></description>
		<content:encoded><![CDATA[<p><strong>nice</strong></p>
<p><i>very</i></p>
<p><i>very</i></p>
<p><strong><i>GOOD !</i></strong></p>
<img src="http://feeds.feedburner.com/~r/HTML5DoctorComments/~4/szeNMOZrKB0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://html5doctor.com/howto-subheadings/#comment-34589</feedburner:origLink></item>
	<item>
		<title>Comment on The time element (and microformats) by David Knowles</title>
		<link>http://feedproxy.google.com/~r/HTML5DoctorComments/~3/gfwGD5StUMw/</link>
		<dc:creator>David Knowles</dc:creator>
		<pubDate>Sat, 18 May 2013 17:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1293#comment-34585</guid>
		<description><![CDATA[How can I use the time tag to define NOW: the present. 

Currently using the code underneath, but next year this won&#039;t be accurate 

&lt;code&gt;
    &lt;time datetime=&quot;2013&quot;&gt;Present&lt;/time&gt;
&lt;/code&gt;

Looking at the spec, it doesn&#039;t seem possible to define &#039;NOW&#039;. That&#039;s a nuisance. Any ideas on how to approach this?]]></description>
		<content:encoded><![CDATA[<p>How can I use the time tag to define NOW: the present. </p>
<p>Currently using the code underneath, but next year this won&#8217;t be accurate </p>
<p><code><br />
    &lt;time datetime="2013"&gt;Present&lt;/time&gt;<br />
</code></p>
<p>Looking at the spec, it doesn&#8217;t seem possible to define &#8216;NOW&#8217;. That&#8217;s a nuisance. Any ideas on how to approach this?</p>
<img src="http://feeds.feedburner.com/~r/HTML5DoctorComments/~4/gfwGD5StUMw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://html5doctor.com/the-time-element/#comment-34585</feedburner:origLink></item>
	<item>
		<title>Comment on Semantic navigation with the nav element by Travis</title>
		<link>http://feedproxy.google.com/~r/HTML5DoctorComments/~3/9JjJPr6lwO8/</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Fri, 17 May 2013 18:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=473#comment-34563</guid>
		<description><![CDATA[What about adding the role of navigation to the nav element? Is this redundant? Or is it a good practice for the sake of screen readers?]]></description>
		<content:encoded><![CDATA[<p>What about adding the role of navigation to the nav element? Is this redundant? Or is it a good practice for the sake of screen readers?</p>
<img src="http://feeds.feedburner.com/~r/HTML5DoctorComments/~4/9JjJPr6lwO8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://html5doctor.com/nav-element/#comment-34563</feedburner:origLink></item>
	<item>
		<title>Comment on Go offline with application cache by Muhammad Adnan</title>
		<link>http://feedproxy.google.com/~r/HTML5DoctorComments/~3/nNFa7P366Qw/</link>
		<dc:creator>Muhammad Adnan</dc:creator>
		<pubDate>Fri, 17 May 2013 12:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=2729#comment-34555</guid>
		<description><![CDATA[nad and @Cody: I&#039;m looking the same thing

&quot;&quot; I want something like this.
If the user is online, fetch pages from the server.
If the user is offline, fetch pages from the HTML5 App cache.
Can this be done with HTML5. Please comment &quot;&quot;]]></description>
		<content:encoded><![CDATA[<p>nad and @Cody: I&#8217;m looking the same thing</p>
<p>&#8220;&#8221; I want something like this.<br />
If the user is online, fetch pages from the server.<br />
If the user is offline, fetch pages from the HTML5 App cache.<br />
Can this be done with HTML5. Please comment &#8220;&#8221;</p>
<img src="http://feeds.feedburner.com/~r/HTML5DoctorComments/~4/nNFa7P366Qw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://html5doctor.com/go-offline-with-application-cache/#comment-34555</feedburner:origLink></item>
	<item>
		<title>Comment on How to mark up subheadings, subtitles, alternative titles and taglines by Niels Matthijs</title>
		<link>http://feedproxy.google.com/~r/HTML5DoctorComments/~3/pklTqdAPaEo/</link>
		<dc:creator>Niels Matthijs</dc:creator>
		<pubDate>Thu, 16 May 2013 16:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=5067#comment-34544</guid>
		<description><![CDATA[Wow, never really knew that changing the css display property of a span would even affect AT users, that is definitely good to know.

Still feels a bit like cheating though, because a span with display:block is really just a div, so why not use a div instead (I know, the spec doesn&#039;t allow it, but clearly that rule is a bit too strict).]]></description>
		<content:encoded><![CDATA[<p>Wow, never really knew that changing the css display property of a span would even affect AT users, that is definitely good to know.</p>
<p>Still feels a bit like cheating though, because a span with display:block is really just a div, so why not use a div instead (I know, the spec doesn&#8217;t allow it, but clearly that rule is a bit too strict).</p>
<img src="http://feeds.feedburner.com/~r/HTML5DoctorComments/~4/pklTqdAPaEo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://html5doctor.com/howto-subheadings/#comment-34544</feedburner:origLink></item>
	<item>
		<title>Comment on HTML5 Custom Data Attributes (data-*) by Martin Rohwedder</title>
		<link>http://feedproxy.google.com/~r/HTML5DoctorComments/~3/JvSwhuYrkFs/</link>
		<dc:creator>Martin Rohwedder</dc:creator>
		<pubDate>Thu, 16 May 2013 15:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1874#comment-34543</guid>
		<description><![CDATA[Nice explanation thank you!]]></description>
		<content:encoded><![CDATA[<p>Nice explanation thank you!</p>
<img src="http://feeds.feedburner.com/~r/HTML5DoctorComments/~4/JvSwhuYrkFs" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://html5doctor.com/html5-custom-data-attributes/#comment-34543</feedburner:origLink></item>
	<item>
		<title>Comment on Native Drag and Drop by sylvain</title>
		<link>http://feedproxy.google.com/~r/HTML5DoctorComments/~3/PFLxtv-ooVU/</link>
		<dc:creator>sylvain</dc:creator>
		<pubDate>Thu, 16 May 2013 07:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=397#comment-34535</guid>
		<description><![CDATA[Hello,

I checked &quot;drag icon&quot; demo on different browsers. It works fine for most of them except for IE10. 
on IE10, default image is used (instead of twitter icon). So, it seems setDragImage is inoperative for IE. Am I wrong ? Which workaround can be used for IE ? any idea ?

Thank you for this article

Best Regards
Sylvain]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I checked &#8220;drag icon&#8221; demo on different browsers. It works fine for most of them except for IE10.<br />
on IE10, default image is used (instead of twitter icon). So, it seems setDragImage is inoperative for IE. Am I wrong ? Which workaround can be used for IE ? any idea ?</p>
<p>Thank you for this article</p>
<p>Best Regards<br />
Sylvain</p>
<img src="http://feeds.feedburner.com/~r/HTML5DoctorComments/~4/PFLxtv-ooVU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://html5doctor.com/native-drag-and-drop/#comment-34535</feedburner:origLink></item>
	<item>
		<title>Comment on Storing Data the Simple HTML5 Way (and a few tricks you might not have known) by Halcyon</title>
		<link>http://feedproxy.google.com/~r/HTML5DoctorComments/~3/qSWW3MOhup0/</link>
		<dc:creator>Halcyon</dc:creator>
		<pubDate>Wed, 15 May 2013 18:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=3600#comment-34522</guid>
		<description><![CDATA[Good article, helped me get started on using web storage quickly!
Thanks.]]></description>
		<content:encoded><![CDATA[<p>Good article, helped me get started on using web storage quickly!<br />
Thanks.</p>
<img src="http://feeds.feedburner.com/~r/HTML5DoctorComments/~4/qSWW3MOhup0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://html5doctor.com/storing-data-the-simple-html5-way-and-a-few-tricks-you-might-not-have-known/#comment-34522</feedburner:origLink></item>
	<item>
		<title>Comment on September HTML5 spec changes by Roy</title>
		<link>http://feedproxy.google.com/~r/HTML5DoctorComments/~3/r0g_ot9VKyk/</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Wed, 15 May 2013 14:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=911#comment-34519</guid>
		<description><![CDATA[I&#039;m sad that there hasn&#039;t really been any clear winner for how to mark up a dialog.  I&#039;m not even talking creating new elements for this purpose, but just using a p tag doesn&#039;t quite work either.

I suppose if I had to pick one of the options here, it&#039;d be to go with the &quot;&lt;cite&gt;&quot; element even though it&#039;s not necessarily prescribed in html5.  But I still can&#039;t help thinking that marking up people&#039;s names is so woefully unassisted by elements, yet we have to do it all the time.  Why haven&#039;t we arrived at a better solution?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m sad that there hasn&#8217;t really been any clear winner for how to mark up a dialog.  I&#8217;m not even talking creating new elements for this purpose, but just using a p tag doesn&#8217;t quite work either.</p>
<p>I suppose if I had to pick one of the options here, it&#8217;d be to go with the &#8220;<cite>&#8221; element even though it&#8217;s not necessarily prescribed in html5.  But I still can&#8217;t help thinking that marking up people&#8217;s names is so woefully unassisted by elements, yet we have to do it all the time.  Why haven&#8217;t we arrived at a better solution?</cite></p>
<img src="http://feeds.feedburner.com/~r/HTML5DoctorComments/~4/r0g_ot9VKyk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://html5doctor.com/september-html5-spec-changes/#comment-34519</feedburner:origLink></item>
	<item>
		<title>Comment on Document Outlines by Matthew Trow</title>
		<link>http://feedproxy.google.com/~r/HTML5DoctorComments/~3/34V81iLt_mc/</link>
		<dc:creator>Matthew Trow</dc:creator>
		<pubDate>Wed, 15 May 2013 12:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=3433#comment-34517</guid>
		<description><![CDATA[Always using  in a section heading presents somewhat of a problem from a visual CSS perspective, making it an unrealistic option.

If a main section has an  tag, with a specific font-weight and size, generally, each child section would have a visual representation that it&#039;s a sibling - normally a smaller font size and/or have less weight.

Therefore it makes a great deal more sense to continue to use the heading tags h1 through to h6 appropriately.]]></description>
		<content:encoded><![CDATA[<p>Always using  in a section heading presents somewhat of a problem from a visual CSS perspective, making it an unrealistic option.</p>
<p>If a main section has an  tag, with a specific font-weight and size, generally, each child section would have a visual representation that it&#8217;s a sibling &#8211; normally a smaller font size and/or have less weight.</p>
<p>Therefore it makes a great deal more sense to continue to use the heading tags h1 through to h6 appropriately.</p>
<img src="http://feeds.feedburner.com/~r/HTML5DoctorComments/~4/34V81iLt_mc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://html5doctor.com/outlines/#comment-34517</feedburner:origLink></item>
</channel>
</rss><!-- Dynamic page generated in 0.341 seconds. --><!-- Cached page generated by WP-Super-Cache on 2013-05-19 03:29:34 -->
