Re: [jlreq] [gap-analysis] Table cells in vertical writing mode (#155)

The link to the tests points to some tests that relate to table handling, but not to tests that address this specific issue, so i should change that.

Here's a test that illustrates the problem: https://w3c.github.io/i18n-tests/exploratory/vertical_text/int-vertical-text?text=%3Ctable%3E%3Ctr%3E%3Ctd%20style%3D%22writing-mode%3Avertical-rl%22%3E%E7%AC%AC%EF%BC%91%E6%9D%A1%3C%2Ftd%3E%3Ctd%20style%3D%22writing-mode%3Avertical-rl%22%3Eall%E4%BA%BA%E9%96%93%E3%81%AF%E3%80%81%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3E%E7%94%9F%E3%81%BE%E3%82%8C%E3%81%AA%E3%81%8C%3C%2Ftd%3E%3Ctd%3E%E3%82%89%E3%81%AB%E3%81%97%E3%81%A6%3C%2Ftd%3E%3C%2Ftr%3E%3C%2Ftable%3E&lang=ja&fontSize=36&width=500&height=500

In Gecko (Firefox) this looks as you'd expect. The text in the top 2 table cells is vertical.

![Screenshot 2020-02-04 at 06 26 05](https://user-images.githubusercontent.com/4839211/73719446-630f7a00-4717-11ea-95d0-3022531c2272.png)

In Blink (Chrome) there appears to be no vertical effect applied.

![Screenshot 2020-02-04 at 06 26 32](https://user-images.githubusercontent.com/4839211/73719477-7ae6fe00-4717-11ea-9a6b-0a45cf2649f0.png)

And in Webkit (Safari) the Japanese characters are rotated 90ยบ left but run horizontally.

![Screenshot 2020-02-04 at 06 27 05](https://user-images.githubusercontent.com/4839211/73719516-9e11ad80-4717-11ea-95af-48ef270adf44.png)


-- 
GitHub Notification of comment by r12a
Please view or discuss this issue at https://github.com/w3c/jlreq/issues/155#issuecomment-581762991 using your GitHub account

Received on Tuesday, 4 February 2020 06:30:04 UTC