From f2819a505f31bc0d3391157244d3e3721715409e Mon Sep 17 00:00:00 2001 From: Eric Shepherd Date: Sun, 11 Aug 2019 18:53:01 -0400 Subject: [PATCH] Firefox 69: CSS ::cue limitations enforced (#4571) * Firefox 69: ::cue now limits permitted properties per spec 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 * Revert "Firefox 69: ::cue now limits permitted properties per spec" This reverts commit 34712b7525e5cbc65b0c58e1bcee4a2ded404c44. Pushed to the wrong branch. * Firefox 69: ::cue now enforces CSS property restrictions 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 --- css/selectors/cue.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/selectors/cue.json b/css/selectors/cue.json index f2211df211ae2..7629e1f5330c8 100644 --- a/css/selectors/cue.json +++ b/css/selectors/cue.json @@ -17,10 +17,14 @@ }, "firefox": { "version_added": "55", - "notes": "Firefox currently does not support a parameter on ::cue." + "notes": [ + "Firefox currently does not support a parameter on ::cue.", + "Correct limitations to the CSS properties permitted within ::cue were implemented in Firefox 69. See Permitted properties for a list of the allowed properties." + ] }, "firefox_android": { - "version_added": "55" + "version_added": "55", + "notes": "Firefox currently does not support a parameter on ::cue." }, "ie": { "version_added": false