diff --git a/index.html b/index.html index 9dad2e44..51c90988 100644 --- a/index.html +++ b/index.html @@ -1471,7 +1471,7 @@

PaymentItem dictionary

-        dictionary PaymentItem {
+        dictionary PaymentItem : Localizable {
           required DOMString label;
           required PaymentCurrencyAmount amount;
           boolean pending = false;
@@ -1487,8 +1487,8 @@ 

label
- This is a human-readable description of the item. The user - agent may display this to the user. + A localizable member that represents the description of the + item. The user agent may display this to the user.
amount @@ -1646,7 +1646,7 @@

PaymentShippingOption dictionary

-        dictionary PaymentShippingOption {
+        dictionary PaymentShippingOption : Localizable {
           required DOMString id;
           required DOMString label;
           required PaymentCurrencyAmount amount;
@@ -1673,9 +1673,9 @@ 

label

- This is a human-readable description of the item. The user - agent SHOULD use this string to display the shipping option to - the user. + A localizable member that represents the description of the + item. The user agent SHOULD use this string to display the + shipping option to the user.
amount @@ -2306,8 +2306,8 @@

to details.modifiers.
  • Set - request.[[\serializedModifierData]] to - serializedModifierData. + request.[[\serializedModifierData]] + to serializedModifierData.
  • @@ -2813,6 +2813,11 @@

    Web IDL

    +

    + The concept of a localizable member and the + Localizable dictionary are defined by + [[!WEBIDL-LS]]. +

    When this specification says to throw an error, the