domenic 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>.
Generally if a string contains Unicode whitespace, we don't try to second-guess the user or developer, and just pass it through.
--
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_r164521178