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

Gracefully handle documents that are not fully active #90

Merged
merged 8 commits into from
Jul 15, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Integrate better with visibility
  • Loading branch information
marcoscaceres committed Jul 9, 2021
commit 2c4dba646643d1806b729868202d3a1073631e0b
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
};
</script>
</head>
<body data-cite="secure-contexts permissions-policy permissions">
<body data-cite="secure-contexts permissions-policy permissions page-visibility-2">
<section id="abstract">
<p>
The Geolocation API provides access to geographical location
Expand Down Expand Up @@ -639,7 +639,7 @@ <h2>
</li>
</ol>
</li>
<li data-cite="page-visibility-2">Wait for document to become
<li>Wait for document to become
visible.
<ol>
<li>Let |document:Document| be the [=current settings
Expand Down