Boris Zbarsky wrote: > Jonas Sicking wrote: >> Ugh, I hate making webpages uglier for the sake of editor. Couldn't >> editor add an and then convert that to a space once you type >> something. > > That doesn't behave right wrt wrapping (e.h. hitting space after a word > that fits should NOT wrap it to the next line, which adding an > could do). > > I suppose we could introduce Yet Another Value for white-space to handle > this case, but....
The problem I see is what happens if the user types space and then nothing more but instead saves the file. If we only render the space in editor using a special white-space value that means that the file will look different when the user opens it in the browser. It seems to me like it's not a terrible idea to not render the space until the user types characters after the space. But I'm biased :) / Jonas _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

