Re: [w3c/payment-request] Feat: add constructor to PaymentAddress (#654)

marcoscaceres commented on this pull request.



> @@ -3379,7 +3837,16 @@ <h2>
       <p>
         This specification relies on several other underlying specifications.
       </p>
-      <dl>
+      <dl data-sort="">
+        <dt>
+          Infra
+        </dt>
+        <dd>
+          The [[!INFRA] specification defines how to <dfn data-cite=
+          "!INFRA#strip-leading-and-trailing-ascii-whitespace">strip leading
+          and trailing ascii whitespace</dfn>. It also defines the concpet of a
+          <dfn data-cite="!INFRA#list">list</dfn>.

I'm ok with doing the minimal ASCII whitespace stripping, for platform consistency. Developers can then call `.trim()` to strip out the rest if so desired. 

-- 
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_r164629480

Received on Tuesday, 30 January 2018 02:57:59 UTC