JavaScript is required to use Bungie.net

#Septagon

11/30/2012 2:30:35 AM
49

A small request for Bungie.next

For the love of peaches can we make it so that I can properly double space after sentences without Bungie.net truncating my double spaces down to a single space? When I was a child, I was taught to double space after every sentence to make it clear where one sentence ended and another sentence began. Archaic though that practice might be, I just see little reason to prevent people from being able to double space if they want to. I'm not interested in forcing anyone else to change the way they write, I just find that it makes my often incredibly verbose posts a little more readable. I have great faith that the webteam is going to hit Bungie.next out of the ballpark, and out of all the complex features that people have asked for, this seems like an easy one to implement. Is there anybody else who would want this?

Posting in language:

 

Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

View Entire Topic
  • Forgive me if I'm wrong, but doesn't html have an element called [url=http://www.w3schools.com/html/tryit.asp?filename=tryhtml_pre]
    [/url] that preserves just this kind of formatting? I too use double spaces. I am indifferent to paragraph indentation, but it seems like an easy thing to accomplish all of it. It would just display exactly as the user typed it, errors and all.
    
    I imagine the current formatting in forum posts does indeed use 

    . Just make it display exactly as typed. Just make all the "

    "s into "

    "s.  It's not like B.net would have to parse whats a sentence and what's not. Just switch out all of the 

    fields that get populated by user submitted text with

     tags instead.
    
    [quote][b]Posted by:[/b] dazarobbo
    [quote][b]Posted by:[/b] Oddley765
    It's to do with HTML formatting and specifications. Double spaces aren't valid HTML.
    
    [url=http://stackoverflow.com/questions/433493/why-do-multiple-spaces-in-an-html-file-show-up-as-single-spaces-in-the-browser]link for reference[/url][/quote]Excessive whitespace doesn't invalidate a HTML document, browsers just truncate it down to a single space (ASCII 0x20).
    
    That being said, if you wanted double spacing, it would need to be controlled with extra markup, like non-breaking spaces or wrapped sentences (ie. span tags). But then, you run into all sorts of problems.
    
    If you use a regex to add in a nbsp, how do you identify it? Is it "\. {2}"? Maybe "\. {2,}\S"?
    
    If you try to identify sentences... what [i]is[/i] a sentence? Where do they begin and end? Remember you're dealing with user-generated content here; it's not always going to be correct.
    [/quote]
    
    [Edited on 11.29.2012 9:08 PM PST]

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

You are not allowed to view this content.
;
preload icon
preload icon
preload icon