Skip to content

Commit 4bf5657

Browse files
committed
[web-animations-1] Clarify language describing optional arguments.
WebIDL uses not present/missing as opposed to not provided.
1 parent 1a344d6 commit 4bf5657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web-animations-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)