Skip to content

Commit d89b68a

Browse files
TimothyGudomenic
authored andcommitted
Make print() run synchronously
This was a slip-up in the larger clean-up commit in 61da493, where "synchronous" was changed to "in parallel". All browsers implement the synchronous behavior. Fixes #4686. Tests: web-platform-tests/wpt#17439
1 parent 1ce97b6 commit d89b68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93914,7 +93914,7 @@ function sendData(data) {
9391493914

9391593915
<p>When the <dfn><code data-x="dom-print">print()</code></dfn> method is invoked, if the
9391693916
<code>Document</code> is <span>ready for post-load tasks</span>, then the user agent must
93917-
run the <span>printing steps</span> <span>in parallel</span>. Otherwise, the user agent must only set the
93917+
run the <span>printing steps</span>. Otherwise, the user agent must only set the
9391893918
<dfn>print when loaded</dfn> flag on the <code>Document</code>.</p>
9391993919

9392093920

0 commit comments

Comments
 (0)