[Webkit-unassigned] [Bug 185729] New: The effect of writing-mode property remains after the property is removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 07:54:28 PDT 2018


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

            Bug ID: 185729
           Summary: The effect of writing-mode property remains after the
                    property is removed
           Product: WebKit
           Version: Safari 11
          Hardware: Unspecified
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nanto at moon.email.ne.jp

Visit https://jsfiddle.net/7zLr6vsn/ or

1. Set `writing-mode: vertical-rl;` to the root element.
2. Then, remove writing-mode property from the element.

Actual: The text of the document is laid out vertically.

Expected: The text of the document is laid out horizontally.

Chrome, Firefox, and Edge behave as expected.

-- 
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/20180517/0b192fa0/attachment.html>


More information about the webkit-unassigned mailing list