Skip to content

Commit b270d90

Browse files
irrationalRocktabatkins
authored andcommitted
removed instant (w3c#3074)
1 parent 0b964e3 commit b270d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cssom-view-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ then <var>x</var> must be changed to the value <code>0</code>. [[!WEBIDL]]
416416
<h2 id=extensions-to-the-window-interface>Extensions to the {{Window}} Interface</h2>
417417

418418
<pre class=idl>
419-
enum ScrollBehavior { "auto", "instant", "smooth" };
419+
enum ScrollBehavior { "auto", "smooth" };
420420

421421
dictionary ScrollOptions {
422422
ScrollBehavior behavior = "auto";

0 commit comments

Comments
 (0)