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)
Core
Layout: Tables
Tracking
()
People
(Reporter: zjz, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
166 bytes,
text/html
|
Details |
<!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.
| Reporter | ||
Comment 1•8 years ago
|
||
Tested in Chrome, and it turns out correct in Chrome.
| Reporter | ||
Comment 2•7 years ago
|
||
Uploading the html file for viewing the issue
| Reporter | ||
Updated•7 years ago
|
Summary: Width-specified vertical Table is rendered erroneously → Width-specified vertical Table is rendered "off screen" and causes the viewport becomes infinitely large
| Reporter | ||
Updated•7 years ago
|
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
| Reporter | ||
Updated•7 years ago
|
Updated•7 years ago
|
Blocks: writing-mode
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•