Skip to content

Commit

Permalink
Update Firefox data for font-variant-emoji CSS property
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Firefox and Firefox Android for the `font-variant-emoji` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.0.1).

_Check out the [collector's guide on how to review this PR](https://github.com/GooborgStudios/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/font-variant-emoji

Additional Notes: This is a follow-up to mdn#18381, which set Firefox as supported but did not include the required flag data (which Dipika later pointed out).
  • Loading branch information
queengooborg committed Jun 16, 2023
1 parent 2f6832f commit 8d868df
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion css/properties/font-variant-emoji.json
Expand Up @@ -12,7 +12,14 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "108"
"version_added": "108",
"flags": [
{
"name": "layout.css.font-variant-emoji.enabled",
"type": "preference",
"value_to_set": "true"
}
]
},
"firefox_android": "mirror",
"ie": {
Expand Down

0 comments on commit 8d868df

Please sign in to comment.