From: http://www.w3.org/TR/CSS2/text.html#propdef-white-space
pre This value prevents user agents from collapsing sequences of white space. Lines are only broken at newlines in the source, or at occurrences of "\A" in generated content. pre-wrap This value prevents user agents from collapsing sequences of white space. Lines are broken at newlines in the source, at occurrences of "\A" in generated content, and as necessary to fill line boxes. -dave On Mar 16, 2010, at 6:37 PM, Kevin LaCoste wrote: > On Wed, Mar 17, 2010 at 10:02 AM, Nathan Kinsinger > <[email protected]> wrote: > > We could have a preference that changes the css style from pre to pre-wrap. > > I'm fuzzy on the difference here. Does pre-wrap assume fixed-width fonts? > > Kevin >
