@@ -1071,9 +1071,9 @@ Gap decoration color: The 'column-rule-color' and 'row-rule-color' properties</h
10711071 <pre class='prod'>
10721072 <dfn><line-color-list></dfn> = <<line-color-or-repeat>> #
10731073
1074- <dfn><auto-line-color-list></dfn> = [ <<line-color-or-repeat>> # , ]?
1074+ <dfn><auto-line-color-list></dfn> = <<line-color-or-repeat>> #? ,
10751075 <<auto-repeat-line-color>>
1076- [ , <<line-color-or-repeat>> # ] ?
1076+ , <<line-color-or-repeat>> #?
10771077
10781078 <dfn><line-color-or-repeat></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><line-style-list></dfn> = <<line-style-or-repeat>> #
11261126
1127- <dfn><auto-line-style-list></dfn> = [ <<line-style-or-repeat>> # , ]?
1127+ <dfn><auto-line-style-list></dfn> = <<line-style-or-repeat>> #? ,
11281128 <<auto-repeat-line-style>>
1129- [ , <<line-style-or-repeat>> # ] ?
1129+ , <<line-style-or-repeat>> #?
11301130
11311131 <dfn><line-style-or-repeat></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><line-width-list></dfn> = <<line-width-or-repeat>> #
11771177
1178- <dfn><auto-line-width-list></dfn> = [ <<line-width-or-repeat>> # , ]?
1178+ <dfn><auto-line-width-list></dfn> = <<line-width-or-repeat>> #? ,
11791179 <<auto-repeat-line-width>>
1180- [ , <<line-width-or-repeat>> # ] ?
1180+ , <<line-width-or-repeat>> #?
11811181
11821182 <dfn><line-width-or-repeat></dfn> = [ <<line-width>> | <<repeat-line-width>> ]
11831183
0 commit comments