- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 29 Jan 2018 10:14:14 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 January 2018 18:14:47 UTC
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>.
We never trim Unicode whitespace on the platform. Only ASCII whitespace is considered as "allowed sloppiness" in argument values.
An alternative is to not remove such whitespace at all.
--
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_r164516253
Received on Monday, 29 January 2018 18:14:47 UTC