- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 14 Aug 2017 08:54:34 -0700
- To: w3c/payment-method-id <payment-method-id@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 14 August 2017 15:55:17 UTC
domenic approved this pull request.
LGTM with nits
> @@ -72,6 +72,27 @@
<a>standardized payment method identifier</a>.
</li>
</ul>
+ <section>
+ <h3>
+ Validity
+ </h3>
+ <p>
+ The steps to <dfn>validate a payment method identifier</dfn> with a
+ <var>pmi</var> string are given by the following algorithm. It
+ returns either true or false.
+ </p>
+ <ol>
+ <li>Let <var>url</var> be the result of running the <a>basic URL
+ parser</a> with <var>pmi</var>.
basic URL parser link isn't working in https://rawgit.com/w3c/payment-method-id/97fcb88628ab8a34c25d89b1caf435abf12d1e47/index.html
> @@ -72,6 +72,27 @@
<a>standardized payment method identifier</a>.
</li>
</ul>
+ <section>
+ <h3>
+ Validity
+ </h3>
+ <p>
+ The steps to <dfn>validate a payment method identifier</dfn> with a
+ <var>pmi</var> string are given by the following algorithm. It
Nit: both here and in other algorithms you seem to put the type after the variable name, but that's pretty unusual in web specs. "string _pmi_" and "URL _url_" would be more expected.
--
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-method-id/pull/44#pullrequestreview-56120086
Received on Monday, 14 August 2017 15:55:17 UTC