- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 05 Oct 2021 19:32:17 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 October 2021 03:28:44 UTC
@marcoscaceres commented on this pull request.
> + <div class="correction" id="c2">
+ <span class="marker">Candidate Correction 2:</span> This dictionary
+ should include definitions for optional members "language" and
+ "direction" to support use cases where document context is
+ insufficient for the proper internationalization of "error". Values
+ for these members would be the same as for "lang" and "dir" in
+ HTML. The Working Group is monitoring progress on <a href=
+ "https://github.com/w3c/string-meta/issues/54">Localizable in
+ WebIDL</a>.
+ </div>
```suggestion
<aside class="correction" id="c2">
<p><span class="marker">Candidate Correction 1:</span>
This dictionary might include definitions for optional members `lang` and
`dir` to indicate the language and text-direction override of {{PaymentValidationErrors/error}}.
The Working Group is monitoring progress on <a href=
"https://github.com/whatwg/webidl/issues/1025">
WebIDL issue 1025</a>.
</p>
</aside>
```
--
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/971#pullrequestreview-772139977
Received on Wednesday, 6 October 2021 03:28:44 UTC