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

fix: check HTMLVideoElement/disablePictureInPicture attribute #187

Merged
merged 1 commit into from
Jun 12, 2020

Conversation

marcoscaceres
Copy link
Member

@marcoscaceres marcoscaceres commented Jun 12, 2020

closes #156
closes #144

The check is not that "attribute is present", but that it has been set to "true"... the IDL attribute is always present, and always initializes to false.

x = document.createElement("video")
x.disablePictureInPicture; // false

@beaufortfrancois
Copy link
Collaborator

Thank you @marcoscaceres!

@beaufortfrancois beaufortfrancois merged commit 5f6a33e into w3c:master Jun 12, 2020
This was referenced Jun 12, 2020
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.

Integration with HTML disablePictureInPicture should initialize to false
2 participants