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
<amg class="figure" alt="Image: A diagram illustrating the relationship between the Grid Element and its Tracks, Lines, Areas and Items." src="images/grid-concepts.png" />
488
+
<img class="figure" alt="Image: A diagram illustrating the relationship between the Grid Element and its Tracks, Lines, Areas and Items." src="images/grid-concepts.png" />
489
489
<p class="caption">A diagram illustrating the relationship between the <a>grid container</a> and its tracks, lines, areas and items.
and the grid container's margins do not collapse with the margins of its contents.
641
641
<ahref=#grid-container>Grid containers</a> form a containing block for their contents
642
642
<ahref=http://www.w3.org/TR/CSS21/visudet.html#containing-block-details>exactly like block containers do</a>. <adata-biblio-type=normativedata-link-type=bibliohref=#css21title=CSS21>[CSS21]</a>
643
-
The <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-overflow-3/#overflowtitle=overflow>overflow</a> property applies to <ahref=#grid-container>grid containers</a>.
643
+
The <aclass=propertydata-link-type=propdeschref=http://www.w3.org/TR/SVG/masking.html#OverflowPropertytitle=overflow>overflow</a> property applies to <ahref=#grid-container>grid containers</a>.
(which happens when the <ahref=#grid-container>grid container</a>’s width or height is <a>indefinite</a>),
1057
+
(which happens when the <ahref=#grid-container>grid container</a>’s width or height is <ahref=http://dev.w3.org/csswg/css-sizing-3/#indefinite>indefinite</a>),
1058
1058
flex-sized <ahref=#grid-track>grid tracks</a> are sized to their contents while retaining their respective proportions.
1059
1059
The used size of each flex-sized <ahref=#grid-track>grid track</a> is computed by
1060
1060
determining the <aclass=propertydata-link-type=propdesctitle=max-content>max-content</a> size of each flex-sized <ahref=#grid-track>grid track</a>
The <aclass=propertydata-link-type=propdeschref=#propdef-grid-row-starttitle=grid-row-start>grid-row-start</a>, <aclass=propertydata-link-type=propdeschref=#propdef-grid-column-starttitle=grid-column-start>grid-column-start</a>, <aclass=propertydata-link-type=propdeschref=#propdef-grid-row-endtitle=grid-row-end>grid-row-end</a>, and <aclass=propertydata-link-type=propdeschref=#propdef-grid-column-endtitle=grid-column-end>grid-column-end</a> properties
1645
1645
(collectively, the <dfndata-dfn-type=dfndata-export="" id=grid-placement-propertiestitle="grid-placement property">grid-placement properties</dfn>)
1646
1646
determine a <ahref=#grid-item>grid item</a>’s <ahref=#placement0>placement</a> by specifying, respectively,
1647
-
the <a>block-start</a>, <a>inline-start</a>, <a>block-end</a>, and <a>inline-end</a>
1647
+
the <ahref=http://dev.w3.org/csswg/css-writing-modes-3/#block-start>block-start</a>, <ahref=http://dev.w3.org/csswg/css-writing-modes-3/#inline-start>inline-start</a>, <ahref=http://dev.w3.org/csswg/css-writing-modes-3/#block-end>block-end</a>, and <ahref=http://dev.w3.org/csswg/css-writing-modes-3/#inline-end>inline-end</a>
1648
1648
<ahref=#grid-line>grid lines</a> of a <ahref=#grid-item>grid item</a>’s <ahref=#grid-area>grid area</a>.
When calculating the baseline according to the above rules,
2056
-
if the box contributing a baseline has an <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-overflow-3/#overflowtitle=overflow>overflow</a> value that allows scrolling,
2056
+
if the box contributing a baseline has an <aclass=propertydata-link-type=propdeschref=http://www.w3.org/TR/SVG/masking.html#OverflowPropertytitle=overflow>overflow</a> value that allows scrolling,
2057
2057
the box must be treated as being in its initial scroll position
<amgalt="Image: An arrangement suitable for portrait orientation." src="images/game-portrait.png" />
202
+
<imgalt="Image: An arrangement suitable for portrait orientation." src="images/game-portrait.png" />
203
203
204
204
<pclass="caption">An arrangement suitable for ''portrait'' orientation.
205
205
</div>
206
206
207
207
<divclass="sidefigure">
208
208
<p>
209
-
<amgalt="Image: An arrangement suitable for landscape orientation." src="images/game-landscape.png" />
209
+
<imgalt="Image: An arrangement suitable for landscape orientation." src="images/game-landscape.png" />
210
210
211
211
<pclass="caption">An arrangement suitable for ''landscape'' orientation.
212
212
</div>
@@ -288,7 +288,7 @@ <h3 id='grid-layering'>
288
288
289
289
<divclass="sidefigure">
290
290
<p>
291
-
<amgalt="Image: A control composed of layered HTML elements." src="images/control-layering-and-alignment.png" />
291
+
<imgalt="Image: A control composed of layered HTML elements." src="images/control-layering-and-alignment.png" />
292
292
293
293
<pclass="caption">A control composed of layered HTML elements.
294
294
</div>
@@ -385,13 +385,13 @@ <h2 id='grid-concepts'>
385
385
386
386
<!--
387
387
<div class="figure">
388
-
<amg class="figure" alt="Image: A diagram illustrating the relationship between the Grid Element and its Tracks, Lines, Areas and Items." src="images/grid-concepts.png" />
388
+
<img class="figure" alt="Image: A diagram illustrating the relationship between the Grid Element and its Tracks, Lines, Areas and Items." src="images/grid-concepts.png" />
389
389
<p class="caption">A diagram illustrating the relationship between the <a>grid container</a> and its tracks, lines, areas and items.
0 commit comments