Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommend Payment UI matches doc's language #944

Merged
merged 2 commits into from
Apr 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1136,10 +1136,14 @@ <h2>
</ol>
</li>
<li>
<p>
<p data-cite="html">
Present a user interface that will allow the user to interact
with the |handlers|. The user agent SHOULD prioritize the user's
preference when presenting payment methods.
preference when presenting payment methods. The user interface
SHOULD be presented using the language and locale-based
formatting that matches the |document|'s [=document
element|document element's=] [=Node/language=], if any, or an
appropriate fallback locale if that is not available.
</p>
<aside class="note" title="Localization of the payment sheet">
<p>
Expand Down