Open Bug 1811703 Opened 1 year ago Updated 1 year ago

firefox doesnt know the width of column in table with div{writing-mode: vertical-rl; dir="rtl"}

Categories

(Core :: Layout: Tables, defect)

Firefox 108
defect

Tracking

()

Tracking Status
firefox-esr102 --- wontfix
firefox109 --- wontfix
firefox110 --- wontfix
firefox111 --- affected

People

(Reporter: vincenn, Unassigned)

References

(Depends on 1 open bug, )

Details

(Keywords: parity-chrome, parity-edge)

User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149

Steps to reproduce:

I coded a webpage in html

in head:
<meta charset="utf-8"> <style> div{writing-mode: vertical-rl; dir="rtl"} </style>

in body, a table with
<table border=5>
<tr>
<td bgcolor = white><div>て三伏のあつさをわすれ雪>のあした<br /> の景色には炉に榾くへて酒あゝ<br /> めむ事をほりす嗚呼奇哉此筆を<br /> もてうつさは万物ミなまさに写さゝら<br /> めやはとしきりに感賞す折から仙鶴堂 成安</div></td>
</tr>
</table>

Actual results:

the text appears on the right of the box with a border. The box has the correct height but a width of a few pixels instead of 500 or so.

Expected results:

the text should have appeared inside the box

The table is correctly displayed using the Opera browser

The Bugbug bot thinks this bug should belong to the 'Core::Layout' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → Layout
Product: Firefox → Core

I think bug 1166120 is the underlying issue here.

Severity: -- → S3
Depends on: 1166120

The bug has a release status flag that shows some version of Firefox is affected, thus it will be considered confirmed.

Status: UNCONFIRMED → NEW
Ever confirmed: true
You need to log in before you can comment on or make changes to this bug.