Re: hyphenation in dillo
"corvid" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <20121107221745.GE4504@local> |
Sebastian wrote:
> On Mon, Sep 10, 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.
>
> There is one line, which is very long (number 54), but the current
> release breaks this line into multiple ones. Can someone provide
> details about the vsource plugin?
The vsource page has
<style type="text/css">PRE {white-space: pre-wrap}
and the css2 spec says
"If 'white-space' is set to 'pre' or 'pre-wrap', any sequence of spaces
(U+0020) unbroken by an element boundary is treated as a sequence of
non-breaking spaces. However, for 'pre-wrap', a line breaking opportunity
exists at the end of the sequence."