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

System visibility change reaction code incorrectly tries getting inclusive descendant navigables of a traversable navigable #9758

Closed
awesomekling opened this issue Sep 19, 2023 · 0 comments · Fixed by #9789

Comments

@awesomekling
Copy link
Member

Ran into a type error in the code here: https://html.spec.whatwg.org/#page-visibility

When a user-agent determines that the system visibility state for traversable navigable traversable has changed to newState, it must run the following steps:
Let navigables be the inclusive descendant navigables of traversable.

inclusive descendant navigables takes a Document, but traversable here is a navigable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant