Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link fixes #158

Merged
merged 4 commits into from May 15, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -171,8 +171,8 @@ <h2>
Payment Request API
</dt>
<dd>
The terms <dfn data-cite="!payment-request#payment-methods">payment
method</dfn>, <dfn data-cite=
The terms <dfn data-lt="payment method" data-cite="!payment-request#payment-methods">payment
methods</dfn>, <dfn data-cite=
"!payment-request#dom-paymentrequest">PaymentRequest</dfn>,
<dfn data-cite=
"!payment-request#dom-paymentresponse">PaymentResponse</dfn>,
Expand Down Expand Up @@ -771,7 +771,7 @@ <h2>
</dt>
<dd>
The <a>enabledMethods</a> member is a list of one or more
<a>payment method identifiers</a> of the <a>payment method</a>s
<a>payment method identifiers</a> of the <a>payment methods</a>
supported by this instrument.
</dd>
<dt>
Expand Down Expand Up @@ -1366,7 +1366,7 @@ <h2>
<p>
This attribute contains <a>PaymentMethodData</a> dictionaries
containing the <a>payment method identifiers</a> for the <a>payment
method</a>(s) that the web site accepts and any associated
methods</a> that the web site accepts and any associated
<a>payment method</a> specific data. It is populated from the
<a>PaymentRequest</a> using the <a>MethodData Population
Algorithm</a> defined below.
Expand Down