Skip to content

Commit ce3a244

Browse files
committed
[css-display-1] Fix references.
1 parent 1c4575e commit ce3a244

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-display-3/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ Inner Display Layout Models: the ''flow'', ''flow-root'', ''table'', ''flex'', '
501501
<dt><dfn>flex</dfn>
502502
<dd>
503503
The element generates a principal <a>flex container</a> box
504-
and establishes a <a>flex formatting context</a>. [[!CSS3-FLEXBOX]]
504+
and establishes a <a>flex formatting context</a>. [[!CSS-FLEXBOX-1]]
505505

506506
<dt><dfn>grid</dfn>
507507
<dd>
@@ -1783,7 +1783,9 @@ Changes</h2>
17831783

17841784
<ul>
17851785
<li id="change-move-order">
1786-
Took the 'order' property from [[css-flexbox-1]].
1786+
Pulled in the 'order' property definition from [[CSS-FLEXBOX-1]],
1787+
since it also applies to [=grid items=].
1788+
(<a href="https://github.com/w3c/csswg-drafts/issues/5865">Issue 5865</a>)
17871789
<li id="change-internal-replaced">
17881790
Defined that [=replaced elements=] with a [=layout-internal=] 'display'
17891791
are treated as ''display: inline''.

0 commit comments

Comments
 (0)