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

Remove "unloaded" from visibilityState values on Page Visibility API #20284

Merged
merged 1 commit into from
Sep 4, 2022

Conversation

weslord
Copy link
Contributor

@weslord weslord commented Sep 4, 2022

Summary

Remove the "unloaded" value from the list of possible visibility states on Page Visibility API

Motivation

Not listed on the browser compatibility table, the Document.visibilityState reference, nor in the current HTML Standard.

Supporting details

https://html.spec.whatwg.org/#the-document-object

Related issues

Fixes #20283

Metadata

  • Adds a new document
  • Rewrites (or significantly expands) a document
  • Fixes a typo, bug, or other error

@weslord weslord requested a review from a team as a code owner September 4, 2022 01:55
@weslord weslord requested review from wbamberg and removed request for a team September 4, 2022 01:55
@github-actions github-actions bot added the Content:WebAPI Web API docs label Sep 4, 2022
Copy link
Contributor

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2022

@teoli2003 teoli2003 merged commit 9565231 into mdn:main Sep 4, 2022
@teoli2003
Copy link
Contributor

Thanks a lot!

Looks good to me.

Congratulations upon your first merged commit here! Welcome aboard! 🎉

goshdarnheck pushed a commit to goshdarnheck/content that referenced this pull request Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Page Visibility API vs Document.visibilityState: remove "unloaded" state?
2 participants