Skip to content

Commit

Permalink
Firefox 69: ::cue now limits permitted properties per spec
Browse files Browse the repository at this point in the history
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
  • Loading branch information
a2sheppy committed Aug 5, 2019
1 parent f1a27ee commit 34712b7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css/selectors/cue.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
},
"firefox": {
"version_added": "55",
"notes": "Firefox currently does not support a parameter on <code>::cue</code>."
"notes": [
"Firefox currently does not support a parameter on <code>::cue</code>.",
"Correct limitations to the CSS properties permitted within <code>::cue</code> were implemented in Firefox 69. See <a href='https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/::cue#Permitted_properties'>Permitted properties</a> for a list of the allowed properties."
]
},
"firefox_android": {
"version_added": "55"
"version_added": "55",
"notes": "Firefox currently does not support a parameter on <code>::cue</code>."
},
"ie": {
"version_added": false
Expand Down

0 comments on commit 34712b7

Please sign in to comment.