Thread: Empty heading
View Single Post
Old 05-01-2012, 11:24 AM   #5
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,550
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Probably does not insert space, but causes surrounding spaces not to collapse:

Usually, two spaces should display as a single one:

Code:
two  spaces
but if there is anything between those two spaces, even if it's something with "display: none", then they are not two consecutive spaces anymore, and they are displayed as a wider space:

Code:
two <span class="pagenum">123</span> spaces
(where "span.pagenum" is set to "display: none").

In this case, it would be better to include one of the spaces inside the span:

Code:
two <span class="pagenum">123 </span>spaces
But it may still affect searching. If you search "two words" you may find no match. I'm not sure what the specifications say, if they say anything, about these things.
Jellby is online now   Reply With Quote