Re: [w3c/browser-payment-api] fix(payment request algo): set attributes to null if not given (closes #385) (#391)

domenic approved this pull request.



> @@ -2182,29 +2182,33 @@ <h2 id="state-transitions" class="informative">
           <var>request</var>.<a>[[\options]]</a> is true, then copy the <code>
             shippingAddress</code> attribute of <var>request</var> to the
             <a data-lt="PaymentResponse.shippingAddress">shippingAddress</a>
-            attribute of <var>response</var>.
+            attribute of <var>response</var>; or to <code>null</code> if none

Nit: comma, not semicolon, since the second clause is not a standalone sentence. http://data.grammarbook.com/blog/commas/how-to-punctuate-between-sentences-using-commas-semicolons-and-colons/

-- 
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/391#pullrequestreview-15920391

Received on Tuesday, 10 January 2017 14:05:01 UTC