- From: Addison Phillips <notifications@github.com>
- Date: Tue, 20 Apr 2021 15:14:20 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 April 2021 22:14:33 UTC
@aphillips commented on this pull request.
> {
- "currency": "USD",
- "value": "55.00"
+ "currency": "JPY",
+ "value": "5000.00"
:-) You're getting the hang of it.
In this case, of course, the values are data, not actually strings, and thus do not want dir/lang metadata. The title, of course, is what's interesting (and you can't add metadata to the title attribute without breaking the contents of the `<pre>` ;-))...
Go with this?
```
<pre class="example js" title="How to represent 1.234 Omani rials"><!-- English, so lang and dir superfluous -->
{
"currency": "OMR",
"value": "1.234"
}
</pre>
```
--
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/943#discussion_r617067495
Received on Tuesday, 20 April 2021 22:14:33 UTC