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

Firefox 69: CSS ::cue limitations enforced #4571

Merged
merged 3 commits into from Aug 11, 2019

Conversation

a2sheppy
Copy link
Contributor

@a2sheppy a2sheppy commented Aug 5, 2019

Firefox 69 now enforces the limitations on the CSS properties you can use in a cue.

Source:

Previously, `::cue` allowed pretty much anything. Now the allowed
properties are limited per the spec.

Source:
* https://bugzilla.mozilla.org/show_bug.cgi?id=1321488
This reverts commit 34712b7. Pushed
to the wrong branch.
Previously, `::cue` did not enforce the limitations on what CSS
properties you could use in a WebVTT cue. Now those limitations
are properly enforced.

Source:
* https://bugzilla.mozilla.org/show_bug.cgi?id=1321488
@Elchi3 Elchi3 added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Aug 6, 2019
Copy link
Collaborator

@queengooborg queengooborg left a comment

Choose a reason for hiding this comment

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

The notes look good to me. Thanks for the PR, and thanks for copying that first note over to Firefox Android as well!

@queengooborg queengooborg merged commit f2819a5 into mdn:master Aug 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants