- From: Ade Bateman <notifications@github.com>
- Date: Wed, 04 May 2016 12:48:47 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc:
Received on Wednesday, 4 May 2016 19:52:00 UTC
> @@ -425,6 +425,13 @@ > length of 1, then set <a><code>shippingOption</code></a> to the <code>id</code> of > the only <a><code>ShippingOption</code></a> in the sequence. > </li> > + <li> > + If <code>details</code> contains a <code>shippingOptions</code> sequence with a > + length greater than 1, and if any <a><code>ShippingOption</code></a> in the sequence > + has the <code>selected</code> field set to <code>true</code>, then set > + <a><code>shippingOption</code></a> to the <code>id</code> of the last <a><code>ShippingOption</code></a> > + in the sequence with <code>selected</code> set to <code>true</code>. > + </li> A user-agent could still do that just not without firing the change event. --- 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/browser-payment-api/pull/179/files/bb719e40371a15bd1b84e0534bc91d05ce40a283#r62102419
Received on Wednesday, 4 May 2016 19:52:00 UTC