[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
Thu Dec 5 01:09:30 PST 2019


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

--- Comment #3 from Yousuke Kimoto <Yousuke.Kimoto at sony.com> ---
(In reply to Fujii Hironori from comment #2)
> > Source/WebKit/UIProcess/socket/RemoteInspectorProtocolHandler.cpp:160
> > +        "  table, td { border: 1px solid #d3d7cf; border-left: none; border-right: none; table-layout: fixed;}"
> 
> I think 'table-layout' should apply only to table element. Why do you want
> to apply it to td element?

Thanks, the attribute should be applied in table element..

> > Source/WebKit/UIProcess/socket/RemoteInspectorProtocolHandler.cpp:165
> > +        "  .targeturl { width: auto; color: #babdb6; overflow: hidden; background: #eee; word-wrap: break-word; overflow-wrap: break-word; }"
> 
> Why 'width: auto' is needed? Its initial value is 'auto'.
> Why 'overflow: hidden' is needed? You are using ellipsis and break-word. Can
> it overflow?

'width: auto' is unnecessary. I'll delete them.

-- 
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/20191205/0833abf6/attachment.htm>


More information about the webkit-unassigned mailing list