Skip to content

Commit e7da69b

Browse files
committed
[css-gaps-1][editorial] Fix typo and make property descriptions consistent with other specs
1 parent 31a4043 commit e7da69b

1 file changed

Lines changed: 22 additions & 19 deletions

File tree

css-gaps-1/Overview.bs

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ Break behaviors at intersections: The 'column-rule-break', 'row-rule-break', and
557557
Animation type: discrete
558558
</pre>
559559

560-
Sets the behavior for breaking decorations within a given gap into segments
560+
These properties set the behavior for breaking decorations within a given gap into segments
561561
at visible "T" or "cross" intersections formed by items in the container.
562562
Precise details for how to apply these values are given in the steps to [=determine gap decoration segments=].
563563

@@ -617,7 +617,7 @@ Break behaviors at intersections: The 'column-rule-break', 'row-rule-break', and
617617
Applies to: Same as 'column-rule-break' and 'row-rule-break'
618618
</pre>
619619

620-
Sets the 'column-rule-break' and 'row-rule-break' properties to the same value.
620+
This [=shorthand property=] sets 'column-rule-break' and 'row-rule-break' to the same value.
621621

622622
<wpt>
623623
parsing/rule-break-computed.html
@@ -884,7 +884,7 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties</h3>
884884
Applies to: Same as 'column-rule-edge-inset-start', 'column-rule-interior-inset-start', 'column-rule-edge-inset-end', 'column-rule-interior-inset-end', 'row-rule-edge-inset-start', 'row-rule-interior-inset-start', 'row-rule-edge-inset-end', and 'row-rule-interior-inset-end'
885885
</pre>
886886

887-
Set the corresponding ''-edge-'' and ''-interior-'' properties to the same value.
887+
These [=shorthand properties=] set the corresponding ''-edge-'' and ''-interior-'' properties to the same value.
888888
For example, 'column-rule-inset-start' sets both 'column-rule-edge-inset-start' and 'column-rule-interior-inset-start' to the same value.
889889

890890
<pre class='propdef shorthand'>
@@ -893,15 +893,15 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties</h3>
893893
Applies to: Same as 'column-rule-inset-start' and 'row-rule-inset-start'
894894
</pre>
895895

896-
Sets the 'column-rule-inset-start' and 'row-rule-inset-start' properties to the same value.
896+
This [=shorthand property=] sets 'column-rule-inset-start' and 'row-rule-inset-start' to the same value.
897897

898898
<pre class='propdef shorthand'>
899899
Name: rule-inset-end
900900
Value: <<'column-rule-inset-end'>>
901901
Applies to: Same as 'column-rule-inset-end' and 'row-rule-inset-end'
902902
</pre>
903903

904-
Sets the 'column-rule-inset-end' and 'row-rule-inset-end' properties to the same value.
904+
This [=shorthand property=] sets 'column-rule-inset-end' and 'row-rule-inset-end' to the same value.
905905

906906
<h4 id="insets-edge-interior">
907907
''-edge-'' and ''-interior-'' shorthands</h4>
@@ -943,15 +943,15 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties</h3>
943943
Applies to: Same as 'column-rule-edge-inset' and 'row-rule-edge-inset'
944944
</pre>
945945

946-
Sets the 'column-rule-edge-inset' and 'row-rule-edge-inset' properties to the same value.
946+
This [=shorthand property=] sets 'column-rule-edge-inset' and 'row-rule-edge-inset' to the same value.
947947

948948
<pre class='propdef shorthand'>
949949
Name: rule-interior-inset
950950
Value: <<'column-rule-interior-inset'>>
951951
Applies to: Same as 'column-rule-interior-inset' and 'row-rule-interior-inset'
952952
</pre>
953953

954-
Sets the 'column-rule-interior-inset' and 'row-rule-interior-inset' properties to the same value.
954+
This [=shorthand property=] sets 'column-rule-interior-inset' and 'row-rule-interior-inset' to the same value.
955955

956956
<wpt>
957957
parsing/rule-edge-inset-bidirectional-shorthand.html
@@ -1059,7 +1059,7 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties</h3>
10591059
Applies to: Same as 'column-rule-inset' and 'row-rule-inset'
10601060
</pre>
10611061

1062-
Sets the 'column-rule-inset' and 'row-rule-inset' properties to the same value.
1062+
This [=shorthand property=] sets 'column-rule-inset' and 'row-rule-inset' to the same value.
10631063

10641064
<wpt>
10651065
parsing/rule-inset-bidirectional-shorthand.html
@@ -1109,7 +1109,7 @@ Gap decoration visibility: The 'rule-visibility-items' properties</h3>
11091109
Applies to: Same as 'column-rule-visibility-items' and 'row-rule-visibility-items'
11101110
</pre>
11111111

1112-
Sets the 'column-rule-visibility-items' and 'row-rule-visibility-items' properties to the same value.
1112+
This [=shorthand property=] sets 'column-rule-visibility-items' and 'row-rule-visibility-items' to the same value.
11131113

11141114
<div class="example">
11151115
<pre>
@@ -1212,7 +1212,7 @@ Gap decoration overlap: The 'rule-overlap' property</h3>
12121212
Animation type: discrete
12131213
</pre>
12141214

