[Webkit-unassigned] [Bug 141120] Negative text-indent with Unicode characters result in positive width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 31 19:28:10 PST 2015


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

Myles C. Maxfield <mmaxfield at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com

--- Comment #8 from Myles C. Maxfield <mmaxfield at apple.com> ---
The span's apparent width (meaning: not counting the text-indent) is coming from the minimum preferred width of the text inside the span. That minimum preferred width comes from the width of the longest word, which in this case, is fairly long. In particular, it is longer than the length of the entire text plus the (negative of the) text-indent.

I believe this is working as intended. Hyatt: What do you think?

-- 
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/20150201/c3083e7c/attachment-0002.html>


More information about the webkit-unassigned mailing list