Skip to content

Commit

Permalink
Use "in parallel" properly (w3c#369)
Browse files Browse the repository at this point in the history
Fixes w3c#341.
  • Loading branch information
domenic authored and Marcos Cáceres committed Dec 13, 2016
1 parent c2208c3 commit 67c3537
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@ <h2>
<li>Set <var>acceptPromise</var> in
<var>request</var>@<a>[[\acceptPromise]]</a>.
</li>
<li>Return <var>acceptPromise</var> and asynchronously perform the
remaining steps.
<li>Return <var>acceptPromise</var> and perform the remaining steps
<a>in parallel</a>.
</li>
<li>Let <var>supportedMethods</var> be the union of all the
<code>supportedMethods</code> sequences from each
Expand Down Expand Up @@ -590,8 +590,8 @@ <h2>
</li>
<li>Let <var>promise</var> be a new <a>Promise</a>.
</li>
<li>Return <var>promise</var> and asynchronously perform the
remaining steps.
<li>Return <var>promise</var> and perform the remaining steps <a>in
parallel</a>.
</li>
<li>Try to abort the current user interaction and close down any
remaining user interface.
Expand Down Expand Up @@ -1498,8 +1498,8 @@ <h2>
<li>Set the value of the internal slot <a>[[\completeCalled]]</a> to
true.
</li>
<li>Return <var>promise</var> and asynchronously perform the
remaining steps.
<li>Return <var>promise</var> and perform the remaining steps <a>in
parallel</a>.
</li>
<li>Close down any remaining user interface. The <a>user agent</a>
MAY use the value <code>result</code> to influence the user
Expand Down Expand Up @@ -1665,8 +1665,8 @@ <h2>
Only one update may be processed at a time.
</p>
</li>
<li>Return from the method and asynchronously perform the remaining
steps.
<li>Return from the method and perform the remaining steps <a>in
parallel</a>.
</li>
<li>Wait until <code>d</code> settles.
<div class="note">
Expand Down Expand Up @@ -2084,6 +2084,9 @@ <h2>
<li>
<dfn>active document</dfn>
</li>
<li>
<dfn>in parallel</dfn>
</li>
<li>the <dfn>iframe</dfn> element
</li>
<li>the <dfn>allowpaymentrequest</dfn> attribute
Expand Down

0 comments on commit 67c3537

Please sign in to comment.