[webkit-reviews] review granted: [Bug 100739] [CSS] Expand -webkit-line-break value space : [Attachment 171418] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 30 10:59:14 PDT 2012


Eric Seidel <eric at webkit.org> has granted Glenn Adams <glenn at skynav.com>'s
request for review:
Bug 100739: [CSS] Expand -webkit-line-break value space
https://bugs.webkit.org/show_bug.cgi?id=100739

Attachment 171418: Patch
https://bugs.webkit.org/attachment.cgi?id=171418&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=171418&action=review


> Source/WebCore/rendering/style/StyleRareInheritedData.cpp:74
> -    , khtmlLineBreak(LBNORMAL)
> +    , lineBreak(LineBreakAuto)

Do we need to change the code which depends on this value?  Is our linebreaking
still correct?


More information about the webkit-reviews mailing list