1215-
Sets the paint order for overlapping <a>gap decorations</a>.
1215+
This property sets the paint order for overlapping <a>gap decorations</a>.
12161216

12171217
<dl dfn-type="value" dfn-for="rule-overlap">
12181218
<dt><dfn>row-over-column</dfn>
@@ -1386,7 +1386,7 @@ Gap decoration color: The 'column-rule-color', 'row-rule-color', and 'rule-color
13861386
<dfn>&lt;auto-repeat-line-color&gt;</dfn> = repeat( auto , [ <<color>> ]# )
13871387
</pre>
13881388

1389-
Sets the color of <a>gap decorations</a>.
1389+
These properties set the color of <a>gap decorations</a>.
13901390

13911391
<pre class='propdef shorthand'>
13921392
Name: rule-color
@@ -1395,7 +1395,7 @@ Gap decoration color: The 'column-rule-color', 'row-rule-color', and 'rule-color
13951395
Applies to: Same as 'column-rule-color' and 'row-rule-color'
13961396
</pre>
13971397

1398-
Sets the 'column-rule-color' and 'row-rule-color' properties to the same value.
1398+
This [=shorthand property=] sets 'column-rule-color' and 'row-rule-color' to the same value.
13991399

14001400
<wpt>
14011401
agnostic/gap-decorations-003.html
@@ -1443,7 +1443,7 @@ Gap decoration style: The 'column-rule-style', 'row-rule-style', and 'rule-style
14431443
<dfn>&lt;auto-repeat-line-style&gt;</dfn> = repeat( auto , [ <<line-style>> ]# )
14441444
</pre>
14451445

1446-
Sets the styles of <a>gap decorations</a>.
1446+
These properties set the styles of <a>gap decorations</a>.
14471447
The <<line-style>> values apply the same as for 'border-style'.
14481448

14491449
<pre class='propdef shorthand'>
@@ -1453,7 +1453,7 @@ Gap decoration style: The 'column-rule-style', 'row-rule-style', and 'rule-style
14531453
Applies to: Same as 'column-rule-style' and 'row-rule-style'
14541454
</pre>
14551455

1456-
Sets the 'column-rule-style' and 'row-rule-style' properties to the same value.
1456+
This [=shorthand property=] sets 'column-rule-style' and 'row-rule-style' to the same value.
14571457

14581458
<wpt>
14591459
flex/flex-gap-decorations-002.html
@@ -1503,7 +1503,7 @@ Gap decoration width: The 'column-rule-width', 'row-rule-width', and 'rule-width
15031503
<dfn>&lt;auto-repeat-line-width&gt;</dfn> = repeat( auto , [ <<line-width>> ]# )
15041504
</pre>
15051505

1506-
Sets the widths of <a>gap decorations</a>. Negative values are not allowed.
1506+
These properties set the widths of <a>gap decorations</a>. Negative values are not allowed.
15071507

15081508
<pre class='propdef shorthand'>
15091509
Name: rule-width
@@ -1512,7 +1512,7 @@ Gap decoration width: The 'column-rule-width', 'row-rule-width', and 'rule-width
15121512
Applies to: Same as 'column-rule-width' and 'row-rule-width'
15131513
</pre>
15141514

1515-
Sets the 'column-rule-width' and 'row-rule-width' properties to the same value.
1515+
This [=shorthand property=] sets 'column-rule-width' and 'row-rule-width' to the same value.
15161516

15171517
<wpt>
15181518
agnostic/gap-decorations-009-crash.html
@@ -1560,7 +1560,10 @@ Gap decoration shorthands: The 'column-rule', 'row-rule', and 'rule' properties<
15601560
<dfn>&lt;gap-rule&gt;</dfn> = <<line-width>> || <<line-style>> || <<color>>
15611561
</pre>
15621562

1563-
Sets the corresponding width, style, and color properties as a set.
1563+
These [=shorthand properties=] set values for the
1564+
'column-rule-width', 'column-rule-style', and 'column-rule-color' properties,
1565+
or the 'row-rule-width', 'row-rule-style', and 'row-rule-color' properties,
1566+
respectively.
15641567

15651568
<pre class='propdef shorthand'>
15661569
Name: rule
@@ -1569,7 +1572,7 @@ Gap decoration shorthands: The 'column-rule', 'row-rule', and 'rule' properties<
15691572
Applies to: Same as 'column-rule' and 'row-rule'
15701573
</pre>
15711574

1572-
Sets the 'column-rule' and 'row-rule' properties to the same values.
1575+
This [=shorthand property=] sets 'column-rule' and 'row-rule' to the same values.
15731576

15741577
<wpt>
15751578
flex/flex-gap-decorations-019.html
@@ -1637,7 +1640,7 @@ Lists of values and the ''repeat()'' notation</h3>
16371640

16381641
<dt><dfn value for="repeat()">auto</dfn>
16391642
<dd>
1640-
Specfies an <dfn>auto repeater</dfn>.
1643+
Specifies an <dfn>auto repeater</dfn>.
16411644
An <a>auto repeater</a> will be used to fill in values for gaps
16421645
that would not otherwise receive values from other parts of the list.
16431646
At most one ''repeat()'' in a given list of values may be an <a>auto repeater</a>.

0 commit comments

Comments
 (0)