[Webkit-unassigned] [Bug 220624] Propagate explicit directionality into the Inspector DOM view

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 14 09:45:44 PST 2021


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

Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa at webkit.org
         Depends on|64861                       |

--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org> ---
The computed value of direction property can be used. No need to rely on :dir. in fact, that would be wrong because :dir by definition will ignore CSS based directionality changes. Furthermore, Web Inspector backend uses C++ code to figure out the directionality of text. No need to rely on any real web API.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=64861
[Bug 64861] Need support for :dir() pseudo-class
-- 
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/20210114/5a6f615c/attachment.htm>


More information about the webkit-unassigned mailing list