Re: [w3c/payment-request] Add candidate corrections for two strings that lack language/direction. (#971)

@marcoscaceres commented on this pull request.



> +      <div class="correction" id="c1">
+        <span class="marker">Candidate Correction 1:</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 "label". 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="c1">
        <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 {{PaymentItem/label}}. 
        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-772138973

Received on Wednesday, 6 October 2021 04:17:21 UTC