Skip to content

Commit

Permalink
Remove superfluous condition (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow authored Feb 22, 2024
1 parent 54deedf commit 4e858f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ partial interface mixin WindowOrWorkerGlobalScope {
To the [[HTML5#timer-initialisation-steps|timer initialization steps algorithm]],
add this step between 7.1 and 7.2:

1. If the first operation argument is not a {{Function}}, or if the first operation argument is a {{TrustedType}}, set the first operation argument to the result of executing
1. If the first operation argument is not a {{Function}}, set the first operation argument to the result of executing
the [$Get Trusted Type compliant string$] algorithm, with
* |global| set to the [=this=] value's [=relevant global object=].
* |input| set to the first method argument, and
Expand Down

0 comments on commit 4e858f8

Please sign in to comment.