Skip to content

Commit 33422e0

Browse files
authored
[css-gaps-1][editorial] Simplify syntax (#13359)
1 parent 9d10089 commit 33422e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-gaps-1/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,9 +1071,9 @@ Gap decoration color: The 'column-rule-color' and 'row-rule-color' properties</h
10711071
<pre class='prod'>
10721072
<dfn>&lt;line-color-list&gt;</dfn> = <<line-color-or-repeat>>#
10731073
1074-
<dfn>&lt;auto-line-color-list&gt;</dfn> = [<<line-color-or-repeat>># , ]?
1074+
<dfn>&lt;auto-line-color-list&gt;</dfn> = <<line-color-or-repeat>>#? ,
10751075
<<auto-repeat-line-color>>
1076-
[ , <<line-color-or-repeat>># ]?
1076+
, <<line-color-or-repeat>>#?
10771077
10781078
<dfn>&lt;line-color-or-repeat&gt;</dfn> = [ <<color>> | <<repeat-line-color>> ]
10791079
@@ -1124,9 +1124,9 @@ Gap decoration style: The 'column-rule-style' and 'row-rule-style' properties</h
11241124
<pre class='prod'>
11251125
<dfn>&lt;line-style-list&gt;</dfn> = <<line-style-or-repeat>>#
11261126
1127-
<dfn>&lt;auto-line-style-list&gt;</dfn> = [<<line-style-or-repeat>># , ]?
1127+
<dfn>&lt;auto-line-style-list&gt;</dfn> = <<line-style-or-repeat>>#? ,
11281128
<<auto-repeat-line-style>>
1129-
[ , <<line-style-or-repeat>># ]?
1129+
, <<line-style-or-repeat>>#?
11301130
11311131
<dfn>&lt;line-style-or-repeat&gt;</dfn> = [ <<line-style>> | <<repeat-line-style>> ]
11321132
@@ -1175,9 +1175,9 @@ Gap decoration width: The 'column-rule-width' and 'row-rule-width' properties</h
11751175
<pre class='prod'>
11761176
<dfn>&lt;line-width-list&gt;</dfn> = <<line-width-or-repeat>>#
11771177
1178-
<dfn>&lt;auto-line-width-list&gt;</dfn> = [<<line-width-or-repeat>># , ]?
1178+
<dfn>&lt;auto-line-width-list&gt;</dfn> = <<line-width-or-repeat>>#? ,
11791179
<<auto-repeat-line-width>>
1180-
[ , <<line-width-or-repeat>># ]?
1180+
, <<line-width-or-repeat>>#?
11811181
11821182
<dfn>&lt;line-width-or-repeat&gt;</dfn> = [ <<line-width>> | <<repeat-line-width>> ]
11831183

0 commit comments

Comments
 (0)