Skip to content

Commit a94ce7d

Browse files
committed
[css-grid] Fix links.
1 parent c1735d0 commit a94ce7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Former editor: Phil Cupp, Microsoft Corporation, pcupp@microsoft.com
1919
!Issues list: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&amp;component=Grid+Layout&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED">In Bugzilla</a>
2020
Abstract: This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a flexible or fixed predefined layout grid.
2121
Ignored Terms: containing block, <positive-integer>, <ident>, auto, grid-*-start, grid-*-end, flex factor, flex factors, block formatting context, grid-auto-position
22-
Link Defaults: css21 (property) margin, css-align-3 (dfn) alignment container/alignment subject/box alignment properties, css-align-3 (value) stretch/baseline, css-position-3 (property) left
22+
Link Defaults: css21 (property) margin/min-height/max-height/min-width/max-width, css-align-3 (dfn) alignment container/alignment subject/box alignment properties, css-align-3 (value) stretch/baseline, css-position-3 (property) left
2323
At Risk: the ''grid-template-rows/subgrid'' value of 'grid-template-columns' and 'grid-template-rows', and its component parts individually
2424
</pre>
2525

@@ -638,7 +638,7 @@ Grid Items</h2>
638638
</div>
639639

640640
Some values of 'display' trigger the generation of anonymous boxes.
641-
For example, a misparented ''table-cell'' child is fixed up
641+
For example, a misparented ''display/table-cell'' child is fixed up
642642
by <a href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes">generating anonymous <css>table</css> and <css>table-row</css> elements</a> around it. [[!CSS21]]
643643
This fixup must occur <em>before</em> a <a>grid container</a>’s children are promoted to <a>grid items</a>.
644644
For example, given two contiguous child elements with ''display:table-cell'',

css-grid/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ <h2 class="heading settled" data-level="4" id="grid-items"><span class="secno">4
17461746

17471747

17481748
<p>Some values of <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visuren.html#propdef-display">display</a> trigger the generation of anonymous boxes.
1749-
For example, a misparented <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-display-3/#valdef-display-outside-table-cell">table-cell</a> child is fixed up
1749+
For example, a misparented <a class="css" data-link-for="display" data-link-type="maybe" href="http://dev.w3.org/csswg/css-display-3/#valdef-display-table-cell">table-cell</a> child is fixed up
17501750
by <a href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes">generating anonymous <span class="css">table</span> and <span class="css">table-row</span> elements</a> around it. <a data-biblio-type="normative" data-link-type="biblio" href="#biblio-css21" title="CSS21">[CSS21]</a>
17511751
This fixup must occur <em>before</em> a <a data-link-type="dfn" href="#grid-container">grid container</a>’s children are promoted to <a data-link-type="dfn" href="#grid-item">grid items</a>.
17521752
For example, given two contiguous child elements with <span class="css">display:table-cell</span>,

0 commit comments

Comments
 (0)