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

Add data for html.elements.video.playsinline #21906

Merged
merged 3 commits into from
Jan 22, 2024

Conversation

skyclouds2001
Copy link
Contributor

@skyclouds2001 skyclouds2001 commented Jan 11, 2024

Summary

use data from api.HTMLVideoElement.playsInline and assert the data is correct

Test results and supporting details

Related issues

closes #7611

@github-actions github-actions bot added the data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML label Jan 11, 2024
@skyclouds2001 skyclouds2001 marked this pull request as ready for review January 19, 2024 16:47
@Elchi3
Copy link
Member

Elchi3 commented Jan 22, 2024

use data from api.HTMLVideoElement.playsInline

As the issue outlines, the compat data for the content attribute is not quite the same. There was webkit-playsinline in Safari 8 which was unprefixed to playsinline in Safari 10.

html/elements/video.json Outdated Show resolved Hide resolved
Co-authored-by: Florian Scholz <fs@florianscholz.com>
@Elchi3 Elchi3 merged commit f0fe9a9 into mdn:main Jan 22, 2024
6 checks passed
@skyclouds2001 skyclouds2001 deleted the html.elements.video.playsinline branch January 22, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<video playsinline> and <video webkit-playsinline> content attributes
2 participants