On Thu, Sep 29, 2011 at 03:02:24PM +0000, corvid wrote:
Jorge wrote:
On Tue, Sep 27, 2011 at 09:30:24PM +0200, Johannes Hofmann wrote:
attached is a preliminary patch for white-space: nowrap handling. It' supposed to fix the following issues:
* Weird page width in combination with white-space:nowrap sequences (e.g. on http://en.wikipedia.org/wiki/Web_browser. * Line breaks at tags (e.g. <b>D</b>illo should not break after the "D". (similar issue on http://fltk.org/newsgroups.php?gfltk.development+T)
without breaking:
* zero width space handling. * ideographic character handling.
It's not ready for commit yet, as google results don't render deterministically the same way. Nevertheless please give it a try and report how it works for you.
Good!
I'm reviewing the patch and it seems to work well so far.
I just noticed that page source isn't wrapping.
Ah good point. Seems I broke white-space:pre-wrap. I will try to fix that.