You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The 'justify-content' and 'align-content' properties control alignment of the box's content within the box.
500
500
501
501
<divclass="figure">
502
-
<p><imgalt="Diagram showing that the alignment of the content within the element is affected." src="content-target.jpg">
502
+
<p><imgalt="Diagram showing that the alignment of the content within the element is affected." src="images/content-example.svg" width=212height=212>
503
503
</div>
504
504
505
505
<tableclass=propdef>
@@ -649,7 +649,7 @@ <h2 id='self-alignment'>
649
649
The 'justify-self' and 'align-self' properties control alignment of the box within its containing block.
650
650
651
651
<divclass="figure">
652
-
<p><imgalt="Diagram showing that the alignment of the element within its containing block is affected." src="self-target.jpg">
652
+
<p><imgalt="Diagram showing that the alignment of the element within its containing block is affected." src="images/self-example.svg" width=212height=212>
653
653
</div>
654
654
655
655
<h3id='justify-self-property'>
@@ -931,7 +931,7 @@ <h2 id='default-alignment'>
931
931
The 'align-items' and 'justify-items' properties set the default 'align-self' and 'justify-self' behavior of the items contained by the element.
932
932
933
933
<divclass="figure">
934
-
<p><imgalt="Diagram showing that the alignment of grid items within the element is affected." src="child-target.jpg">
934
+
<p><imgalt="Diagram showing that the alignment of grid items within the element is affected." src="images/items-example.svg" width=212height=212>
935
935
</div>
936
936
937
937
<h3id='justify-items-property'>
@@ -1068,12 +1068,12 @@ <h2 id="changes">
1068
1068
<li>Defined terms <i>alignment container</i> and <i>alignment subject</i>
1069
1069
to make ti easier to define alignment.
1070
1070
<li>Pulled out all value definitions into a general section on <ahref="#alignment-values">Alignment Values</a>.
1071
-
<li>Added both ''safe'' and ''true'' as <ahref="file:///home/fantasai/w3c/csswg/css-align/Overview.html#overflow-values">overflow alignment keywords</a>
1071
+
<li>Added both ''safe'' and ''true'' as <ahref="#overflow-values">overflow alignment keywords</a>
1072
1072
and made the default layout-mode-dependent.
1073
1073
<li>Removed ''head'' and ''foot'' keywords,
1074
1074
defined ''start'' and ''end'' keywords as relative to the <i>alignment container</i>'s <i>writing mode</i>,
1075
1075
and added ''self-start'' and ''self-end'' to be relative to the <i>alignment subject</i>.
1076
-
<li>Filled out details on <ahref="file:///home/fantasai/w3c/csswg/css-align/Overview.html#baseline">baseline alignment</a>.
1076
+
<li>Filled out details on <ahref="#baseline">baseline alignment</a>.
1077
1077
<li>Made 'justify-items' handle the <code><CENTER>></code>/<code>align</code> attribute requirements
1078
1078
by adding ''legacy'' keyword.
1079
1079
<li>Added <i>fallback alignment</i> ability for 'justify-content' and 'align-content'.
0 commit comments