[Webkit-unassigned] [Bug 249918] New: [WPT] css/css-lists/list-marker-symbol-bidi.html with "unicode-bidi: plaintext" may have incorrect expected rendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 27 20:49:59 PST 2022


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

            Bug ID: 249918
           Summary: [WPT] css/css-lists/list-marker-symbol-bidi.html with
                    "unicode-bidi: plaintext" may have incorrect expected
                    rendering
           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

<style>
ul {
  direction: rtl;
}
li {
  outline: 1px solid;
}
img {
  width: 10px;
  height: 10px;
  background-color: blue;
}
</style>
<div style="width: 200px; border: 1px solid;">
  <ul dir="rtl">
    <li style="unicode-bidi: plaintext"><img></li>
  </ul>

  <ul dir="rtl">
    <li style="direction: ltr; text-align: right"><img></li>
  </ul>
</div>

shouldn't both lines produce the list marker at the same (horizontal) position?

-- 
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/20221228/a5547af5/attachment.htm>


More information about the webkit-unassigned mailing list