@@ -3786,7 +3786,7 @@ interface Animation : EventTarget {
37863786 1. Let <var> animation</var> be a new {{Animation}} object.
37873787 2. Run the procedure to <a>set the timeline of an animation</a> on
37883788 <var> animation</var> passing <var> timeline</var> as the <var> new
3789- timeline</var> or, if a <var> timeline</var> argument is not provided ,
3789+ timeline</var> or, if a <var> timeline</var> argument is missing ,
37903790 passing the <a>default document timeline</a> of the {{Document}}
37913791 <a lt="document associated with a window">associated</a> with the
37923792 {{Window}} that is the <a>current global object</a> .
@@ -3804,9 +3804,9 @@ interface Animation : EventTarget {
38043804 : <dfn argument
38053805 for="Animation/Animation(effect, timeline)"
38063806 lt="timeline"> timeline</dfn>
3807- :: An optional value which, if provided , specifies the <a>timeline</a>
3807+ :: An optional value which, if present , specifies the <a>timeline</a>
38083808 with which to associate the newly-created <a>animation</a> .
3809- If not provided , the <a>default document timeline</a> of the
3809+ If missing , the <a>default document timeline</a> of the
38103810 {{Document}} <a lt="document associated with a window">associated</a>
38113811 with the {{Window}} that is the <a>current global object</a> is used.
38123812
0 commit comments