Skip to content

Commit ea5c147

Browse files
committed
[css-align] Clarify that content alignment won't cut off scrollable content: 'flex-flow:column-reverse;justify-content:flex-start' should work the same as 'flex-flex:column;justify-content:flex-end'.
1 parent e46cf27 commit ea5c147

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

css-align/Overview.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,9 @@ Overflow and Scroll Positions</h3>
839839
In other words,
840840
the <a>scrollable overflow region</a> is aligned relative to the viewport
841841
as specified by the <a>content distribution property</a>.
842+
Additionally, so that the content remains in the <a>scrollable overflow region</a> in order to be scrollable,
843+
the ''overflow/scroll'' and ''overflow/auto'' values of 'overflow'
844+
trigger safe content alignment always.
842845

843846
<div class='example'>
844847
For example,
@@ -848,10 +851,6 @@ Overflow and Scroll Positions</h3>
848851
and its content will overflow its main-start edge.
849852
</div>
850853

851-
Issue: This needs to be integrated with overflow-anchor, when the property exists,
852-
so that you get the same behavior whether an elements *starts out* overflowing,
853-
or is filled element-by-element.
854-
855854
<!--
856855
██████ ████████ ██ ████████
857856
██ ██ ██ ██ ██ ██ ██

0 commit comments

Comments
 (0)