Skip to content

Commit

Permalink
Remove css.properties.text-justify.distribute from BCD (#22530)
Browse files Browse the repository at this point in the history
This PR removes the `distribute` member of the `text-justify` CSS property from BCD. The spec (https://drafts.csswg.org/css-text/#valdef-text-justify-distribute) defines this keyword as a legacy value alias of `inter-character`.

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/text-justify/distribute
  • Loading branch information
queengooborg committed Mar 6, 2024
1 parent 1eaf4ec commit 6ab267a
Showing 1 changed file with 9 additions and 35 deletions.
44 changes: 9 additions & 35 deletions css/properties/text-justify.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,38 +94,6 @@
}
}
},
"distribute": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "55"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"inter-character": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-text/#valdef-text-justify-inter-character",
Expand All @@ -135,9 +103,15 @@
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "55"
},
"firefox": [
{
"version_added": "55"
},
{
"alternative_name": "distribute",
"version_added": "55"
}
],
"firefox_android": "mirror",
"ie": {
"version_added": false
Expand Down

0 comments on commit 6ab267a

Please sign in to comment.