<?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: Time to squish the double space</title>
	<atom:link href="http://smyword.com/2009/11/time-to-squish-the-double-space/feed/" rel="self" type="application/rss+xml" />
	<link>http://smyword.com/2009/11/time-to-squish-the-double-space/</link>
	<description>Writing and content strategy for small businesses</description>
	<lastBuildDate>Wed, 16 May 2012 06:41:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Plinko</title>
		<link>http://smyword.com/2009/11/time-to-squish-the-double-space/#comment-318</link>
		<dc:creator>Plinko</dc:creator>
		<pubDate>Mon, 12 Apr 2010 19:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://smyword.com/?p=376#comment-318</guid>
		<description>This Wikipedia page has some more relevant information. 

http://en.wikipedia.org/wiki/Sentence_spacing</description>
		<content:encoded><![CDATA[<p>This Wikipedia page has some more relevant information. </p>
<p><a href="http://en.wikipedia.org/wiki/Sentence_spacing" rel="nofollow">http://en.wikipedia.org/wiki/Sentence_spacing</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Davies</title>
		<link>http://smyword.com/2009/11/time-to-squish-the-double-space/#comment-137</link>
		<dc:creator>Jason Davies</dc:creator>
		<pubDate>Wed, 30 Dec 2009 16:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://smyword.com/?p=376#comment-137</guid>
		<description>TeX uses a heuristic to determine sentence endings and make spaces after them slightly wider than a normal space.

A similar approach could be used on the Web but I&#039;m not sure it&#039;s really worth the effort.  Perhaps I&#039;ll make a plugin once I&#039;ve finished my flux capacitor.</description>
		<content:encoded><![CDATA[<p>TeX uses a heuristic to determine sentence endings and make spaces after them slightly wider than a normal space.</p>
<p>A similar approach could be used on the Web but I&#8217;m not sure it&#8217;s really worth the effort.  Perhaps I&#8217;ll make a plugin once I&#8217;ve finished my flux capacitor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://smyword.com/2009/11/time-to-squish-the-double-space/#comment-124</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Tue, 24 Nov 2009 15:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://smyword.com/?p=376#comment-124</guid>
		<description>Ken – I still get clients submitting double-spaced sentences and grumbling when I remove them. Next time, I&#039;ll just blame the html for taking them out!

Destry – I think we&#039;re at cross purposes here. I&#039;m talking about spaces between sentences (width) and you&#039;re talking about line spacing (at least that way we both get to be right).</description>
		<content:encoded><![CDATA[<p>Ken – I still get clients submitting double-spaced sentences and grumbling when I remove them. Next time, I&#8217;ll just blame the html for taking them out!</p>
<p>Destry – I think we&#8217;re at cross purposes here. I&#8217;m talking about spaces between sentences (width) and you&#8217;re talking about line spacing (at least that way we both get to be right).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Destry Wion</title>
		<link>http://smyword.com/2009/11/time-to-squish-the-double-space/#comment-123</link>
		<dc:creator>Destry Wion</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://smyword.com/?p=376#comment-123</guid>
		<description>Hmm. I agree there are print writing standards that don&#039;t fit well in web medium, but line spacing is a tricky area to get firm on in the web.

For one thing, there are usability studies showing that more spacing than just single spacing is easier to read. I&#039;m a web user and this is definitely true for me. Your web copy here looks to have about a spacing of 1.5. :)

Also, there is no &quot;line spacing&quot; element or attribute in HTML, so when an author sees a WYSIWYG button in a rich-text web editor to double-space lines, the button is selling &quot;line height&quot; under the false print terms.

Line-height is quite variable in HTML, and for good reason; browser inconsistencies, differences in font design, differences in font rendering behavior at different sizes, and so forth. 

Also, there&#039;s this thing called &quot;inheritance&quot; in HTML/CSS where child elements can be defined one way (e.g., line-height) which in turn will be influenced by an attribute set on the parent (e.g., font-size). So a font having a font-size set at 11px will have a different line-height set at 1.5 than one that has the same line-height on a font size at 14px, for example. Things become extremely relative. 

And there&#039;s that usability thing I mentioned. While I agree that the equivalent of &quot;double&quot; spaced line-height is more than necessary, I do believe that 1.5 should be a minimum no matter what copy, website or font size. 

I generally set the line-height at 1.5 (or use units when it involves list item heights for specific presentation) and things work out OK.</description>
		<content:encoded><![CDATA[<p>Hmm. I agree there are print writing standards that don&#8217;t fit well in web medium, but line spacing is a tricky area to get firm on in the web.</p>
<p>For one thing, there are usability studies showing that more spacing than just single spacing is easier to read. I&#8217;m a web user and this is definitely true for me. Your web copy here looks to have about a spacing of 1.5. <img src='http://smyword.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, there is no &#8220;line spacing&#8221; element or attribute in HTML, so when an author sees a WYSIWYG button in a rich-text web editor to double-space lines, the button is selling &#8220;line height&#8221; under the false print terms.</p>
<p>Line-height is quite variable in HTML, and for good reason; browser inconsistencies, differences in font design, differences in font rendering behavior at different sizes, and so forth. </p>
<p>Also, there&#8217;s this thing called &#8220;inheritance&#8221; in HTML/CSS where child elements can be defined one way (e.g., line-height) which in turn will be influenced by an attribute set on the parent (e.g., font-size). So a font having a font-size set at 11px will have a different line-height set at 1.5 than one that has the same line-height on a font size at 14px, for example. Things become extremely relative. </p>
<p>And there&#8217;s that usability thing I mentioned. While I agree that the equivalent of &#8220;double&#8221; spaced line-height is more than necessary, I do believe that 1.5 should be a minimum no matter what copy, website or font size. </p>
<p>I generally set the line-height at 1.5 (or use units when it involves list item heights for specific presentation) and things work out OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://smyword.com/2009/11/time-to-squish-the-double-space/#comment-122</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://smyword.com/?p=376#comment-122</guid>
		<description>It depends on your content management system, of course, but double-spacing tends to get squished by the fact that html doesn&#039;t display it unless you make a special effort.

Another reason not to do it, and a reason why my failure to break my double-spacing habit, despite best efforts, doesn&#039;t punish the reader.</description>
		<content:encoded><![CDATA[<p>It depends on your content management system, of course, but double-spacing tends to get squished by the fact that html doesn&#8217;t display it unless you make a special effort.</p>
<p>Another reason not to do it, and a reason why my failure to break my double-spacing habit, despite best efforts, doesn&#8217;t punish the reader.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

