Re: [w3c/payment-request] Matching algo doesn't handle absence of filters (#532)

In #536 this text changed slightly. The current text is:

```html
<li>Determine which <a>payment handlers</a> support
  <var>identifier</var>. For each resulting payment handler, if
  payment method specific capabilities supplied by the payment
  handler match those provided by <var>data</var>, the payment
  handler matches.</li>
```

Proposed:

```html
<li>Determine which <a>payment handlers</a> support
  <var>identifier</var>. For each resulting payment handler, 
  if <var>data</var> contains filters that exclude the payment 
  handler, then the payment handler does not match, otherwise 
  the payment handler matches.</li>
```

-- 
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/issues/532#issuecomment-318745090

Received on Friday, 28 July 2017 19:44:10 UTC