Skip to content

Conversation

@tidoust
Copy link
Member

@tidoust tidoust commented Dec 9, 2021

The spec confused the hidden attribute with the visibilityState attribute. The latter is a string that can take the value "hidden". The former is a boolean that is true when visibilityState equals "hidden".

This update fixes that and drops the now useless reference to the Page Visibility spec (now integrated in HTML).

(triggered by @kainino0x's comment in #412 (comment))


Preview | Diff

The spec confused the `hidden` attribute with the `visibilityState` attribute.
The latter is a string that can take the value `"hidden"`. The former is a
boolean that is true when `visibilityState` equals `"hidden"`.

This update fixes that and drops the now useless references to the
Page Visibility spec (now integrated in HTML).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants