<?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: taming long words with word-wrap</title>
	<atom:link href="http://hacks.mozilla.org/2009/06/word-wrap/feed/" rel="self" type="application/rss+xml" />
	<link>http://hacks.mozilla.org/2009/06/word-wrap/</link>
	<description>hacks.mozilla.org</description>
	<lastBuildDate>Fri, 10 Feb 2012 00:05:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: PJ Brunet</title>
		<link>http://hacks.mozilla.org/2009/06/word-wrap/comment-page-1/#comment-983104</link>
		<dc:creator>PJ Brunet</dc:creator>
		<pubDate>Tue, 25 Oct 2011 04:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1018#comment-983104</guid>
		<description>This tag will break one really long line (like the example) but it doesn&#039;t try to break a long word that has plenty of room to break on the previous line.  In other words, it&#039;s not breaking at every opportunity.  

Try this example: http://tomakefast.com/wrap-test.html

In Chrome the numbers wrap as you would expect.  In FF you get two columns of numbers.  The wrapping is not aggressive enough.  Even if you take out the text-align:justify you still get two columns of numbers instead of wrapping.    

My solution was to insert &quot;shy&quot; tags with PHP.  However, looks like Firefox goes berserk if you use &quot;shy&quot; tags on words shorter than 8 chars!  

Firefox is the new IE ;-)</description>
		<content:encoded><![CDATA[<p>This tag will break one really long line (like the example) but it doesn&#8217;t try to break a long word that has plenty of room to break on the previous line.  In other words, it&#8217;s not breaking at every opportunity.  </p>
<p>Try this example: <a href="http://tomakefast.com/wrap-test.html" rel="nofollow">http://tomakefast.com/wrap-test.html</a></p>
<p>In Chrome the numbers wrap as you would expect.  In FF you get two columns of numbers.  The wrapping is not aggressive enough.  Even if you take out the text-align:justify you still get two columns of numbers instead of wrapping.    </p>
<p>My solution was to insert &#8220;shy&#8221; tags with PHP.  However, looks like Firefox goes berserk if you use &#8220;shy&#8221; tags on words shorter than 8 chars!  </p>
<p>Firefox is the new IE ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PJ Brunet</title>
		<link>http://hacks.mozilla.org/2009/06/word-wrap/comment-page-1/#comment-983062</link>
		<dc:creator>PJ Brunet</dc:creator>
		<pubDate>Tue, 25 Oct 2011 03:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1018#comment-983062</guid>
		<description>I&#039;m trying this in Firefox 7 and it&#039;s not working.  Too bad for FF users, I can&#039;t waste any more time on it.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying this in Firefox 7 and it&#8217;s not working.  Too bad for FF users, I can&#8217;t waste any more time on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DunxD</title>
		<link>http://hacks.mozilla.org/2009/06/word-wrap/comment-page-1/#comment-100594</link>
		<dc:creator>DunxD</dc:creator>
		<pubDate>Sat, 17 Jul 2010 11:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1018#comment-100594</guid>
		<description>The comment spam above shows that you have implemented the example in your site design :-)</description>
		<content:encoded><![CDATA[<p>The comment spam above shows that you have implemented the example in your site design :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Febri</title>
		<link>http://hacks.mozilla.org/2009/06/word-wrap/comment-page-1/#comment-40391</link>
		<dc:creator>Febri</dc:creator>
		<pubDate>Wed, 09 Dec 2009 03:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1018#comment-40391</guid>
		<description>I&#039;m using opera ver. 10.10, however, it&#039;s not working properly. The result is the same either i click normal or break-word.
What happen with this matter?
is it opera ver. 10.10 not compatible with this function?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using opera ver. 10.10, however, it&#8217;s not working properly. The result is the same either i click normal or break-word.<br />
What happen with this matter?<br />
is it opera ver. 10.10 not compatible with this function?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://hacks.mozilla.org/2009/06/word-wrap/comment-page-1/#comment-1053</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 30 Jun 2009 10:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1018#comment-1053</guid>
		<description>You might want to note that most of the examples won&#039;t display properly in a feed such as Planet Mozilla.</description>
		<content:encoded><![CDATA[<p>You might want to note that most of the examples won&#8217;t display properly in a feed such as Planet Mozilla.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerv</title>
		<link>http://hacks.mozilla.org/2009/06/word-wrap/comment-page-1/#comment-1051</link>
		<dc:creator>Gerv</dc:creator>
		<pubDate>Tue, 30 Jun 2009 08:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1018#comment-1051</guid>
		<description>Hmm. Somewhat unexpected and non-usable behaviour of this comment system with regard to tags. If there&#039;s no note saying otherwise next to a comment form, one would expect them to be escaped rather than silently stripped. Let me try again:



“Presented in a &lt;textarea&gt;, this huge URL behaves well enough to at least not break the layout of this page. But, it’s not really handled all that gracefully beyond that.”

&lt;cough&gt;
http://www.gerv.net/temp/layout-broken.png

(Firefox 3.5 pretty-much-final, Linux Ubuntu 9.04)</description>
		<content:encoded><![CDATA[<p>Hmm. Somewhat unexpected and non-usable behaviour of this comment system with regard to tags. If there&#8217;s no note saying otherwise next to a comment form, one would expect them to be escaped rather than silently stripped. Let me try again:</p>
<p>“Presented in a &lt;textarea&gt;, this huge URL behaves well enough to at least not break the layout of this page. But, it’s not really handled all that gracefully beyond that.”</p>
<p>&lt;cough&gt;<br />
<a href="http://www.gerv.net/temp/layout-broken.png" rel="nofollow">http://www.gerv.net/temp/layout-broken.png</a></p>
<p>(Firefox 3.5 pretty-much-final, Linux Ubuntu 9.04)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerv</title>
		<link>http://hacks.mozilla.org/2009/06/word-wrap/comment-page-1/#comment-1050</link>
		<dc:creator>Gerv</dc:creator>
		<pubDate>Tue, 30 Jun 2009 08:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1018#comment-1050</guid>
		<description>&quot;Presented in a , this huge URL behaves well enough to at least not break the layout of this page. But, it’s not really handled all that gracefully beyond that.&quot;


http://www.gerv.net/temp/layout-broken.png</description>
		<content:encoded><![CDATA[<p>&#8220;Presented in a , this huge URL behaves well enough to at least not break the layout of this page. But, it’s not really handled all that gracefully beyond that.&#8221;</p>
<p><a href="http://www.gerv.net/temp/layout-broken.png" rel="nofollow">http://www.gerv.net/temp/layout-broken.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://hacks.mozilla.org/2009/06/word-wrap/comment-page-1/#comment-1047</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Tue, 30 Jun 2009 06:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1018#comment-1047</guid>
		<description>Sure it should behave as one word (and it does, right?).

@Andy
I agree. Even IE does text-overflow: ellipsis! That&#039;s probably the only CSS hack I use that most browsers EXCEPT Firefox support. :(</description>
		<content:encoded><![CDATA[<p>Sure it should behave as one word (and it does, right?).</p>
<p>@Andy<br />
I agree. Even IE does text-overflow: ellipsis! That&#8217;s probably the only CSS hack I use that most browsers EXCEPT Firefox support. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smooth Criminal</title>
		<link>http://hacks.mozilla.org/2009/06/word-wrap/comment-page-1/#comment-1043</link>
		<dc:creator>Smooth Criminal</dc:creator>
		<pubDate>Tue, 30 Jun 2009 04:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1018#comment-1043</guid>
		<description>If this is one word, shoould it be behaving as one by double clicking on it?</description>
		<content:encoded><![CDATA[<p>If this is one word, shoould it be behaving as one by double clicking on it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://hacks.mozilla.org/2009/06/word-wrap/comment-page-1/#comment-1034</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 30 Jun 2009 00:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1018#comment-1034</guid>
		<description>Niiice. :) Now we need its cousin to be implemented too -- &quot;text-overflow: ellipsis&quot;:

https://bugzilla.mozilla.org/show_bug.cgi?id=312156

...For Firefox 3.6?</description>
		<content:encoded><![CDATA[<p>Niiice. :) Now we need its cousin to be implemented too &#8212; &#8220;text-overflow: ellipsis&#8221;:</p>
<p><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=312156" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=312156</a></p>
<p>&#8230;For Firefox 3.6?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

