Bug 240418

Summary: "writing-mode" cannot work with table
Product: WebKit Reporter: Chijin <tlock.chijin>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: bfulgham, mmaxfield, simon.fraser, tkent, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: Safari 15   
Hardware: All   
OS: All   
Attachments:
Description Flags
webkit screenshot
none
chrome screenshot none

Chijin
Reported 2022-05-14 05:11:48 PDT
Created attachment 459351 [details] webkit screenshot reproduciable example: https://codepen.io/chijinz/pen/VwQmyEe version: all webkit products (including Safari) Description: When setting the writing-mode of a table header element to "vertical-rl", the text in the header is not presented vertically. Chrome works fine with this example.
Attachments
webkit screenshot (85.87 KB, image/png)
2022-05-14 05:11 PDT, Chijin
no flags
chrome screenshot (189.84 KB, image/png)
2022-05-14 05:12 PDT, Chijin
no flags
Chijin
Comment 1 2022-05-14 05:12:07 PDT
Created attachment 459352 [details] chrome screenshot
Chijin
Comment 2 2022-05-19 19:40:39 PDT
code: ``` <html> <head> <style> </style> <script> function jsfuzzer() { document.getElementById("htmlvar00006").style["writing-mode"] = "vertical-rl" } </script> </head> <body onload=jsfuzzer()> <table> <th id="htmlvar00006">aaaaaaaaabbbbbbbbbbbbcccccccccc</th> </table> </body> </html> ```
Radar WebKit Bug Importer
Comment 3 2022-05-21 05:12:13 PDT
Kent Tamura
Comment 4 2022-07-20 01:18:51 PDT
*** This bug has been marked as a duplicate of bug 65917 ***
Note You need to log in before you can comment on or make changes to this bug.