<?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: The small &amp; hr elements</title>
	<atom:link href="http://html5doctor.com/small-hr-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5doctor.com/small-hr-element/</link>
	<description>helping you implement HTML5 today</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:26:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Chris H</title>
		<link>http://html5doctor.com/small-hr-element/#comment-21346</link>
		<dc:creator>Chris H</dc:creator>
		<pubDate>Sun, 22 Jan 2012 07:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1506#comment-21346</guid>
		<description>Personally, I &lt;em&gt;&lt;em&gt;hate&lt;/em&gt;&lt;/em&gt; using &lt;code&gt;i&lt;/code&gt; and &lt;code&gt;b&lt;/code&gt;, and I &lt;em&gt;hate&lt;/em&gt; it when I see them used incorrectly in someone else&#039;s source. The HTML5 spec isn&#039;t very unambiguous, so I&#039;m always debating with myself which to use. One week I think &lt;code&gt;b&lt;/code&gt; is appropriate, then I think back on it and decide &lt;code&gt;i&lt;/code&gt; is better. They should just get rid of them completely and use &lt;code&gt;span&lt;/code&gt;s for stylistic offset.</description>
		<content:encoded><![CDATA[<p>Personally, I <em></em><em>hate</em> using <code>i</code> and <code>b</code>, and I <em>hate</em> it when I see them used incorrectly in someone else&#8217;s source. The HTML5 spec isn&#8217;t very unambiguous, so I&#8217;m always debating with myself which to use. One week I think <code>b</code> is appropriate, then I think back on it and decide <code>i</code> is better. They should just get rid of them completely and use <code>span</code>s for stylistic offset.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oli Studholme</title>
		<link>http://html5doctor.com/small-hr-element/#comment-18411</link>
		<dc:creator>Oli Studholme</dc:creator>
		<pubDate>Thu, 10 Nov 2011 04:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1506#comment-18411</guid>
		<description>@Mark Boughter — completely agree, but this is what history has given us to work with :) Hopefully the new definition (and this article) will make deciding when to use &lt;code&gt;&lt;hr&gt;&lt;/code&gt; easier.</description>
		<content:encoded><![CDATA[<p>@Mark Boughter — completely agree, but this is what history has given us to work with <img src='http://html5doctor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Hopefully the new definition (and this article) will make deciding when to use <code>&lt;hr></code> easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Boughter</title>
		<link>http://html5doctor.com/small-hr-element/#comment-18401</link>
		<dc:creator>Mark Boughter</dc:creator>
		<pubDate>Thu, 10 Nov 2011 01:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1506#comment-18401</guid>
		<description>I see what you mean.  I suppose my gripe should be with the name of the original tag.  Perhaps it should have been called, more generically, &quot;separator&quot; instead of &quot;hr&quot; in the first place.  

It seems I&#039;ve always incorrectly considered its semantic meaning to be &quot;draw a line here&quot; causing me to avoid its use altogether due to what I considered its presentational nature.  Questions that always came to mind were &quot;is a flourish to be considered a horizontal rule?&quot; and &quot;shouldn&#039;t I just use a border-bottom instead?&quot;.</description>
		<content:encoded><![CDATA[<p>I see what you mean.  I suppose my gripe should be with the name of the original tag.  Perhaps it should have been called, more generically, &#8220;separator&#8221; instead of &#8220;hr&#8221; in the first place.  </p>
<p>It seems I&#8217;ve always incorrectly considered its semantic meaning to be &#8220;draw a line here&#8221; causing me to avoid its use altogether due to what I considered its presentational nature.  Questions that always came to mind were &#8220;is a flourish to be considered a horizontal rule?&#8221; and &#8220;shouldn&#8217;t I just use a border-bottom instead?&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oli Studholme</title>
		<link>http://html5doctor.com/small-hr-element/#comment-18388</link>
		<dc:creator>Oli Studholme</dc:creator>
		<pubDate>Wed, 09 Nov 2011 04:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1506#comment-18388</guid>
		<description>@Mark Boughter — presentational-only elements have been dropped from HTML5 (well, arguably :) If &lt;code&gt;&lt;hr&gt;&lt;/code&gt; didn’t have a semantic meaning it would have been made obsolete. As Alohci points out this is more a (very minor) realigning than a repurposing. Adding new elements is not to be done lightly either — it increases complexity, and requires updates to tools and browsers. Any new element will literally take years to achieve wide native support.

Have you ever used &lt;code&gt;&lt;hr&gt;&lt;/code&gt; when you &lt;em&gt;weren’t&lt;/em&gt; separating this and that? And how should a screen reader convey a “horizontal rule”?</description>
		<content:encoded><![CDATA[<p>@Mark Boughter — presentational-only elements have been dropped from HTML5 (well, arguably <img src='http://html5doctor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If <code>&lt;hr></code> didn’t have a semantic meaning it would have been made obsolete. As Alohci points out this is more a (very minor) realigning than a repurposing. Adding new elements is not to be done lightly either — it increases complexity, and requires updates to tools and browsers. Any new element will literally take years to achieve wide native support.</p>
<p>Have you ever used <code>&lt;hr></code> when you <em>weren’t</em> separating this and that? And how should a screen reader convey a “horizontal rule”?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alohci</title>
		<link>http://html5doctor.com/small-hr-element/#comment-18384</link>
		<dc:creator>Alohci</dc:creator>
		<pubDate>Tue, 08 Nov 2011 22:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1506#comment-18384</guid>
		<description>@Mark 

&lt;blockquote&gt;The &lt;HR&gt; element is a divider between sections of text; &lt;/blockquote&gt;
 - HTML 2.0 Specification

&lt;blockquote&gt;Horizontal rules may be used to indicate a change in topic.&lt;/blockquote&gt;
 - HTML 3.2 Specification

&lt;blockquote&gt;The hr element represents a paragraph-level thematic break&lt;/blockquote&gt;
 - HTML 5.0 Draft Specification

I&#039;d say that was pretty consistent really, and not a re-purposing at all. It was only HTML 4 that was out of step, in defining it (badly) only in presentational terms.</description>
		<content:encoded><![CDATA[<p>@Mark </p>
<blockquote><p>The &lt;HR> element is a divider between sections of text; </p></blockquote>
<p> &#8211; HTML 2.0 Specification</p>
<blockquote><p>Horizontal rules may be used to indicate a change in topic.</p></blockquote>
<p> &#8211; HTML 3.2 Specification</p>
<blockquote><p>The hr element represents a paragraph-level thematic break</p></blockquote>
<p> &#8211; HTML 5.0 Draft Specification</p>
<p>I&#8217;d say that was pretty consistent really, and not a re-purposing at all. It was only HTML 4 that was out of step, in defining it (badly) only in presentational terms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Boughter</title>
		<link>http://html5doctor.com/small-hr-element/#comment-18373</link>
		<dc:creator>Mark Boughter</dc:creator>
		<pubDate>Tue, 08 Nov 2011 00:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1506#comment-18373</guid>
		<description>I&#039;m not a fan of repurposing old tags.  

They have created other new tags why not create &lt;separator&gt; instead of using &quot;horizontal rule&quot; to mean &quot;not exactly a horizontal rule but maybe a separation of this and that&quot;?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a fan of repurposing old tags.  </p>
<p>They have created other new tags why not create &lt;separator&gt; instead of using &#8220;horizontal rule&#8221; to mean &#8220;not exactly a horizontal rule but maybe a separation of this and that&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oli Studholme</title>
		<link>http://html5doctor.com/small-hr-element/#comment-15265</link>
		<dc:creator>Oli Studholme</dc:creator>
		<pubDate>Sat, 25 Jun 2011 19:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1506#comment-15265</guid>
		<description>&lt;a href=&quot;http://twitter.com/chriscoyier&quot; rel=&quot;nofollow&quot;&gt;Chris Coyier&lt;/a&gt; of &lt;a href=&quot;http://css-tricks.com/&quot; rel=&quot;nofollow&quot;&gt;CSS Tricks&lt;/a&gt; fame has come up with a nice way of using &lt;code&gt;&lt;hr&gt;&lt;/code&gt;: &lt;a href=&quot;http://jsfiddle.net/chriscoyier/LCxYT/&quot; rel=&quot;nofollow&quot;&gt;linear backgrounds to make a striped line&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p><a href="http://twitter.com/chriscoyier" rel="nofollow">Chris Coyier</a> of <a href="http://css-tricks.com/" rel="nofollow">CSS Tricks</a> fame has come up with a nice way of using <code>&lt;hr></code>: <a href="http://jsfiddle.net/chriscoyier/LCxYT/" rel="nofollow">linear backgrounds to make a striped line</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Does anyone ues &#60;hr&#62; anymore? or do you just use border-bottom CSS properties? - Quora</title>
		<link>http://html5doctor.com/small-hr-element/#comment-14730</link>
		<dc:creator>Does anyone ues &#60;hr&#62; anymore? or do you just use border-bottom CSS properties? - Quora</dc:creator>
		<pubDate>Thu, 24 Mar 2011 18:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1506#comment-14730</guid>
		<description>[...] But you should use it for, as Alex Ford says, a content separator. HTML5 Doctor has a nice example: http://html5doctor.com/small-hr-...11:56amView All 0 CommentsCannot add comment at this time.&#160;Add [...]</description>
		<content:encoded><![CDATA[<p>[...] But you should use it for, as Alex Ford says, a content separator. HTML5 Doctor has a nice example: <a href="http://html5doctor.com/small-hr-...11:56amView" rel="nofollow">http://html5doctor.com/small-hr-&#8230;11:56amView</a> All 0 CommentsCannot add comment at this time.&nbsp;Add [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lin Crawford</title>
		<link>http://html5doctor.com/small-hr-element/#comment-11002</link>
		<dc:creator>Lin Crawford</dc:creator>
		<pubDate>Thu, 23 Sep 2010 09:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1506#comment-11002</guid>
		<description>I used HR a lot recently - well, over 5 years, actually. I was transcribing a 2 volume old book set, written in 1722. There were about 1200 pages. The layout of the pages was similar but somewhat inconsistent throughout the 2 volumes.
 I transcribed each page as one HTML4 page. I tried to maintain a fair copy of the original look of each page, most of which began with a horizontal rule, then the page number at left, and the topic, centred. This was followed by another horizontal rule, then the text of the page.
At the end of some pages there was another horizontal rule, followed by footnotes.
Finally, at the end of every page I inserted a final horizontal rule that &lt;b&gt;wasn&#039;t&lt;/b&gt; in the original, followed by some info and links for more detail about the original page.
My point is that even though modern designers might not use HR, the line rule was used extensively in old printed books, and an easy method of inserting them in HTML replicas of these books is still needed.
PS: If HTML5 and a reliable CSS had been available when I started, my approach would have been different. But it&#039;s done now, finished May 2009.</description>
		<content:encoded><![CDATA[<p>I used HR a lot recently &#8211; well, over 5 years, actually. I was transcribing a 2 volume old book set, written in 1722. There were about 1200 pages. The layout of the pages was similar but somewhat inconsistent throughout the 2 volumes.<br />
 I transcribed each page as one HTML4 page. I tried to maintain a fair copy of the original look of each page, most of which began with a horizontal rule, then the page number at left, and the topic, centred. This was followed by another horizontal rule, then the text of the page.<br />
At the end of some pages there was another horizontal rule, followed by footnotes.<br />
Finally, at the end of every page I inserted a final horizontal rule that <b>wasn&#8217;t</b> in the original, followed by some info and links for more detail about the original page.<br />
My point is that even though modern designers might not use HR, the line rule was used extensively in old printed books, and an easy method of inserting them in HTML replicas of these books is still needed.<br />
PS: If HTML5 and a reliable CSS had been available when I started, my approach would have been different. But it&#8217;s done now, finished May 2009.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://html5doctor.com/small-hr-element/#comment-2968</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 02 Apr 2010 04:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1506#comment-2968</guid>
		<description>I don&#039;t recall the last time I have used &lt;small&gt; or &lt;hr&gt; tags...

It&#039;s interesting that they are being used in this manner, as opposed to being removed totally... I&#039;d like to see how this is treated by the design community. I think it&#039;s pretty interesting.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t recall the last time I have used &lt;small&gt; or &lt;hr&gt; tags&#8230;</p>
<p>It&#8217;s interesting that they are being used in this manner, as opposed to being removed totally&#8230; I&#8217;d like to see how this is treated by the design community. I think it&#8217;s pretty interesting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

