[Webkit-unassigned] [Bug 220639] Web Inspector: BiDi issue on JavaScript evaluation result element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 21 06:37:57 PST 2021


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

--- Comment #14 from Sam Sneddon [:gsnedders] <gsnedders at apple.com> ---
Oh, no, I finally sat down and thought about this without getting interrupted and I'm sorry for being wrong before!

We definitely want the base direction to be ltr, and we want it to be isolated from the surrounding context, as otherwise things get very surprising in JS context. So we want unicode-bidi: isolate; direction: ltr; as the used values (i.e., dir=ltr), and direction: ltr is the initial value we indeed inherit so this current patch looks good to me.

So: non-reviewer r+.

-- 
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/20210121/64855fa5/attachment.htm>


More information about the webkit-unassigned mailing list