Skip to content

Commit 3845f40

Browse files
committed
[css-gaps-1][editorial] Fix duplicate definition of rule-list. #11766
1 parent 8b50286 commit 3845f40

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css-gaps-1/Overview.bs

+9-9
Original file line numberDiff line numberDiff line change
@@ -766,23 +766,23 @@ Gap decoration shorthands: The 'column-rule' and 'row-rule' properties {#gap-dec
766766

767767
<pre class='propdef shorthand'>
768768
Name: column-rule, row-rule
769-
Value: <<rule-list>> | <<auto-rule-list>>
769+
Value: <<gap-rule-list>> | <<gap-auto-rule-list>>
770770
</pre>
771771

772772
<pre class='prod'>
773-
<dfn>&lt;rule-list&gt;</dfn> = <<rule-or-repeat>> [ / <<rule-or-repeat>> ]*
773+
<dfn>&lt;gap-rule-list&gt;</dfn> = <<gap-rule-or-repeat>> [ / <<gap-rule-or-repeat>> ]*
774774
775-
<dfn>&lt;auto-rule-list&gt;</dfn> = [ [ <<rule-or-repeat>> ] / ]*
776-
<<auto-repeat-rule>>
777-
[ / [ <<rule-or-repeat>> ] ]*
775+
<dfn>&lt;gap-auto-rule-list&gt;</dfn> = [ [ <<gap-rule-or-repeat>> ] / ]*
776+
<<gap-auto-repeat-rule>>
777+
[ / [ <<gap-rule-or-repeat>> ] ]*
778778
779-
<dfn>&lt;rule-or-repeat&gt;</dfn> = [ <<rule>> | <<repeat-rule>> ]
779+
<dfn>&lt;gap-rule-or-repeat&gt;</dfn> = [ <<gap-rule>> | <<gap-repeat-rule>> ]
780780
781-
<dfn>&lt;repeat-rule&gt;</dfn> = repeat( [ <<integer [1,∞]>> ] , [ <<rule>> ]# )
781+
<dfn>&lt;gap-repeat-rule&gt;</dfn> = repeat( [ <<integer [1,∞]>> ] , [ <<gap-rule>> ]# )
782782
783-
<dfn>&lt;auto-repeat-rule&gt;</dfn> = repeat( auto , [ <<rule>> ]# )
783+
<dfn>&lt;gap-auto-repeat-rule&gt;</dfn> = repeat( auto , [ <<gap-rule>> ]# )
784784
785-
<dfn>&lt;rule&gt;</dfn> = [ <<line-width>> || <<line-style>> || <<color>> ]
785+
<dfn>&lt;gap-rule&gt;</dfn> = [ <<line-width>> || <<line-style>> || <<color>> ]
786786
</pre>
787787

788788
These shorthands set the corresponding width, style, and color properties as a set.

0 commit comments

Comments
 (0)