- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 19 Feb 2020 00:58:52 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/payment-request/pull/899/review/360935136@github.com>
marcoscaceres commented on this pull request.
> @@ -1812,31 +1791,29 @@ <h2>
</p>
<p data-tests=
"change-shipping-option-select-last-manual.https.html">
- If an item in the sequence has the <a data-lt=
- "PaymentShippingOption.selected">selected</a> member set to true,
- then this is the shipping option that will be used by default and
- <a data-lt="PaymentRequest.shippingOption">shippingOption</a>
- will be set to the <a data-lt="PaymentShippingOption.id">id</a>
- of this option without running the <a>shipping option changed
- algorithm</a>. If more than one item in the sequence has
- <a data-lt="PaymentShippingOption.selected">selected</a> set to
+ If an item in the sequence has the
+ {{PaymentShippingOption/selected}} member set to true, then this
+ is the shipping option that will be used by default and
+ {{PaymentRequest/shippingOption}} will be set to the
+ {{PaymentShippingOption/id}} of this option without running the
+ <a>shipping option changed algorithm</a>. If more than one item
+ in the sequence has {{PaymentShippingOption/selected}} set to
true, then the <a>user agent</a> selects the last one in the
sequence.
</p>
<p>
The <a>shippingOptions</a> member is only used if the
```suggestion
The {{PaymentOptions/shippingOptions}} member is only used if the
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/pull/899#pullrequestreview-360935136
Received on Wednesday, 19 February 2020 08:59:04 UTC