RESOLVED FIXED 7216
white-space: pre-wrap collapses leading whitespace following a newline
https://bugs.webkit.org/show_bug.cgi?id=7216
Summary white-space: pre-wrap collapses leading whitespace following a newline
mitz
Reported 2006-02-12 10:36:48 PST
[Reported by Dave Hyatt] white-space: pre-wrap collapses whitespace at the start of the line if the previous line ends in a newline. The root cause is that previousLineBrokeCleanly is only being set for <br> and not for breaks caused by newlines. Patch coming up.
Attachments
patch (12.44 KB, patch)
2006-02-12 10:49 PST, mitz
hyatt: review+
mitz
Comment 1 2006-02-12 10:49:23 PST
Dave Hyatt
Comment 2 2006-02-12 17:34:44 PST
Comment on attachment 6436 [details] patch r=me
Note You need to log in before you can comment on or make changes to this bug.