Skip to content

Commit

Permalink
chore: tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jan 9, 2017
1 parent d02d96c commit 79b8c7d
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ <h2>
The <a>PaymentRequest</a> constructor MUST act as follows:
</p>
<ol>
<li>
If a <code>paymentRequestID</code> was not provided during construction, generate a <code>paymentRequestID</code>.
<li>If a <code>paymentRequestID</code> was not provided during
construction, generate a <code>paymentRequestID</code>.
</li>
<li>If the <a>current settings object</a> has a <a>responsible
browsing context</a> that is not a <a>top-level browsing context</a>,
Expand Down Expand Up @@ -1497,7 +1497,7 @@ <h2>
readonly attribute DOMString methodName;
readonly attribute object details;
readonly attribute PaymentAddress? shippingAddress;
readonly attribute DOMString? shippingOption;
readonly attribute DOMString? shippingOption;
readonly attribute DOMString? payerName;
readonly attribute DOMString? payerEmail;
readonly attribute DOMString? payerPhone;
Expand All @@ -1511,9 +1511,12 @@ <h2>
following fields:
</p>
<dl>
<dt><code><dfn>paymentRequestID</dfn></code></dt>
<dt>
<code><dfn>paymentRequestID</dfn></code>
</dt>
<dd>
The same <code>paymentRequestID</code> present in the original <code>PaymentRequest</code>.
The same <code>paymentRequestID</code> present in the original
<code>PaymentRequest</code>.
</dd>
<dt>
<dfn>methodName</dfn>
Expand Down Expand Up @@ -2247,8 +2250,8 @@ <h2>
Exposing user information
</h2>
<p>
The <a>user agent</a> MUST NOT share information about the user
to the web page (such as the shipping address) without user consent.
The <a>user agent</a> MUST NOT share information about the user to
the web page (such as the shipping address) without user consent.
</p>
</section>
<section>
Expand Down

0 comments on commit 79b8c7d

Please sign in to comment.