Re: [w3c/payment-request] fine-grained errors reporting for PaymentAddress (#712)

msujaws commented on this pull request.



> @@ -2719,6 +2761,152 @@ <h2>
           </dd>
         </dl>
       </section>
+      <section data-dfn-for="AddressErrorFields" data-link-for=
+      "AddressErrorFields">
+        <h2>
+          <dfn>AddressErrorFields</dfn> dictionary
+        </h2>
+        <pre class="idl">
+          dictionary AddressErrorFields {
+            DOMString addressLineError;

The extra "Error" suffix doesn't feels redundant me, as it should be implied since these are members of the shippingAddressErrors property. 

-- 
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/712#discussion_r190602005

Received on Thursday, 24 May 2018 14:15:40 UTC