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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

editorial: use ReSpec auto-pluralizer #718

Merged
merged 1 commit into from
May 29, 2018
Merged
Changes from all commits
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
42 changes: 21 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
},
doJsonLd: true,
highlightVars: true,
pluralize: true,
};
</script>
<style>
Expand Down Expand Up @@ -158,16 +159,15 @@ <h2>
<li>the payer: the party that makes a purchase at that online store,
and who authenticates and authorizes payment as required.
</li>
<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>the <dfn>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>
The details of how to fulfill a payment request for a given <a>payment
method</a> is an implementation detail of a <dfn data-lt=
"payment handlers">payment handler</dfn>. Concretely, each payment
handler defines:
method</a> is an implementation detail of a <dfn>payment handler</dfn>.
Concretely, each payment handler defines:
</p>
<dl>
<dt>
Expand Down Expand Up @@ -1057,12 +1057,12 @@ <h2>
the <a>user agent</a> to abort the payment <var>request</var> and
to tear down any user interface that might be shown. The
<a>abort()</a> can only be called after the <a>show()</a> method
has been called (see <a data-lt="state">states</a>) and before this
instance's <a>[[\acceptPromise]]</a> has been resolved. For
example, developers might choose to do this if the goods they are
selling are only available for a limited amount of time. If the
user does not accept the payment request within the allowed time
period, then the request will be aborted.
has been called (see <a>states</a>) and before this instance's
<a>[[\acceptPromise]]</a> has been resolved. For example,
developers might choose to do this if the goods they are selling
are only available for a limited amount of time. If the user does
not accept the payment request within the allowed time period, then
the request will be aborted.
</p>
<p>
A <a>user agent</a> might not always be able to abort a request.
Expand Down Expand Up @@ -1524,8 +1524,7 @@ <h3>
<p>
A <dfn data-cite="INFRA#javascript-string">JavaScript string</dfn> is
a <dfn>valid decimal monetary value</dfn> if it consists of the
following <dfn data-lt="code point" data-cite="INFRA#code-point">code
points</dfn> in the given order: [[!INFRA]]
following <a>code points</a> in the given order:
</p>
<ol>
<li>Optionally, a single U+002D (-), to indicate that the amount is
Expand Down Expand Up @@ -2093,7 +2092,7 @@ <h2>
neighborhoods, boroughs, districts, or UK dependent localities.
</dd>
<dt>
<dfn data-lt="Postal codes">Postal code</dfn>
<dfn>Postal code</dfn>
</dt>
<dd>
The postal code or ZIP code, also known as PIN code in India.
Expand Down Expand Up @@ -4079,7 +4078,8 @@ <h2>
The [[!INFRA] specification defines how to <dfn data-cite=
"!INFRA#strip-leading-and-trailing-ascii-whitespace">strip leading
and trailing ascii whitespace</dfn>. It also defines the concept of a
<dfn data-cite="!INFRA#list">list</dfn>.
<dfn data-cite="!INFRA#list">list</dfn> and <dfn data-cite=
"INFRA#code-point">code point</dfn>.
</dd>
<dt>
Payment Method Identifiers
Expand Down Expand Up @@ -4166,10 +4166,10 @@ <h2>
</dt>
<dd>
<p>
When this specification says to <dfn data-cite="!WEBIDL#dfn-throw"
data-lt="throws">throw</dfn> an error, the <a>user agent</a> must
throw an error as described in [[!WEBIDL]]. When this occurs in a
sub-algorithm, this results in termination of execution of the
When this specification says to <dfn data-cite=
"!WEBIDL#dfn-throw">throw</dfn> an error, the <a>user agent</a>
must throw an error as described in [[!WEBIDL]]. When this occurs
in a sub-algorithm, this results in termination of execution of the
sub-algorithm and all ancestor algorithms until one is reached that
explicitly describes procedures for catching exceptions.
</p>
Expand Down Expand Up @@ -4200,7 +4200,7 @@ <h2>
<section id="conformance">
<p>
There is only one class of product that can claim conformance to this
specification: a <dfn data-lt="user agents">user agent</dfn>.
specification: a <dfn>user agent</dfn>.
</p>
<p class="note">
Although this specification is primarily targeted at web browsers, it
Expand Down