- From: Stephen McGruer <notifications@github.com>
- Date: Tue, 24 Jan 2023 07:11:30 -0800
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 24 January 2023 15:11:44 UTC
@stephenmcgruer commented on this pull request. > + <h3> + <em>Non-normative</em> + </h3> + <p> + A user agent may perform just-in-time installation by deriving payment + handler information from the <a>payment method manifest</a> that is + found through the <a>URL-based payment method identifier</a> that the + merchant requested. + </p> I think this instead should be something like: ``` </p> <em>The remaining content of this section is non-normative</em> <p> A user agent ... ``` Or make it its own non-normative section: ``` </p> <section id="jit-via-payment-method-manifest" class="informative"> <h2>Via a payment method manifest</h2> <p> A user agent... ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-handler/pull/407#pullrequestreview-1267692201 You are receiving this because you are subscribed to this thread. Message ID: <w3c/payment-handler/pull/407/review/1267692201@github.com>
Received on Tuesday, 24 January 2023 15:11:44 UTC