<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Non-Quotidian Problems</title>
	<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/</link>
	<description>Things that Eric A. Meyer, CSS expert, writes about on his personal Web site; it's largely Web standards and Web technology, but also various bits of culture, politics, personal observations, and other miscellaneous stuff</description>
	<pubDate>Mon, 12 May 2008 16:18:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Paul D. Waite</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-332046</link>
		<dc:creator>Paul D. Waite</dc:creator>
		<pubDate>Thu, 06 Mar 2008 23:37:19 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-332046</guid>
		<description>&lt;blockquote cite="http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-318405"&gt;the q tag is html’s semantic answer to an inline quote (as opposed to blockquote). why they have to render with delimiting quotation marks is anybody’s guess. some european countries use different punctuation marks for quotes&lt;/blockquote&gt;

I think the idea is that browsers should render the appropriate quote marks for their locale. So in theory, in you’re browsing in France, &#60;q&#62; elements should be rendered with the double-arrow-style quotes. I’ve never tested to see which browsers do what.</description>
		<content:encoded><![CDATA[<blockquote cite="http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-318405"><p>the q tag is html’s semantic answer to an inline quote (as opposed to blockquote). why they have to render with delimiting quotation marks is anybody’s guess. some european countries use different punctuation marks for quotes</p></blockquote>
<p>I think the idea is that browsers should render the appropriate quote marks for their locale. So in theory, in you’re browsing in France, &lt;q&gt; elements should be rendered with the double-arrow-style quotes. I’ve never tested to see which browsers do what.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramon</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-318405</link>
		<dc:creator>ramon</dc:creator>
		<pubDate>Mon, 11 Feb 2008 13:53:15 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-318405</guid>
		<description>the q tag is html's semantic answer to an inline quote (as opposed to blockquote). why they have to render with delimiting quotation marks is anybody's guess. some european countries use different punctuation marks for quotes. so i support eric's attempt at suppressing the default behaviour.</description>
		<content:encoded><![CDATA[<p>the q tag is html&#8217;s semantic answer to an inline quote (as opposed to blockquote). why they have to render with delimiting quotation marks is anybody&#8217;s guess. some european countries use different punctuation marks for quotes. so i support eric&#8217;s attempt at suppressing the default behaviour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-317765</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Sun, 10 Feb 2008 08:02:53 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-317765</guid>
		<description>Just stop using &lt;code&gt;q&lt;/code&gt; tags. That should work. Does anyone benefit from them? Why are quotations any more deserving of a dedicated tag than questions, sentences, clauses, or any other lexical units?</description>
		<content:encoded><![CDATA[<p>Just stop using <code>q</code> tags. That should work. Does anyone benefit from them? Why are quotations any more deserving of a dedicated tag than questions, sentences, clauses, or any other lexical units?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Meyer</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-317702</link>
		<dc:creator>Eric Meyer</dc:creator>
		<pubDate>Sun, 10 Feb 2008 02:34:00 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-317702</guid>
		<description>Well, I keep running into these little snags, Ben.  It will happen.  (Actually, it already has, but I'm trying to get all the kinks worked out before publishing it.)</description>
		<content:encoded><![CDATA[<p>Well, I keep running into these little snags, Ben.  It will happen.  (Actually, it already has, but I&#8217;m trying to get all the kinks worked out before publishing it.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-317678</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 10 Feb 2008 01:29:18 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-317678</guid>
		<description>When is the reset.css getting its own URL as your promised Eric!</description>
		<content:encoded><![CDATA[<p>When is the reset.css getting its own URL as your promised Eric!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CW Petersen</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-317579</link>
		<dc:creator>CW Petersen</dc:creator>
		<pubDate>Sat, 09 Feb 2008 20:48:22 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-317579</guid>
		<description>For :nth-child you might look to Alex Bischoff's Alistapart article &lt;a href="http://alistapart.com/articles/keepelementskidsinlinewithoffspring" rel="nofollow"&gt;Keeping Your Elements’ Kids in Line with Offspring&lt;/a&gt;, though I didn't see anything in it about siblings. 8^(</description>
		<content:encoded><![CDATA[<p>For :nth-child you might look to Alex Bischoff&#8217;s Alistapart article <a href="http://alistapart.com/articles/keepelementskidsinlinewithoffspring" rel="nofollow">Keeping Your Elements’ Kids in Line with Offspring</a>, though I didn&#8217;t see anything in it about siblings. 8^(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aristotle Pagaltzis</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-317113</link>
		<dc:creator>Aristotle Pagaltzis</dc:creator>
		<pubDate>Sat, 09 Feb 2008 02:21:32 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-317113</guid>
		<description>&lt;blockquote&gt;it’s ignored by Safari 2&lt;/blockquote&gt;

So that’s what I was missing. Well, sigh.</description>
		<content:encoded><![CDATA[<blockquote><p>it’s ignored by Safari 2</p></blockquote>
<p>So that’s what I was missing. Well, sigh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Chaplin</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-317008</link>
		<dc:creator>Paul Chaplin</dc:creator>
		<pubDate>Fri, 08 Feb 2008 21:57:19 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-317008</guid>
		<description>Hi Eric,

I've only just replied to your comment on my blog, as I hadn't seen it until now - apologies for not approving it and replying sooner.

I was also reminded of the &lt;code&gt;cursor&lt;/code&gt; trick - CSS, while imperfect in implementation and arguably spec, can be rather convenient at times, given the way it's designed. I'm quite entertained by &lt;code&gt;content: normal;&lt;/code&gt; behaving differently in what I'd otherwise consider highly standards-compliant engines - I can't quite decide which interpretation I favour (is there "normative spec" with guidance, I wonder?). Thanks for putting the time in on this.

@David Baron &#38; Daniel: I discovered the CSS 2.x difference only four weeks ago, when browsing SitePoint's nice new &lt;a href="http://reference.sitepoint.com/css" rel="nofollow"&gt;CSS reference&lt;/a&gt; - they had the &lt;code&gt;content&lt;/code&gt; property listed as being in both CSS 2 and 2.1, but the &lt;code&gt;none&lt;/code&gt; value wasn't listed, and I was sure I'd seen it elsewhere before (they've now added it, after a friendly prod). I'm surprised to hear that Gecko doesn't support it pre-1.9, though. It &lt;a href="http://www.paulchaplin.com/lab/css/quirky-quotes/content-none.html" rel="nofollow"&gt;seems&lt;/a&gt; to work in Konqueror 3.5.8, but not the recent-ish WebKit build I'm using. Thanks for the heads-up.</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>I&#8217;ve only just replied to your comment on my blog, as I hadn&#8217;t seen it until now - apologies for not approving it and replying sooner.</p>
<p>I was also reminded of the <code>cursor</code> trick - CSS, while imperfect in implementation and arguably spec, can be rather convenient at times, given the way it&#8217;s designed. I&#8217;m quite entertained by <code>content: normal;</code> behaving differently in what I&#8217;d otherwise consider highly standards-compliant engines - I can&#8217;t quite decide which interpretation I favour (is there &#8220;normative spec&#8221; with guidance, I wonder?). Thanks for putting the time in on this.</p>
<p>@David Baron &amp; Daniel: I discovered the CSS 2.x difference only four weeks ago, when browsing SitePoint&#8217;s nice new <a href="http://reference.sitepoint.com/css" rel="nofollow">CSS reference</a> - they had the <code>content</code> property listed as being in both CSS 2 and 2.1, but the <code>none</code> value wasn&#8217;t listed, and I was sure I&#8217;d seen it elsewhere before (they&#8217;ve now added it, after a friendly prod). I&#8217;m surprised to hear that Gecko doesn&#8217;t support it pre-1.9, though. It <a href="http://www.paulchaplin.com/lab/css/quirky-quotes/content-none.html" rel="nofollow">seems</a> to work in Konqueror 3.5.8, but not the recent-ish WebKit build I&#8217;m using. Thanks for the heads-up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Meyer</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-316999</link>
		<dc:creator>Eric Meyer</dc:creator>
		<pubDate>Fri, 08 Feb 2008 21:40:40 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-316999</guid>
		<description>&lt;blockquote&gt;Why don’t you just use "&lt;code&gt;quotes: '' ''&lt;/code&gt;"?&lt;/blockquote&gt;

Because it's ignored by Safari 2, just like &lt;code&gt;quotes: none&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<blockquote><p>Why don’t you just use &#8220;<code>quotes: '' ''</code>&#8220;?</p></blockquote>
<p>Because it&#8217;s ignored by Safari 2, just like <code>quotes: none</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aristotle Pagaltzis</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-316994</link>
		<dc:creator>Aristotle Pagaltzis</dc:creator>
		<pubDate>Fri, 08 Feb 2008 21:24:50 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-316994</guid>
		<description>Am I missing something? Why don’t you just use “&lt;code&gt;quotes: '' ''&lt;/code&gt;”? That will set the opening and closing quote characters both to the empty string, producing exactly the intended effect. My testing hasn’t been thorough by any stretch, but I’ve had no surprises so far.</description>
		<content:encoded><![CDATA[<p>Am I missing something? Why don’t you just use “<code>quotes: '' ''</code>”? That will set the opening and closing quote characters both to the empty string, producing exactly the intended effect. My testing hasn’t been thorough by any stretch, but I’ve had no surprises so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Baron</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-316894</link>
		<dc:creator>David Baron</dc:creator>
		<pubDate>Fri, 08 Feb 2008 18:19:04 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-316894</guid>
		<description>For what it's worth, 'content:none' is a relatively recent spec addition; it's in CSS 2.1 (partly to match future plans for css3) but was not in CSS 2.0.

('quotes:none' works fine for me in both Firefox 2.0 and in the latest Firefox 3 builds.)</description>
		<content:encoded><![CDATA[<p>For what it&#8217;s worth, &#8216;content:none&#8217; is a relatively recent spec addition; it&#8217;s in CSS 2.1 (partly to match future plans for css3) but was not in CSS 2.0.</p>
<p>(&#8217;quotes:none&#8217; works fine for me in both Firefox 2.0 and in the latest Firefox 3 builds.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Naylor</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-316859</link>
		<dc:creator>David Naylor</dc:creator>
		<pubDate>Fri, 08 Feb 2008 17:06:07 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-316859</guid>
		<description>The content: none seems to be working in Firefox 3 anyway...</description>
		<content:encoded><![CDATA[<p>The content: none seems to be working in Firefox 3 anyway&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-316850</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 08 Feb 2008 16:50:42 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-316850</guid>
		<description>&lt;code&gt;content: none&lt;/code&gt; will be included in Firefox 3 (Gecko 1.9). You may want to test it there.</description>
		<content:encoded><![CDATA[<p><code>content: none</code> will be included in Firefox 3 (Gecko 1.9). You may want to test it there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-316842</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Fri, 08 Feb 2008 16:34:52 +0000</pubDate>
		<guid>http://meyerweb.com/eric/thoughts/2008/02/08/non-quotidian-problems/#comment-316842</guid>
		<description>So now I'm curious which browser you were testing in</description>
		<content:encoded><![CDATA[<p>So now I&#8217;m curious which browser you were testing in</p>
]]></content:encoded>
	</item>
</channel>
</rss>
