- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 17 May 2018 01:49:46 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 17 May 2018 08:50:34 UTC
marcoscaceres 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;
Decided to postfix all these with "Error" in the name, as I felt it made it a little bit more clear when in userland code.
--
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#pullrequestreview-120947113
Received on Thursday, 17 May 2018 08:50:34 UTC