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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 14:25:09 PST 2021


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

--- Comment #9 from Ebrahim Byagowi <ebrahim at gnu.org> ---
> BJ, do we not want to apply this to .formatted-string?

It is OK to me just that in the following image, all the lines are from the same text "سیب." (means apple if you wonder)

https://i.imgur.com/sAqbjNx.png

0. "سیب."
1. The current situation, very bad, the bidi algorithm needs a help and $2 is mixed with the whole thing
2. If dir=auto be applied to .formatted-string
3. Current patch, what I see is expected that dir=auto is applied to $2's element, is achievable also if I could apply unicode-bidi:embed here which is considered not nice but I believe makes sense, it isn't that dangerous, web used to love it before isolate existence and its semantic is also OK here as it is just like applying dir=ltr here which itself is a safe thing, still.

However if you thinks 2 is OK I am also with it also, as it is definitely much better than 1 anyway.

Thanks!

-- 
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/20210119/140c0569/attachment.htm>


More information about the webkit-unassigned mailing list