Re: hyphenation in dillo
Johannes Hofmann <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Sep 10, 2012 at 09:00:03PM +0000, corvid wrote: > > I was looking at the src for http://distrowatch.com , and the > source page is very wide -- wider than any lines, so far as I > could see. I think there is a problem with the white-space: property handling. Here is a test case: nowrap: <div style="white-space: nowrap"> hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo </div> pre: <div style="white-space: pre"> hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo </div> pre-wrap: <div style="white-space: pre-wrap"> hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo </div> pre-line: <div style="white-space: pre-line"> hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo hallo dillo </div> I can have look at this. Cheers, Johannes