Skip to content

Commit e1dddb1

Browse files
committed
Address review feedback
1 parent 5849cfd commit e1dddb1

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

‎index.html

+11-5
Original file line numberDiff line numberDiff line change
@@ -951,11 +951,17 @@ <h2>
951951
<li>
952952
<p>
953953
Otherwise, present a user interface to allow the user to interact
954-
with the <var>handlers</var>. Optionally, if
955-
<var>request</var>.<a>[[\uiLang]]</a> is not null, localize the
956-
user interface to match, as closely as possible, the language of
957-
<a>[[\uiLang]]</a>. The user agent SHOULD prioritize the
958-
preference of the user when presenting payment methods.
954+
with the <var>handlers</var>. The user agent SHOULD prioritize
955+
the preference of the user when presenting payment methods.
956+
</p>
957+
<p>
958+
Optionally, if <var>request</var>.<a>[[\uiLang]]</a> is not null,
959+
localize the user interface to match, as closely as possible, the
960+
language of <a>[[\uiLang]]</a>. Otherwise, if
961+
<var>request</var>.<a>[[\uiLang]]</a> is null, is it RECOMMEDED
962+
that the language of the user interface match the <a data-cite=
963+
"!HTML#language">language</a> of <a data-cite=
964+
"html#the-body-element-2">the body element</a>.
959965
</p>
960966
<p>
961967
For the <a>payment handler</a> selected by the end-user, the user

0 commit comments

Comments
 (0)