Skip to content

Commit 540d534

Browse files
committed
[scroll-animations-1] Allow reordering of scroll() keywords
1 parent 93c424f commit 540d534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scroll-animations-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ spec: cssom-view-1; type: dfn;
130130

131131
### The ''scroll()'' notation ### {#scroll-notation}
132132

133-
The ''scroll()'' functional notation
133+
The <dfn>scroll()</dfn> functional notation
134134
can be used as a value of 'animation-timeline'
135135
and specifies a [=scroll progress timeline=].
136136
Its syntax is
137137

138138
<pre class="prod">
139-
<dfn>scroll()</dfn> = scroll( <<axis>>? <<scroller>>? )
139+
<<scroll()>> = scroll( [ <<scroller>> || <<axis>> ]? )
140140
<dfn noexport><<axis>></dfn> = block | inline | vertical | horizontal
141141
<dfn noexport><<scroller>></dfn> = root | nearest
142142
</pre>

0 commit comments

Comments
 (0)