File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -970,7 +970,7 @@ layer.
970970
971971<pre class="propdef">
972972Name : background
973- Value : [ <<bg-layer>># ,]? <<final-bg-layer>>
973+ Value : <<bg-layer>>#? , <<final-bg-layer>>
974974Initial : see individual properties
975975Applies to : all elements
976976Inherited : no
Original file line number Diff line number Diff line change @@ -249,8 +249,8 @@ It has following syntax:
249249<div class="prod">
250250 <dfn type><step-easing-function></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><step-position></dfn> =
256256 ''jump-start'' | ''jump-end'' |
Original file line number Diff line number Diff line change @@ -563,8 +563,8 @@ It has following syntax:
563563<div class="prod">
564564 <dfn type><step-easing-function></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><step-position></dfn> =
570570 ''jump-start'' | ''jump-end'' |
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments