[webkit-reviews] review requested: [Bug 124206] Support overflow-wrap:break-word on simple line path : [Attachment 216792] patch 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 13 04:01:51 PST 2013


Antti Koivisto <koivisto at iki.fi> has asked  for review:
Bug 124206: Support overflow-wrap:break-word on simple line path
https://bugs.webkit.org/show_bug.cgi?id=124206

Attachment 216792: patch 2
https://bugs.webkit.org/attachment.cgi?id=216792&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
- measure character-by-character to avoid n^2. This is what line boxes do too.
- if break-word generates space-only line set its width to zero
- handle shapeInside style invalidation correctly


More information about the webkit-reviews mailing list