Skip to content

Commit b73fe44

Browse files
committed
[css-grid-2] Add Changes list
1 parent efc2bfe commit b73fe44

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

css-grid-2/Overview.bs

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Subgrids</h2>
8787
</div>
8888

8989
<h3 id="subgrid-per-axis">
90-
Establishing a Subgrid: Per-Axis Proposal</h3>
90+
Establishing a Subgrid</h3>
9191

9292
<a>Subgrids</a> provide the ability to pass grid parameters down through nested elements,
9393
and content-based sizing information back up to their parent grid.
@@ -647,7 +647,7 @@ Aspect-ratio&ndash;controlled Gutters</h2>
647647
If both 'align-content' and 'justify-content' have <<number>> values,
648648
then 'justify-content'’s <<number>> value is ignored
649649
and its <<content-distribution>> value honored as if specified alone.
650-
If no <<content-distribution>> value was specified,
650+
fIf no <<content-distribution>> value was specified,
651651
then 'justify-content' takes 'align-content'’s <<content-distribution>> value
652652
(if one was specified)
653653
and otherwise falls back to ''space-between''.
@@ -685,6 +685,22 @@ Aspect-ratio&ndash;controlled Gutters</h2>
685685
</pre>
686686
</div>
687687

688+
<h2 id="changes">
689+
Changes</h2>
690+
691+
<h2 class="no-num" id="changes">Changes</h2>
692+
693+
<h3 class="no-num" id="changes-20180427">
694+
Changes since the
695+
<a href="https://www.w3.org/TR/2018/WD-css-grid-2-20180427/">April 2018
696+
CSS Grid Layout Level 2 Working Draft</a></h3>
697+
698+
<ul>
699+
<li>Added back syntax for specifying subgrid-local line names.
700+
<li>Defined that subgrid’s own gap properties are honored, and how exactly that works.
701+
<li>Clarified interactions of parent line names and subgrid line names.
702+
</ul>
703+
688704
<h2 id="acknowledgements">
689705
Acknowledgements</h2>
690706

0 commit comments

Comments
 (0)