[Webkit-unassigned] [Bug 50006] Webkit underflows % widths and shows red on the right side

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 5 17:34:49 PST 2023


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

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WORKSFORME
            Summary|Webkit underflows % widths  |Webkit underflows % widths
                   |                            |and shows red on the right
                   |                            |side

--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
The difference here in between Firefox and Safari/Chrome on the other side is the height of the height of the layout wrapper. 

In Safari/Chrome, it is 0px
In Firefox, it is 210px

The layout difference is created by 
<wbr style="clear: both; display: block; ">

If I replace `wbr` by `div`. The layout is the same in the 3 browsers.
<div style="clear: both; display: block; "> </div>

So it seems to depends on the wbr imple
https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-wbr-element


The initial report was about the red space showing on the right side of the column. 
This is not the case anymore in the 3 browsers. 

So This is solved with regards to this specific issue. 

The WBR behavior and the wrapper seems a different beast which is unrelated. :)

-- 
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/20230206/0d2134be/attachment.htm>


More information about the webkit-unassigned mailing list