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

Editorial changes #465

Merged
merged 3 commits into from Mar 21, 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
16 changes: 9 additions & 7 deletions index.html
Expand Up @@ -6,7 +6,8 @@
</title>
<meta charset='utf-8'>
<script src='https://www.w3.org/Tools/respec/respec-w3c-common' class=
'remove'></script>
'remove'>
</script>
<script class='remove'>
var respecConfig = {
shortName: "payment-request",
Expand Down Expand Up @@ -123,14 +124,15 @@ <h2>
transaction:
</p>
<ul>
<li>the payee, such as a merchant with an online store,
<li>the payee: the merchant that runs an online store, or other party
that requests to be paid.
</li>
<li>the payer, such as a person making a purchase on that online store,
and who authenticates and authorizes payment as required,
<li>the payer: the party that makes a purchase at that online store,
and who authenticates and authorizes payment as required.
</li>
<li>the provider of a <dfn data-lt="payment methods">payment
method</dfn> (e.g., credit card) that the payer uses to pay, and that
is accepted by the payee.
<li>the <dfn data-lt="payment methods">payment method</dfn> provider:
the party that provides the means (e.g., credit card) that the payer
uses to pay, and that is accepted by the payee.
</li>
</ul>
<p>
Expand Down