<?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: Blockquote: Then and Now</title>
	<atom:link href="http://www.sitepoint.com/blogs/2008/08/12/blockquote-then-and-now/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2008/08/12/blockquote-then-and-now/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Mon, 23 Nov 2009 09:18:42 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sampablokuper</title>
		<link>http://www.sitepoint.com/blogs/2008/08/12/blockquote-then-and-now/comment-page-1/#comment-793969</link>
		<dc:creator>sampablokuper</dc:creator>
		<pubDate>Thu, 11 Sep 2008 02:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=2813#comment-793969</guid>
		<description>@C. Ankerstjerne,

I agree wholeheartedly with your comment of August 13th, 2008 (9:52 pm). I&#039;ve been looking for someone else with this point of view for a while!

Fortunately, HTML5 improves upon the blockquote element somewhat, and using HTML5 it should (I think) be possible to use a cite element with the contents you gave in your example as the reference for a blockquote. So, some progress is being made - albeit slowly.

spk</description>
		<content:encoded><![CDATA[<p>@C. Ankerstjerne,</p>
<p>I agree wholeheartedly with your comment of August 13th, 2008 (9:52 pm). I&#8217;ve been looking for someone else with this point of view for a while!</p>
<p>Fortunately, HTML5 improves upon the blockquote element somewhat, and using HTML5 it should (I think) be possible to use a cite element with the contents you gave in your example as the reference for a blockquote. So, some progress is being made &#8211; albeit slowly.</p>
<p>spk</p>]]></content:encoded>
	</item>
	<item>
		<title>By: C. Ankerstjerne</title>
		<link>http://www.sitepoint.com/blogs/2008/08/12/blockquote-then-and-now/comment-page-1/#comment-779313</link>
		<dc:creator>C. Ankerstjerne</dc:creator>
		<pubDate>Wed, 13 Aug 2008 11:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=2813#comment-779313</guid>
		<description>The microformat still isn&#039;t usable, in that it does not include the elements of a correct biographical listing. Ideally, a microformat for properly formatted biographical listings would look something like this (example is taken directly from ISO 690:1987, p. 2):

&lt;pre&gt;&lt;code class=&#039;html&#039;&gt;&lt;cite&gt;
  &lt;span class=&quot;primary_responsibility&quot;&gt;LOMINADZE, DG&lt;/span&gt;.
  &lt;i&gt;&lt;span class=&quot;title&quot;&gt;Cyclotron waves in plasma&lt;/span&gt;&lt;/i&gt;.
  &lt;span class=&quot;subordinate_responsibility&quot;&gt;
    &lt;span class=&quot;translator&quot;&gt;Translated by AN Dellis&lt;/span&gt;;
    &lt;span class=&quot;editor&quot;&gt;edited by SM Hamberger&lt;/span&gt;.
  &lt;/span&gt;
  &lt;span class=&quot;edition&quot;&gt;1st ed.&lt;/span&gt;
  &lt;span class=&quot;publication&quot;&gt;
    &lt;span class=&quot;city&quot;&gt;Oxford&lt;/span&gt; : 
    &lt;span class=&quot;publisher&quot;&gt;Pergamon Press&lt;/span&gt;,
    &lt;span class=&quot;year&quot;&gt;1981&lt;/span&gt;
  &lt;/span&gt;.
  &lt;span class=&quot;extent&quot;&gt;206 p.&lt;/span&gt;
  &lt;span class=&quot;series&quot;&gt;International series in natural philosophy&lt;/span&gt;.
  &lt;span class=&quot;notes&quot;&gt;Translation of : Ciklotronnye volny v plazme&lt;/span&gt;.
  &lt;span class=&quot;standard_number&quot;&gt;
    &lt;span class=&quot;isbn&quot;&gt;0-08-021680-3&lt;/span&gt;
  &lt;/span&gt;
&lt;/cite&gt;&lt;/code&gt;&lt;/pre&gt;

