diff --git a/index.html b/index.html index 66ab471d..4f18ff32 100644 --- a/index.html +++ b/index.html @@ -384,7 +384,7 @@
methodData into
- request@[[\methodData]].
+ request@[[\methodData]].
The methodData supplied to the PaymentRequest
constructor SHOULD be in the order of preference of the caller.
@@ -393,11 +393,14 @@
details into request@[[\details]].
+ details into
+ request@[[\details]].
options into request@[[\options]].
+ options into
+ request@[[\options]].
id, then set the shippingOptions field of
- request@[[\details]] to an empty sequence.
+ request@[[\details]] to an empty sequence.
shippingOptions sequence and if any
PaymentShippingOption in the sequence has the
selected field set to true, then set
@@ -438,7 +441,8 @@ id of the last PaymentShippingOption in the
sequence with selected set to true.
supportedMethods sequences from each
- PaymentMethodData in the request@[[\methodData]]
- sequence.
+ PaymentMethodData in the
+ request@[[\methodData]] sequence.
abort can only be called after the show method has been called and before the
- request@[[\acceptPromise]] has been resolved. For example, a
- web page might choose to do this if the goods they are selling are
- only available for a limited amount of time. If the user does not
- accept the payment request within the allowed time period, then the
- request will be aborted.
+ request@[[\acceptPromise]] has been resolved. For
+ example, a web page might choose to do this if the goods they are
+ selling are only available for a limited amount of time. If the user
+ does not accept the payment request within the allowed time period,
+ then the request will be aborted.
A user agent might not always be able to abort a request. For @@ -526,7 +530,7 @@
undefined.
- The internal slot [[\state]] follows the following state transitions: + The internal slot [[\state]] follows the following state + transitions:
methodData supplied to the constructor.
@@ -617,7 +622,7 @@
The complete method is called after the user has accepted
- the payment request and the [[\acceptPromise]] has been resolved.
- Calling the complete method tells the user agent
- that the user interaction is over (and SHOULD cause any remaining
- user interface to be closed).
+ the payment request and the [[\acceptPromise]] has been
+ resolved. Calling the complete method tells the user
+ agent that the user interaction is over (and SHOULD cause any
+ remaining user interface to be closed).
The complete method takes a string argument from the
@@ -1436,10 +1441,10 @@
total.amount.value is NOT U+002D HYPHEN-MINUS,
then copy total value to the total
- field of target@[[\details]] (total MUST
- be a non-negative amount).
+ field of target@[[\details]]
+ (total MUST be a non-negative amount).
details contains a
displayItems value and every PaymentItem in
@@ -1697,7 +1704,7 @@ details.displayItems to the
displayItems field of
- target@[[\details]].
+ target@[[\details]].
details contains a modifiers
value, then:
@@ -1718,7 +1725,7 @@ modifiers
- field of target@[[\details]].
+ field of target@[[\details]].
shippingOptions field of
- target@[[\details]].
+ target@[[\details]].
shippingOptions sequence and if any
PaymentShippingOption in the sequence has the
selected field set to true, then set
@@ -1768,7 +1775,7 @@ - When the internal slot [[\state]] of a PaymentRequest object is - set to interactive, the user agent will trigger the - following algorithms based on user interaction. + When the internal slot [[\state]] of a PaymentRequest + object is set to interactive, the user agent will + trigger the following algorithms based on user interaction.
requestShipping value of
- request@[[\options]] is true, then if the
- shippingAddress attribute of request is
- null or if the shippingOption attribute of
- request is null, then terminate this
- algorithm and take no further action. This should never occur.
+ request@[[\options]] is true, then if
+ the shippingAddress attribute of request is
+ null or if the shippingOption attribute of
+ request is null, then terminate this algorithm
+ and take no further action. This should never occur.
requestShipping value of
- request@[[\options]] is true, then copy the
- shippingAddress attribute of request to the
+ request@[[\options]] is true, then copy
+ the shippingAddress attribute of request to the
shippingAddress
attribute of response.
requestShipping value of
- request@[[\options]] is true, then copy the
- shippingOption attribute of request to the
+ request@[[\options]] is true, then copy
+ the shippingOption attribute of request to the
shippingOption
attribute of response.
requestPayerName value of
- request@[[\options]] is true, then set the
- payerName attribute of
+ request@[[\options]] is true, then set
+ the payerName attribute of
response to the payer's name provided by the user.
requestPayerEmail value of
- request@[[\options]] is true, then set the
- payerEmail attribute of
- response to the payer's email address selected by the user.
+ request@[[\options]] is true, then set
+ the payerEmail attribute
+ of response to the payer's email address selected by the
+ user.
requestPayerPhone value of
- request@[[\options]] is true, then set the
- payerPhone attribute of response to the payer's
- phone number selected by the user.
+ request@[[\options]] is true, then set
+ the payerPhone attribute of response to the
+ payer's phone number selected by the user.