- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 21 Mar 2018 22:19:28 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/payment-request/pull/690/review/105990159@github.com>
marcoscaceres commented on this pull request. > + <li>Two <a>code points</a> that match an [[!ISO3166-1]] + alpha-2 country code. + </li> + <li>A single U+002D (-) <a>code point</a>. + </li> + <li>One, two, or three <a data-cite= + "INFRA#ascii-alphanumeric">ASCII alphanumeric</a> code + points, in any order. + </li> + </ul> + </div> + </li> + <li>Set <var>address</var>.<a>[[\regionCode]]</a> to + <var>regionCode</var>. + </li> + <li>Let <var>region</var> be the corresponding <a>country (Adding comment again, so we can discuss here) @rsolomakhin, I've tried to summarize what you said about how Chrome does the ordering, while keeping the order in which things are matched optional. However, I added matching on the document's body's language as first, to match what we say in `.show()`. The "Any other criteria the user agent deems suitable" if for the fallback you described, whereby you pick the first available. WDYT? Would this work? -- 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/690#pullrequestreview-105990159
Received on Thursday, 22 March 2018 05:19:51 UTC