Skip to content

Commit 046bcea

Browse files
[Editorial] Fix exporting of three algorithms (#1061)
1 parent 21370b1 commit 046bcea

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3786,8 +3786,8 @@ <h2>
37863786
User accepts the payment request algorithm
37873787
</h2>
37883788
<p data-tests="user-accepts-payment-request-algo-manual.https.html">
3789-
The <dfn data-local-lt="user accepts the payment request"
3790-
data-export="">user accepts the payment request algorithm</dfn> runs
3789+
The <dfn class="export" data-local-lt="user accepts the payment
3790+
request">user accepts the payment request algorithm</dfn> runs
37913791
when the user accepts the payment request and confirms that they want
37923792
to pay. It MUST <a>queue a task</a> on the <a>user interaction task
37933793
source</a> to perform the following steps:
@@ -3903,11 +3903,11 @@ <h2>
39033903
User aborts the payment request algorithm
39043904
</h2>
39053905
<p data-tests="user-abort-algorithm-manual.https.html">
3906-
The <dfn data-lt="user aborts the payment request">user aborts the
3907-
payment request algorithm</dfn> runs when the user aborts the payment
3908-
request through the currently interactive user interface. It MUST
3909-
<a>queue a task</a> on the <a>user interaction task source</a> to
3910-
perform the following steps:
3906+
The <dfn class="export" data-local-lt="user aborts the payment
3907+
request">user aborts the payment request algorithm</dfn> runs when the
3908+
user aborts the payment request through the currently interactive user
3909+
interface. It MUST <a>queue a task</a> on the <a>user interaction task
3910+
source</a> to perform the following steps:
39113911
</p>
39123912
<ol class="algorithm">
39133913
<li>Let |request:PaymentRequest| be the {{PaymentRequest}} object
@@ -3954,12 +3954,12 @@ <h2>
39543954
Payment handler indicates an internal error algorithm
39553955
</h2>
39563956
<p>
3957-
The <dfn>payment handler indicates an internal error algorithm</dfn>
3958-
runs when the <a>payment handler</a> that the user has selected
3959-
encounters an internal error that prevents it from completing the
3960-
payment. This can occur due to reasons such as the operating system
3961-
terminating the payment handler (e.g., due to memory pressure), or
3962-
the payment handler itself encountering an unrecoverable error.
3957+
The <dfn class="export">payment handler indicates an internal error
3958+
algorithm</dfn> runs when the <a>payment handler</a> that the user has
3959+
selected encounters an internal error that prevents it from completing
3960+
the payment. This can occur due to reasons such as the operating
3961+
system terminating the payment handler (e.g., due to memory pressure),
3962+
or the payment handler itself encountering an unrecoverable error.
39633963
</p>
39643964
<ol class="algorithm">
39653965
<li>

0 commit comments

Comments
 (0)