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

revise text for US English spelling #2983

Merged
merged 1 commit into from
Mar 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ <h3 id="They_have_additional_security_mechanisms_where_appropriate">They have ad

<p>WebAPI features are subject to the same security considerations as JavaScript and other web technologies (for example <a href="/en-US/docs/Web/Security/Same-origin_policy">same-origin policy</a>), but they sometimes have additional security mechanisms in place. For example, some of the more modern WebAPIs will only work on pages served over HTTPS due to them transmitting potentially sensitive data (examples include <a href="/en-US/docs/Web/API/Service_Worker_API">Service Workers</a> and <a href="/en-US/docs/Web/API/Push_API">Push</a>).</p>

<p>In addition, some WebAPIs request permission to be enabled from the user once calls to them are made in your code. As an example, the <a href="/en-US/docs/Web/API/Notifications_API">Notifications API</a> asks for permission using a pop-up dialogue box:</p>
<p>In addition, some WebAPIs request permission to be enabled from the user once calls to them are made in your code. As an example, the <a href="/en-US/docs/Web/API/Notifications_API">Notifications API</a> asks for permission using a pop-up dialog box:</p>

<p><img alt="" src="notification-permission.png" style="border-style: solid; border-width: 1px; display: block; margin: 0px auto;"></p>

Expand Down