RESOLVED FIXED101992
Whitespace collapsing when calculating maximum width of <pre> elements
https://bugs.webkit.org/show_bug.cgi?id=101992
Summary Whitespace collapsing when calculating maximum width of <pre> elements
Robert Hogan
Reported 2012-11-12 14:30:24 PST
Created attachment 173730 [details] Reduction WidthIterator needs to know if leading space should be ignored or not when deciding whether to add word-spacing to a space character. If whitespace doesn't collapse it should never ignore a space.
Attachments
Reduction (426 bytes, text/html)
2012-11-12 14:30 PST, Robert Hogan
no flags
Reduction (420 bytes, text/html)
2012-11-13 12:13 PST, Robert Hogan
no flags
mitz
Comment 1 2012-11-13 11:58:16 PST
The lines in the test case aren’t the same width in Firefox 16.0.1.
Robert Hogan
Comment 2 2012-11-13 12:13:35 PST
Created attachment 173949 [details] Reduction Corrected the reduction.
Robert Hogan
Comment 3 2012-12-26 07:15:48 PST
Something fixed this.
Note You need to log in before you can comment on or make changes to this bug.