Re: [w3c/browser-payment-api] fields in abort() Update paymentrequest.html (#130)

@adrianba, does that imply changing:

```html
<p>The <code><dfn>abort</dfn></code> method may be called if the web page 
wishes to abort the payment request (<var>request</var>) after the 
<a><code>show</code></a> method has been called and before the 
<em>request</em>@[[\acceptPromise]] has been resolved.</p>
```
to

```html
<p>The <code><dfn>abort</dfn></code> method may be called if the web page 
wishes to abort the payment request after the <a><code>show</code></a> 
method has been called and before the <em>request</em>@[[\acceptPromise]] has 
been resolved.</p>
```
or something similar?

---
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/browser-payment-api/pull/130#issuecomment-208968490

Received on Tuesday, 12 April 2016 15:42:12 UTC