- From: Danyao Wang <notifications@github.com>
- Date: Tue, 12 Nov 2019 19:49:08 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/payment-request/pull/873/review/315986186@github.com>
danyao commented on this pull request. > @@ -2094,12 +2197,34 @@ <h2> A boolean that indicates whether the <a>user agent</a> SHOULD collect and return the billing address associated with a <a>payment method</a> (e.g., the billing address associated with a credit card). - Typically, the user agent will return the billing address as part of - the {{PaymentMethodChangeEvent}}'s <a>methodDetails</a>. A merchant - can use this information to, for example, calculate tax in certain - jurisdictions and update the displayed total. See below for privacy - considerations regarding <a href="#user-info">exposing user - information</a>. + The <a>user agent</a> returns the billing address as part of the + {{PaymentMethodChangeEvent}}'s {{PaymentMethodChangeEvent/methodDetails}} attribute and the Thanks! I tried the command, but `tidy` complains about not recognizing <section>. Do you know why? ``` line 94 column 5 - Error: <section> is not recognized! line 94 column 5 - Warning: discarding unexpected <section> [omitted similar lines] 645 warnings, 148 errors were found! Not all warnings/errors were shown. This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. ``` -- 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/873#discussion_r345558609
Received on Wednesday, 13 November 2019 03:49:10 UTC