Re: [w3c/payment-request] [Editorial] Define a concept for converting and validating .data (PR #977)

@marcoscaceres commented on this pull request.



> @@ -155,6 +155,15 @@ <h2>
         for payment. Concretely, a payment handler defines:
       </p>
       <dl>
+        <dt>
+          <dfn>Steps to convert and validate payment method data</dfn>
+        </dt>
+        <dd>
+          How a <a>payment method</a> [=converted to an IDL value|converts=] and

Hmm... I think conversion and validation need to be separate things. Conversion doesn't need its own steps: it's clearly defined by the WebIDL step (i.e., it's redundant and shouldn't be part of this). Validation, on the other hand should be specified. 

-- 
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/977#pullrequestreview-811992952

Received on Monday, 22 November 2021 00:31:13 UTC