Skip to content

Commit 7a378c1

Browse files
committed
[css-flexbox] Clarify that Box Alignment supercedes Flexbox definitions
1 parent 79daa35 commit 7a378c1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css-flexbox/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1740,12 +1740,16 @@ Alignment</h2>
17401740
including some things that were very difficult in CSS 2.1,
17411741
like horizontal and vertical centering.
17421742

1743-
Note: While the alignment properties are defined in <a href="https://www.w3.org/TR/css3-align/">CSS Box Alignment</a>,
1743+
Note: While the alignment properties are defined in <a href="https://www.w3.org/TR/css3-align/">CSS Box Alignment</a> [[!CSS-ALIGN-3]],
17441744
Flexible Box Layout reproduces the definitions of the relevant ones here
17451745
so as to not create a normative dependency that may slow down advancement of the spec.
17461746
These properties apply only to flex layout
17471747
until <a href="https://www.w3.org/TR/css3-align/">CSS Box Alignment Level 3</a> is finished
17481748
and defines their effect for other layout modes.
1749+
Additionally, any new values defined in the Box Alignment module
1750+
will apply to Flexible Box Layout;
1751+
in otherwords, the Box Alignment module, once completed,
1752+
will supercede the definitions here.
17491753

17501754
<!--
17511755
██ ██ ███ ████████ ██████ ████ ██ ██ ██████

0 commit comments

Comments
 (0)