[Webkit-unassigned] [Bug 195345] Implement "overflow-wrap: anywhere"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 20 04:08:23 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=195345

Florian Rivoal <florian at rivoal.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |florian at rivoal.net

--- Comment #4 from Florian Rivoal <florian at rivoal.net> ---
@Myles, The wrapping behavior of word-break:break-word / overflow-wrap: anywhere is the same as that of overflow-wrap:break-word, but the effect on intrinsic sizing is different. A quick bit of testing shows that safari has the expected sizing behavior difference between word-break:break-word and overflow-wrap:break-word.

To test, you can try this:

  <section style=width:0>
    <div style=float:left>longword</div>
  </section>

If you put overflow-wrap:break-word on the div, the longword will not wrap, but if you put word-break:break-word instead, it will.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200120/db59bb0f/attachment.htm>


More information about the webkit-unassigned mailing list