Skip to content

Commit b2c9691

Browse files
authored
[css-background-3][css-easing][css-shapes-1] Rewrite syntax with implicitly optional comma (#9650)
1 parent bea08ea commit b2c9691

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

css-backgrounds-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ layer.
970970

971971
<pre class="propdef">
972972
Name: background
973-
Value: [<<bg-layer>># ,]? <<final-bg-layer>>
973+
Value: <<bg-layer>>#? , <<final-bg-layer>>
974974
Initial: see individual properties
975975
Applies to: all elements
976976
Inherited: no

css-easing-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ It has following syntax:
249249
<div class="prod">
250250
<dfn type>&lt;step-easing-function&gt;</dfn> =
251251
''step-start'' | ''step-end'' |
252-
<span class="atom"><a lt="steps()" function>steps</a>(<<integer>>[,
253-
<<step-position>>]?)</span>
252+
<span class="atom"><a lt="steps()" function>steps</a>(<<integer>> ,
253+
<<step-position>>?)</span>
254254

255255
<dfn type>&lt;step-position&gt;</dfn> =
256256
''jump-start'' | ''jump-end'' |

css-easing-2/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,8 @@ It has following syntax:
563563
<div class="prod">
564564
<dfn type>&lt;step-easing-function&gt;</dfn> =
565565
''step-start'' | ''step-end'' |
566-
<span class="atom"><a lt="steps()" function>steps</a>(<<integer>>[,
567-
<<step-position>>]?)</span>
566+
<span class="atom"><a lt="steps()" function>steps</a>(<<integer>> ,
567+
<<step-position>>?)</span>
568568

569569
<dfn type>&lt;step-position&gt;</dfn> =
570570
''jump-start'' | ''jump-end'' |

css-shapes-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ Supported Shapes</h3>
497497

498498
</dd>
499499
<dt><dfn>path()</dfn> =
500-
path( [<<'fill-rule'>>,]? <<string>> )
500+
path( <<'fill-rule'>>? , <<string>> )
501501
</dt>
502502
<dd dfn-type=value dfn-for="path()">
503503
<ul>

0 commit comments

Comments
 (0)