[Webkit-unassigned] [Bug 245905] New: Incorrect(?) rendering in imported/w3c/web-platform-tests/css/css-text/line-breaking/line-breaking-019.html
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 30 15:57:17 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=245905
Bug ID: 245905
Summary: Incorrect(?) rendering in
imported/w3c/web-platform-tests/css/css-text/line-brea
king/line-breaking-019.html
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zalan at apple.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
This is about the "before" text at column#3 row#3.
The question is if a soft wrap opportunity is present between the out-of-flow box and its inflow siblings.
e.g
<style>
div {
border: solid;
font-family: monospace;
width: 130px;
}
img {
width: 10px;
height: 10px;
background-color: blue;
}
</style>
<div>first_line <img class=before>second_line</div>
<div>first_line <img style="position: absolute">second_line</div>
while the first <div> content breaks after the <img> (soft wrap opportunity is before and after the <img> inline level box), the second <div>'s content breaks _before_ the <img> at "first_line " with the whitespace trimmed.
--
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/20220930/4e482c17/attachment.htm>
More information about the webkit-unassigned
mailing list