diff --git a/index.html b/index.html index 4936663a..6311198f 100644 --- a/index.html +++ b/index.html @@ -343,8 +343,8 @@

The PaymentRequest constructor MUST act as follows:

    -
  1. - If a paymentRequestID was not provided during construction, generate a paymentRequestID. +
  2. If a paymentRequestID was not provided during + construction, generate a paymentRequestID.
  3. If the current settings object has a responsible browsing context that is not a top-level browsing context, @@ -1497,7 +1497,7 @@

    readonly attribute DOMString methodName; readonly attribute object details; readonly attribute PaymentAddress? shippingAddress; - readonly attribute DOMString? shippingOption; + readonly attribute DOMString? shippingOption; readonly attribute DOMString? payerName; readonly attribute DOMString? payerEmail; readonly attribute DOMString? payerPhone; @@ -1511,9 +1511,12 @@

    following fields:

    -
    paymentRequestID
    +
    + paymentRequestID +
    - The same paymentRequestID present in the original PaymentRequest. + The same paymentRequestID present in the original + PaymentRequest.
    methodName @@ -2247,8 +2250,8 @@

    Exposing user information

    - The user agent MUST NOT share information about the user - to the web page (such as the shipping address) without user consent. + The user agent MUST NOT share information about the user to + the web page (such as the shipping address) without user consent.