@@ -87,7 +87,7 @@ Subgrids</h2>
87
87
</div>
88
88
89
89
<h3 id="subgrid-per-axis">
90
- Establishing a Subgrid: Per-Axis Proposal </h3>
90
+ Establishing a Subgrid</h3>
91
91
92
92
<a>Subgrids</a> provide the ability to pass grid parameters down through nested elements,
93
93
and content-based sizing information back up to their parent grid.
@@ -647,7 +647,7 @@ Aspect-ratio–controlled Gutters</h2>
647
647
If both 'align-content' and 'justify-content' have <<number>> values,
648
648
then 'justify-content' ’s <<number>> value is ignored
649
649
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,
651
651
then 'justify-content' takes 'align-content' ’s <<content-distribution>> value
652
652
(if one was specified)
653
653
and otherwise falls back to ''space-between'' .
@@ -685,6 +685,22 @@ Aspect-ratio–controlled Gutters</h2>
685
685
</pre>
686
686
</div>
687
687
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
+
688
704
<h2 id="acknowledgements">
689
705
Acknowledgements</h2>
690
706
0 commit comments