Bug 1744895 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

+++ This bug was initially created as a clone of Bug #1715661 +++

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36

Steps to reproduce:

Load attached file.


Actual results:

The item in the justify-content:left flexbox (top one) is justified to the right.

The item in the justify-content: right flexbox (bottom one) is justified to the left.


Expected results:

justify-content should be obeyed in a vertical writing mode column flexbox.

https://drafts.csswg.org/css-align-3/#valdef-justify-content-left talks about aligning to the physical left/right edges if possible.

There's a note about column flex containers, but I'm fairly confident it only applies to column flex containers in _horizontal_ writing modes. The note was added in response to https://github.com/w3c/csswg-drafts/issues/2991, which explicitly called out horizontal writing modes.

Back to Bug 1744895 Comment 0