Open Bug 1468291 Opened 8 years ago Updated 3 years ago

Width-specified vertical Table is rendered "off screen" and causes the width of the viewport become infinitely large

Categories

(Core :: Layout: Tables, defect)

defect

Tracking

()

Tracking Status
firefox62 --- wontfix
firefox63 --- wontfix
firefox64 --- affected
firefox65 --- affected

People

(Reporter: zjz, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

<!DOCTYPE html> <title>test vertical table</title> <table style="writing-mode: vertical-rl; width: 500px; margin: 0 auto;"> <tr><td>vertical table</td></tr> </table> The table is rendered nowhere. The width of the page turns infinitely long(You can see the narrow horizontal bar on the page). Removing "margin: 0 auto;" makes the table appear, but the width of the page is still infinitely long.
Blocks: 1077521
Tested in Chrome, and it turns out correct in Chrome.
Attached file test.html
Uploading the html file for viewing the issue
Summary: Width-specified vertical Table is rendered erroneously → Width-specified vertical Table is rendered "off screen" and causes the viewport becomes infinitely large
Summary: Width-specified vertical Table is rendered "off screen" and causes the viewport becomes infinitely large → Width-specified vertical Table is rendered "off screen" and causes the width of the viewport become infinitely large
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: