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

Fixed typos #281

Merged
merged 1 commit into from
Sep 19, 2016
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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1168,9 +1168,9 @@ <h2>PaymentRequest and iframes</h2>
</p>
<p>
The <a>HTMLIFrameElement</a> is extended with an <dfn><code>allowpaymentrequest</code></dfn>
content attribue. <a><code>allowpaymentrequest</code></a> is a <a>boolean attribute</a>.
content attribute. <a><code>allowpaymentrequest</code></a> is a <a>boolean attribute</a>.
When specified, it indicates that scripts in the iframe element's browsing context are
<dfn>allowed to make payment requests</dfn> (if it's not blocked for other reasons, e.g.
<dfn>allowed to make payment requests</dfn> (if it's not blocked for other reasons, e.g.,
there is another ancestor iframe without this attribute set).
</p>
<section>
Expand Down