Skip to content

Commit 88dec4d

Browse files
committed
[css-grid-1] Fix link/biblio errors.
1 parent de2577c commit 88dec4d

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

css-grid-1/Overview.bs

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Ignored Terms: containing block, <ident>, auto, grid-*-start, grid-*-end, flex f
3333
Ignored Vars: A, B, C, size-contribution, track-sizes, extra-space
3434
Link Defaults: css2 (property) margin/min-height/max-height/min-width/max-width, css-align-3 (value) stretch/baseline, css-position-3 (property) left, css-position-3 (property) position, css-writing-modes-3 (dfn) start/end
3535
At Risk: application of grid placement to absolutely-positioned boxes
36+
WPT Path Prefix: css/css-grid/
3637
</pre>
3738

3839
<pre class="link-defaults">
@@ -45,10 +46,14 @@ spec:css-align-3;
4546
type:property; text:column-gap
4647
type:dfn; text:alignment baseline
4748
spec:css-break-3; type:dfn; text:fragment
48-
spec:css-flexbox-1; type:dfn
49-
text: specified size
50-
text: content size
51-
text: transferred size
49+
spec:css-flexbox-1;
50+
type:dfn
51+
text: specified size
52+
text: content size
53+
text: transferred size
54+
type:value
55+
text:flex
56+
text:inline-flex
5257
spec:css-pseudo-4; type:selector;
5358
text:::first-line
5459
text:::first-letter
@@ -557,7 +562,7 @@ Sizing the Grid</h3>
557562
</div>
558563

559564
Finally each <a>grid item</a> is sized and aligned within its assigned <a>grid area</a>,
560-
as specified by its own <a href="https://www.w3.org/TR/CSS2/visudet.html">sizing</a> [[!CSS21]] and <a lt="box alignment properties">alignment properties</a> [[!CSS-ALIGN-3]].
565+
as specified by its own <a href="https://www.w3.org/TR/CSS2/visudet.html">sizing</a> [[!CSS2]] and <a lt="box alignment properties">alignment properties</a> [[!CSS-ALIGN-3]].
561566

562567

