- From: Rune Lillesveen via GitHub <sysbot+gh@w3.org>
- Date: Mon, 01 Apr 2019 23:32:47 +0000
- To: public-css-archive@w3.org
There is the same issue for https://drafts.csswg.org/css-writing-modes-3/#principal-flow Chrome starts with the horizontal scrollbar to the right for direction:rtl regardless of display:none or not on body below. ``` <!DOCTYPE html> <style> html { overflow: scroll; width: 5000px; height: 100px } body { direction: rtl; display: none } </style> <body></body> ``` -- GitHub Notification of comment by lilles Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3779#issuecomment-478785665 using your GitHub account
Received on Monday, 1 April 2019 23:32:49 UTC