File tree 1 file changed +13
-2
lines changed 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -1383,7 +1383,9 @@ <h2>
1383
1383
combinations of currency code for which localized currency symbols
1384
1384
are available is implementation dependent. Where a localized
1385
1385
currency symbol is not available, a user agent SHOULD use U+00A4
1386
- (¤) for formatting.
1386
+ (¤) for formatting. User agents MAY format the display of the
1387
+ < a > currency</ a > member to adhere to OS conventions (e.g., for
1388
+ localization purposes).
1387
1389
</ p >
1388
1390
</ dd >
1389
1391
< dt >
@@ -1474,6 +1476,14 @@ <h3>
1474
1476
a total can't be a negative number.
1475
1477
</ li >
1476
1478
</ ol >
1479
+ < aside class ="note " title ="No alteration of values ">
1480
+ < p >
1481
+ The algorithm does not alter or canonicalize the
1482
+ < var > amount</ var > .< a > value</ a > . For example, a user agent will not
1483
+ change "55" into "55.00". Payment handlers need to be prepared to
1484
+ deal with such values.
1485
+ </ p >
1486
+ </ aside >
1477
1487
</ section >
1478
1488
</ section >
1479
1489
< section >
@@ -2577,7 +2587,8 @@ <h2>
2577
2587
});
2578
2588
</ pre >
2579
2589
</ aside >
2580
- < p data-tests ="payment-request-update-event-updatewith-method.https.html ">
2590
+ < p data-tests =
2591
+ "payment-request-update-event-updatewith-method.https.html ">
2581
2592
The < a > updateWith(detailsPromise)</ a > method MUST act as follows:
2582
2593
</ p >
2583
2594
< ol class ="algorithm ">
You can’t perform that action at this time.
0 commit comments