Re: [w3c/payment-request] Editorial: Use respec shorthands instead of `data-lt` (#899)

marcoscaceres commented on this pull request.



> @@ -1891,9 +1868,8 @@ <h2>
             <aside class="note">
               Algorithms in this specification that accept a
               <a>PaymentDetailsInit</a> dictionary will throw if the
-              <a>total</a>.<a data-lt=
-              "PaymentItem.amount">amount</a>.<a data-lt=
-              "PaymentCurrencyAmount.value">value</a> is a negative number.
+              <a>total</a>.{{PaymentItem/amount}}.{{PaymentCurrencyAmount/value}}

```suggestion
              {{PaymentDetailsInit /total}}.{{PaymentItem/amount}}.{{PaymentCurrencyAmount/value}}
```

-- 
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/899#pullrequestreview-360936162

Received on Wednesday, 19 February 2020 09:00:46 UTC