[Webkit-unassigned] [Bug 204874] [WinCairo] Improve Inspectable Target Page to adapt a long title and URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 8 19:09:55 PST 2019


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

--- Comment #15 from Yousuke Kimoto <Yousuke.Kimoto at sony.com> ---
Memo:
>>> +        "  .targetname { font-weight: bold; overflow: hidden; white-space:nowrap; text-overflow: ellipsis; }"
>> 
>> Do you need this 'overflow: hidden'? Can it overflow? Even though ellipsis is used.
> 
>Ah, I misunderstood. It is needed.
I should have explained the latter case. The following page explains why 'overflow: hidden' is required.

https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow
>The text-overflow property doesn't force an overflow to occur. To make text overflow its container you have to set other CSS properties: overflow and white-space.

-- 
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/20191209/a115447b/attachment.htm>


More information about the webkit-unassigned mailing list