FWIW, they’re not going to fix this in Gecko for the time being, because the relevant code is already a mess and long due for a complete overhaul. Currently, the entire rendering code is being reworked to use Cairo as the backend, which is supposed to allow taking advantage of hardware acceleration. It will also get rid of most of the 2D drawing code in Gecko, since that will be Cairo’s job. In the course of all that, the text layout code is due for a massive refactoring, and one of the byproducts of that will be soft hyphen support.

The bottom line is that it will take quite a while yet until Gecko has that support, but it will happen.

Makeshifts last the longest.


In reply to Soft hyphen support in Gecko (was: Pages often too wide) by Aristotle
in thread Pages often too wide by spiritway

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.