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