And yes, the &lt;code&gt;i&lt;/code&gt;-tag is correct. In fact, it is semantically perfect, since ISO 690:1987 requires the title to be in italics, but does not imply emphasis.</description>
		<content:encoded><![CDATA[<p>The microformat still isn&#8217;t usable, in that it does not include the elements of a correct biographical listing. Ideally, a microformat for properly formatted biographical listings would look something like this (example is taken directly from ISO 690:1987, p. 2):</p>
<pre><code class='html'>&lt;cite&gt;
  &lt;span class="primary_responsibility"&gt;LOMINADZE, DG&lt;/span&gt;.
  &lt;i&gt;&lt;span class="title"&gt;Cyclotron waves in plasma&lt;/span&gt;&lt;/i&gt;.
  &lt;span class="subordinate_responsibility"&gt;
    &lt;span class="translator"&gt;Translated by AN Dellis&lt;/span&gt;;
    &lt;span class="editor"&gt;edited by SM Hamberger&lt;/span&gt;.
  &lt;/span&gt;
  &lt;span class="edition"&gt;1st ed.&lt;/span&gt;
  &lt;span class="publication"&gt;
    &lt;span class="city"&gt;Oxford&lt;/span&gt; : 
    &lt;span class="publisher"&gt;Pergamon Press&lt;/span&gt;,
    &lt;span class="year"&gt;1981&lt;/span&gt;
  &lt;/span&gt;.
  &lt;span class="extent"&gt;206 p.&lt;/span&gt;
  &lt;span class="series"&gt;International series in natural philosophy&lt;/span&gt;.
  &lt;span class="notes"&gt;Translation of : Ciklotronnye volny v plazme&lt;/span&gt;.
  &lt;span class="standard_number"&gt;
    &lt;span class="isbn"&gt;0-08-021680-3&lt;/span&gt;
  &lt;/span&gt;
&lt;/cite&gt;</code></pre>
<p>And yes, the <code>i</code>-tag is correct. In fact, it is semantically perfect, since ISO 690:1987 requires the title to be in italics, but does not imply emphasis.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: David Dorward</title>
		<link>http://www.sitepoint.com/blogs/2008/08/12/blockquote-then-and-now/comment-page-1/#comment-779254</link>
		<dc:creator>David Dorward</dc:creator>
		<pubDate>Wed, 13 Aug 2008 10:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=2813#comment-779254</guid>
		<description>@Shane - no it doesn&#039;t, you are probably just being confused because the content model of blockquote in Strict is (like body and form) &quot;Contains block level elements&quot; so it can&#039;t have inline children (sensible since it is for quoting blocks). It is block level itself so it may not appear in places where only inline elements are allowed (such as in paragraphs).</description>
		<content:encoded><![CDATA[<p>@Shane &#8211; no it doesn&#8217;t, you are probably just being confused because the content model of blockquote in Strict is (like body and form) &#8220;Contains block level elements&#8221; so it can&#8217;t have inline children (sensible since it is for quoting blocks). It is block level itself so it may not appear in places where only inline elements are allowed (such as in paragraphs).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Yank</title>
		<link>http://www.sitepoint.com/blogs/2008/08/12/blockquote-then-and-now/comment-page-1/#comment-779107</link>
		<dc:creator>Kevin Yank</dc:creator>
		<pubDate>Wed, 13 Aug 2008 06:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=2813#comment-779107</guid>
		<description>The draft microformat works for offline sources too; just omit the link:

&lt;pre&gt;&lt;code class=&quot;html&quot;&gt;&lt;p&gt;In an article by &lt;cite id=&quot;citation&quot;&gt;Joe Bloggs&lt;/cite&gt;:&lt;/p&gt;
&lt;blockquote cite=&quot;#citation&quot;&gt;
  &lt;p&gt;Quote goes here…&lt;/p&gt;
&lt;/blockquote&gt;&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>The draft microformat works for offline sources too; just omit the link:</p>
<pre><code class="html">&lt;p&gt;In an article by &lt;cite id="citation">Joe Bloggs&lt;/cite>:&lt;/p&gt;
&lt;blockquote cite="#citation">
  &lt;p&gt;Quote goes here…&lt;/p&gt;
&lt;/blockquote&gt;</code></pre>]]></content:encoded>
	</item>
	<item>
		<title>By: the.peregrine</title>
		<link>http://www.sitepoint.com/blogs/2008/08/12/blockquote-then-and-now/comment-page-1/#comment-779030</link>
		<dc:creator>the.peregrine</dc:creator>
		<pubDate>Wed, 13 Aug 2008 04:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=2813#comment-779030</guid>
		<description>Nice article. As you say, Kevin, the &lt;code&gt;cite&lt;/code&gt; attribute is really intended for citations of online sources. As a writer, I often cite original sources that I can&#039;t point to online. It bugs me that the Web standards don&#039;t allow for that natively, and similarly don&#039;t have an appropriate way to display captions for images (neither &lt;code&gt;longdesc&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt; and &lt;code&gt;title&lt;/code&gt; are really intended for that). I&#039;ve carped about this in W3C working groups, and I think a solution is offered in the HTML 5 specs.

You asked at the end of the article how your readers do it. I coded a subsection of the site where I work, and you can see here how I styled the blockquotes with CSS to make them stand out differently as graphic elements:

http://www.wvdrs.org/workable/082007js.cfm

I&#039;m pleased with the way it resizes at different resolutions, and when font size changes. I should&#039;ve used &lt;code&gt;span&lt;/code&gt; instead of &lt;code&gt;div&lt;/code&gt; for the attribution line, though.

We live and learn.</description>
		<content:encoded><![CDATA[<p>Nice article. As you say, Kevin, the <code>cite</code> attribute is really intended for citations of online sources. As a writer, I often cite original sources that I can&#8217;t point to online. It bugs me that the Web standards don&#8217;t allow for that natively, and similarly don&#8217;t have an appropriate way to display captions for images (neither <code>longdesc</code>, <code>alt</code> and <code>title</code> are really intended for that). I&#8217;ve carped about this in W3C working groups, and I think a solution is offered in the HTML 5 specs.</p>
<p>You asked at the end of the article how your readers do it. I coded a subsection of the site where I work, and you can see here how I styled the blockquotes with CSS to make them stand out differently as graphic elements:</p>
<p><a href="http://www.wvdrs.org/workable/082007js.cfm" rel="nofollow">http://www.wvdrs.org/workable/082007js.cfm</a></p>
<p>I&#8217;m pleased with the way it resizes at different resolutions, and when font size changes. I should&#8217;ve used <code>span</code> instead of <code>div</code> for the attribution line, though.</p>
<p>We live and learn.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sitepoint.com/blogs/2008/08/12/blockquote-then-and-now/comment-page-1/#comment-779029</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 13 Aug 2008 04:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=2813#comment-779029</guid>
		<description>Nice article. As you say, Kevin, the &lt;code&gt;cite&lt;/code&gt; attribute is really intended for citations of online sources. As a writer, I often cite original sources that I can&#039;t point to online. It bugs me that the Web standards don&#039;t allow for that natively, and similarly don&#039;t have an appropriate way to display captions for images (neither &lt;code&gt;longdesc&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt; and &lt;code&gt;title&lt;/code&gt; are really intended for that). I&#039;ve carped about this in W3C working groups, and I think a solution is offered in the HTML 5 specs.

You asked at the end of the article how your readers do it. I coded a subsection of the site where I work, and you can see here how I styled the blockquotes with CSS to make them stand out differently as graphic elements:

http://www.wvdrs.org/workable/082007js.cfm

I&#039;m pleased with the way it resizes at different resolutions, and when font size changes. I should&#039;ve used &lt;code&gt;span&lt;/code&gt; instead of &lt;code&gt;div&lt;/code&gt; for the attribution line, though.

We live and learn.</description>
		<content:encoded><![CDATA[<p>Nice article. As you say, Kevin, the <code>cite</code> attribute is really intended for citations of online sources. As a writer, I often cite original sources that I can&#8217;t point to online. It bugs me that the Web standards don&#8217;t allow for that natively, and similarly don&#8217;t have an appropriate way to display captions for images (neither <code>longdesc</code>, <code>alt</code> and <code>title</code> are really intended for that). I&#8217;ve carped about this in W3C working groups, and I think a solution is offered in the HTML 5 specs.</p>
<p>You asked at the end of the article how your readers do it. I coded a subsection of the site where I work, and you can see here how I styled the blockquotes with CSS to make them stand out differently as graphic elements:</p>
<p><a href="http://www.wvdrs.org/workable/082007js.cfm" rel="nofollow">http://www.wvdrs.org/workable/082007js.cfm</a></p>
<p>I&#8217;m pleased with the way it resizes at different resolutions, and when font size changes. I should&#8217;ve used <code>span</code> instead of <code>div</code> for the attribution line, though.</p>
<p>We live and learn.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://www.sitepoint.com/blogs/2008/08/12/blockquote-then-and-now/comment-page-1/#comment-778982</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Wed, 13 Aug 2008 03:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=2813#comment-778982</guid>
		<description>The HTML Validator (validator.w3.org) treats the &lt;blockquote&gt; element as an inline element.

the HTML TR, however, says that it is supposed to be a block-level element (tinyurl.com/6o7p44).

Weird.

Shane.</description>
		<content:encoded><![CDATA[<p>The HTML Validator (validator.w3.org) treats the &lt;blockquote&gt; element as an inline element.</p>
<p>the HTML TR, however, says that it is supposed to be a block-level element (tinyurl.com/6o7p44).</p>
<p>Weird.</p>
<p>Shane.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: dansmith</title>
		<link>http://www.sitepoint.com/blogs/2008/08/12/blockquote-then-and-now/comment-page-1/#comment-778860</link>
		<dc:creator>dansmith</dc:creator>
		<pubDate>Tue, 12 Aug 2008 21:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=2813#comment-778860</guid>
		<description>I use this:

&lt;pre&gt;&lt;code class=&quot;html&quot;&gt;
&lt;blockquote&gt;
  &quot;Lorem ipsum dolor sit amet.&quot;
&lt;/blockquote&gt;
&lt;cite&gt;Joe Bloggs - Chief Placeholder&lt;/cite&gt;
&lt;/code&gt;&lt;/pre&gt;

I know it&#039;s not ideal, but as C. Ankerstjerne says, the quoted material is often not online. In my case these are usually just promotional quotes, rather than a reference to an article that exists elsewhere on the site/web.

Perhaps a longdesc type application would work better? eg:

&lt;pre&gt;&lt;code class=&quot;html&quot;&gt;
&lt;blockquote cite=&quot;quote-1.htm&quot;&gt;
  &quot;Lorem ipsum dolor sit amet.&quot;
&lt;/blockquote&gt;
&lt;/code&gt;&lt;/pre&gt;

quote-1.htm (on same site):
&lt;pre&gt;&lt;code class=&quot;html&quot;&gt;
Joe Bloggs - Chief Placeholder
&lt;/code&gt;&lt;/pre&gt;

It does seem a bit excessive though.

What does everyone else use?</description>
		<content:encoded><![CDATA[<p>I use this:</p>
<pre><code class="html">
&lt;blockquote>
  &amp;quot;Lorem ipsum dolor sit amet.&amp;quot;
&lt;/blockquote>
&lt;cite>Joe Bloggs - Chief Placeholder&lt;/cite>
</code></pre>
<p>I know it&#8217;s not ideal, but as C. Ankerstjerne says, the quoted material is often not online. In my case these are usually just promotional quotes, rather than a reference to an article that exists elsewhere on the site/web.</p>
<p>Perhaps a longdesc type application would work better? eg:</p>
<pre><code class="html">
&lt;blockquote cite="quote-1.htm">
  &amp;quot;Lorem ipsum dolor sit amet.&amp;quot;
&lt;/blockquote>
</code></pre>
<p>quote-1.htm (on same site):</p>
<pre><code class="html">
Joe Bloggs - Chief Placeholder
</code></pre>
<p>It does seem a bit excessive though.</p>
<p>What does everyone else use?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bbolte</title>
		<link>http://www.sitepoint.com/blogs/2008/08/12/blockquote-then-and-now/comment-page-1/#comment-778851</link>
		<dc:creator>bbolte</dc:creator>
		<pubDate>Tue, 12 Aug 2008 21:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=2813#comment-778851</guid>
		<description>interesting point, hadn&#039;t considered non-web sources on this.</description>
		<content:encoded><![CDATA[<p>interesting point, hadn&#8217;t considered non-web sources on this.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: C. Ankerstjerne</title>
		<link>http://www.sitepoint.com/blogs/2008/08/12/blockquote-then-and-now/comment-page-1/#comment-778847</link>
		<dc:creator>C. Ankerstjerne</dc:creator>
		<pubDate>Tue, 12 Aug 2008 21:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=2813#comment-778847</guid>
		<description>I usually quote from material which is not available online, making the &lt;code&gt;cite&lt;/code&gt;-attribute superfluous.

My main issue with the &lt;code&gt;cite&lt;/code&gt;-attribute (and the &lt;code&gt;cite&lt;/code&gt;-tag, for that matter), is that they do not encourage the use of the international standards for bibliographic references (ISO 690 and ISO 690-2 for physical and electronic documents, respectively).</description>
		<content:encoded><![CDATA[<p>I usually quote from material which is not available online, making the <code>cite</code>-attribute superfluous.</p>
<p>My main issue with the <code>cite</code>-attribute (and the <code>cite</code>-tag, for that matter), is that they do not encourage the use of the international standards for bibliographic references (ISO 690 and ISO 690-2 for physical and electronic documents, respectively).</p>]]></content:encoded>
	</item>
</channel>
</rss>
