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

marcoscaceres commented on this pull request.



> @@ -760,8 +758,8 @@ <h2>
               <li data-tests=
               "payment-request-ctor-currency-code-checks.https.html">
                 <a>Check and canonicalize total amount</a>
-                |details|.<a>total</a>.<a data-lt=
-                "PaymentItem.amount">amount</a>. Rethrow any exceptions.
+                |details|.<a>total</a>.{{PaymentItem/amount}}. Rethrow any

```suggestion
                |details|.{{PaymentDetailsInit /total}}.{{PaymentItem/amount}}. Rethrow any
```

-- 
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-360932300

Received on Wednesday, 19 February 2020 08:54:36 UTC