- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 30 Nov 2017 17:56:25 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 1 December 2017 01:57:08 UTC
marcoscaceres commented on this pull request. > + <h2> + Constructor + </h2> + <p> + The steps to <dfn data-lt="PaymentAddress.PaymentAddress()" + data-no-default="">construct a <code>PymentAddress</code></dfn> + with <a>AddressInit</a> <var>details</var> are given by the + following algorithm: + </p> + <ol data-link-for="AddressInit"> + <li>Let <var>address</var> be a new instance of + <a>PaymentAddress</a> with <a>[[\addressLine]]</a> set to an empty + <code><a data-cite= + "!WEBIDL#idl-sequence">sequence</a><<a data-cite= + "WEBIDL#idl-DOMString">DOMString</a>></code>, and all other + internal slots set to the empty string. We indeed have... I wanted `null` too :) But then I started playing around with integrating with `<form>` and the empty string turned out to be a better fit. -- 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/654#discussion_r154252151
Received on Friday, 1 December 2017 01:57:08 UTC