File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -970,7 +970,7 @@ layer.
970
970
971
971
<pre class="propdef">
972
972
Name : background
973
- Value : [ <<bg-layer>># ,]? <<final-bg-layer>>
973
+ Value : <<bg-layer>>#? , <<final-bg-layer>>
974
974
Initial : see individual properties
975
975
Applies to : all elements
976
976
Inherited : no
Original file line number Diff line number Diff line change @@ -249,8 +249,8 @@ It has following syntax:
249
249
<div class="prod">
250
250
<dfn type><step-easing-function></dfn> =
251
251
''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>
254
254
255
255
<dfn type><step-position></dfn> =
256
256
''jump-start'' | ''jump-end'' |
Original file line number Diff line number Diff line change @@ -563,8 +563,8 @@ It has following syntax:
563
563
<div class="prod">
564
564
<dfn type><step-easing-function></dfn> =
565
565
''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>
568
568
569
569
<dfn type><step-position></dfn> =
570
570
''jump-start'' | ''jump-end'' |
Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ Supported Shapes</h3>
497
497
498
498
</dd>
499
499
<dt> <dfn>path()</dfn> =
500
- path( [ <<'fill-rule'>>,] ? <<string>> )
500
+ path( <<'fill-rule'>> ? , <<string>> )
501
501
</dt>
502
502
<dd dfn-type=value dfn-for="path()">
503
503
<ul>
You can’t perform that action at this time.
0 commit comments