Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3786,8 +3786,8 @@ <h2>
User accepts the payment request algorithm
</h2>
<p data-tests="user-accepts-payment-request-algo-manual.https.html">
The <dfn data-local-lt="user accepts the payment request"
data-export="">user accepts the payment request algorithm</dfn> runs
The <dfn class="export" data-local-lt="user accepts the payment
request">user accepts the payment request algorithm</dfn> runs
when the user accepts the payment request and confirms that they want
to pay. It MUST <a>queue a task</a> on the <a>user interaction task
source</a> to perform the following steps:
Expand Down Expand Up @@ -3903,11 +3903,11 @@ <h2>
User aborts the payment request algorithm
</h2>
<p data-tests="user-abort-algorithm-manual.https.html">
The <dfn data-lt="user aborts the payment request">user aborts the
payment request algorithm</dfn> runs when the user aborts the payment
request through the currently interactive user interface. It MUST
<a>queue a task</a> on the <a>user interaction task source</a> to
perform the following steps:
The <dfn class="export" data-local-lt="user aborts the payment
request">user aborts the payment request algorithm</dfn> runs when the
user aborts the payment request through the currently interactive user
interface. It MUST <a>queue a task</a> on the <a>user interaction task
source</a> to perform the following steps:
</p>
<ol class="algorithm">
<li>Let |request:PaymentRequest| be the {{PaymentRequest}} object
Expand Down Expand Up @@ -3954,12 +3954,12 @@ <h2>
Payment handler indicates an internal error algorithm
</h2>
<p>
The <dfn>payment handler indicates an internal error algorithm</dfn>
runs when the <a>payment handler</a> that the user has selected
encounters an internal error that prevents it from completing the
payment. This can occur due to reasons such as the operating system
terminating the payment handler (e.g., due to memory pressure), or
the payment handler itself encountering an unrecoverable error.
The <dfn class="export">payment handler indicates an internal error
algorithm</dfn> runs when the <a>payment handler</a> that the user has
selected encounters an internal error that prevents it from completing
the payment. This can occur due to reasons such as the operating
system terminating the payment handler (e.g., due to memory pressure),
or the payment handler itself encountering an unrecoverable error.
</p>
<ol class="algorithm">
<li>
Expand Down
Loading