Skip to content

Commit 937f683

Browse files
Editorial: devs verify total (closes w3c#702) (w3c#704)
1 parent 57e431d commit 937f683

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,9 +1577,10 @@ <h2>
15771577
A sequence of <a>PaymentItem</a> dictionaries contains line items
15781578
for the payment request that the <a>user agent</a> MAY display.
15791579
<aside class="note">
1580-
It is the developer's responsibility to verify that the
1581-
<a data-lt="PaymentDetailsInit.total">total</a> amount is the sum
1582-
of these items.
1580+
It is the developer's responsibility, when generating or updating
1581+
a <a>PaymentRequest</a>, to verify that the <a data-lt=
1582+
"PaymentDetailsInit.total">total</a> amount is the sum of these
1583+
items.
15831584
</aside>
15841585
</dd>
15851586
<dt>

0 commit comments

Comments
 (0)