diff --git a/index.html b/index.html index 493c95c2..aede2cd6 100644 --- a/index.html +++ b/index.html @@ -229,11 +229,6 @@

requestShipping flag is set.

-

- The [SecureContext] extended attribute means that - the PaymentRequest is only exposed within a secure - context and won't be accessible elsewhere. -

The following example shows how to construct a PaymentRequest and begin the user interaction: @@ -1376,8 +1371,8 @@

Each attribute is converted to serialized - values as per [[!WEBIDL-2]]. + "WEBIDL-LS#dfn-convert-to-serialized-value">converted to serialized + values as per [[!WEBIDL-LS]].
country @@ -1591,8 +1586,8 @@

Each attribute is converted to serialized - values as per [[!WEBIDL-2]]. + "WEBIDL-LS#dfn-convert-to-serialized-value">converted to serialized + values as per [[!WEBIDL-LS]].
paymentRequestId @@ -2173,7 +2168,7 @@

  • Let request be the PaymentRequest object that the user is interacting with.
  • -
  • Let name be shippingaddresschange. +
  • Let name be "shippingaddresschange".
  • Queue a task on the user interaction task source to @@ -2429,9 +2424,6 @@

  • user interaction task source
  • -
  • - node document -
  • top-level browsing context
  • @@ -2454,9 +2446,14 @@

    ECMA-262 6th Edition, The ECMAScript 2015 Language Specification

  • - The terms Promise, internal slot, - TypeError, JSON.stringify, and - JSON.parse are defined by [[!ECMA-262-2015]]. + The terms Promise, internal + slot, + TypeError, and JSON.stringify are + defined by [[!ECMA-262-2015]].

    The term JSON-serialize @@ -2485,27 +2482,24 @@

    Web IDL
    - When this specification says to throw an error, the user agent must - throw an error as described in [[!WEBIDL-2]]. When this occurs in a + throw an error as described in [[!WEBIDL-LS]]. When this occurs in a sub-algorithm, this results in termination of execution of the sub-algorithm and all ancestor algorithms until one is reached that explicitly describes procedures for catching exceptions.

    - The term extended attribute is defined by [[!WEBIDL-2]]. -

    -

    - The algorithm for converting an - ECMAScript value to a dictionary and for converting a - dictionary to an ECMAScript value is defined by - [[!WEBIDL-2]]. + The algorithm for converting an ECMAScript value to a dictionary + is defined by [[!WEBIDL-LS]].

    DOMException and the - following DOMException types from [[!WEBIDL-2]] are used: + "!WEBIDL-LS#dfn-DOMException">DOMException and the + following DOMException types from [[!WEBIDL-LS]] are used:

    @@ -2519,7 +2513,7 @@

    AbortError + "!WEBIDL-LS#aborterror">AbortError The payment request was aborted @@ -2528,7 +2522,7 @@

    InvalidStateError + "!WEBIDL-LS#invalidstateerror">InvalidStateError The object is in an invalid state @@ -2537,7 +2531,7 @@

    NotSupportedError + "!WEBIDL-LS#notsupportederror">NotSupportedError The payment method was not supported @@ -2546,7 +2540,7 @@

    QuotaExceededError + "!WEBIDL-LS#quotaexceedederror">QuotaExceededError The canMakePayment() method was called too often @@ -2556,7 +2550,7 @@

    SecurityError + "!WEBIDL-LS#securityerror">SecurityError The operation is only supported in a secure context @@ -2564,13 +2558,6 @@

    -
    - Secure Contexts -
    -
    - The term secure context is defined by the Secure Contexts - specification [[SECURE-CONTEXTS]]. -