563568
<!--
@@ -1077,7 +1082,7 @@ Grid Items</h2>
10771082
(skipping ''display:contents'' ancestors)
10781083
is ''grid'' or ''inline-grid'',
10791084
the element's own 'display' value is [=blockified=].
1080-
(See <a href="https://www.w3.org/TR/CSS2/visuren.html#dis-pos-flo">CSS2.1&sect;9.7</a> [[!CSS21]]
1085+
(See <a href="https://www.w3.org/TR/CSS2/visuren.html#dis-pos-flo">CSS2.1&sect;9.7</a> [[!CSS2]]
10811086
and [[css-display-3#transformations]]
10821087
for details on this type of 'display' value conversion.)
10831088

@@ -1105,13 +1110,13 @@ Grid Items</h2>
11051110
:: If the grid item is either non-replaced--
11061111
or is replaced but has no intrinsic aspect ratio and no intrinsic size in the relevant dimension--
11071112
use the width calculation rules for non-replaced boxes
1108-
as defined in <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">CSS2.1 § 10.3.3</a>.
1113+
as defined in <a href="https://www.w3.org/TR/CSS2/visudet.html#blockwidth">CSS2.1 § 10.3.3</a>.
11091114

11101115
Otherwise, if the grid item has an intrinsic ratio or an intrinsic size in the relevant dimension,
11111116
the grid item is sized as for ''align-self: start''
11121117
(consistent with the width calculation rules for block-level replaced elements in <a href="https://www.w3.org/TR/CSS2/visudet.html#block-replaced-width">CSS2.1 § 10.3.4</a>).
11131118
: ''align-self/stretch''
1114-
:: Use the width calculation rules for non-replaced boxes, as defined in <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">CSS2.1 § 10.3.3</a>.
1119+
:: Use the width calculation rules for non-replaced boxes, as defined in <a href="https://www.w3.org/TR/CSS2/visudet.html#blockwidth">CSS2.1 § 10.3.3</a>.
11151120

11161121
Note: This may distort the aspect ratio of the item, if it has one.
11171122
: all other values
@@ -1207,7 +1212,7 @@ Z-axis Ordering: the 'z-index' property</h3>
12071212

12081213
<a>Grid items</a> can overlap when they are positioned into intersecting <a>grid areas</a>,
12091214
or even when positioned in non-intersecting areas because of negative margins or positioning.
1210-
The painting order of <a>grid items</a> is exactly the same as inline blocks [[CSS21]],
1215+
The painting order of <a>grid items</a> is exactly the same as inline blocks [[CSS2]],
12111216
except that <a>order-modified document order</a> is used in place of raw document order,
12121217
and 'z-index' values other than <a value for=z-index>auto</a> create a stacking context even if 'position' is ''static''
12131218
(behaving exactly as if 'position' were ''relative'').
@@ -1476,7 +1481,7 @@ Track Sizes</h4>
14761481
<dl dfn-for="grid-template-columns, grid-template-rows" dfn-type=value>
14771482
<dt><dfn><<length-percentage>></dfn>
14781483
<dd>
1479-
A non-negative length or percentage, as defined by CSS3 Values. [[!CSS3VAL]]
1484+
A non-negative length or percentage, as defined by CSS3 Values. [[!CSS-VALUES-3]]
14801485

14811486
<<percentage>> values are relative to
14821487
the <a lt="inner size">inner</a> <a>inline size</a>
@@ -3377,7 +3382,7 @@ With a Grid Container as Parent</h3>
33773382
and so does not affect the placement of other items
33783383
or the sizing of the grid.
33793384

3380-
The <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">static position</a> [[!CSS21]]
3385+
The <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">static position</a> [[!CSS2]]
33813386
of an absolutely-positioned child of a <a>grid container</a>
33823387
is determined as if it were the sole grid item
33833388
in a <a>grid area</a>
@@ -3658,8 +3663,8 @@ Grid Container Baselines</h3>
36583663
the box must be treated as being in its initial scroll position
36593664
for the purpose of determining its baseline.
36603665

3661-
When <a href="https://www.w3.org/TR/CSS21/tables.html#height-layout">determining the baseline of a table cell</a>,
3662-
a grid container provides a baseline just as a line box or table-row does. [[!CSS21]]
3666+
When <a href="https://www.w3.org/TR/CSS2/tables.html#height-layout">determining the baseline of a table cell</a>,
3667+
a grid container provides a baseline just as a line box or table-row does. [[!CSS2]]
36633668

36643669
See [[css-writing-modes-3#intro-baselines]]
36653670
and [[css-align-3#baseline-rules]]
@@ -4705,7 +4710,7 @@ Major Changes</h4>
47054710
should be resolved against the content edge, not padding edge, of the grid container.
47064711
(<a href="https://github.com/w3c/csswg-drafts/issues/3020">Issue 3020</a>)
47074712
<blockquote>
4708-
<p>The <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">static position</a> [[!CSS21]]
4713+
<p>The <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">static position</a> [[!CSS2]]
47094714
of an absolutely-positioned child of a <a>grid container</a>
47104715
is determined as if it were the sole grid item
47114716
in a <a>grid area</a>
@@ -4921,7 +4926,7 @@ Clarifications</h4>
49214926
is ''grid'' or ''inline-gird'',
49224927
the element's own 'display' value is [=blockified=].</ins>
49234928

4924-
Note: <ins>Blockification still occurs even when the ''flex'' or ''inline-flex'' element does not end up generating a [=flex container=] box,
4929+
Note: <ins>Blockification still occurs even when the ''display/flex'' or ''display/inline-flex'' element does not end up generating a [=flex container=] box,
49254930
e.g. when it is [=replaced element|replaced=]
49264931
or in a ''display: none'' subtree.</ins>
49274932
</blockquote>

0 commit comments

Comments
 (0)