Skip to content

Commit

Permalink
Mirror flexbox data for Firefox Android
Browse files Browse the repository at this point in the history
Firefox Android 52 is from wiki migration:
mdn#437

It's implausible that this property alone would be different between
desktop and mobile.

The flex property can also be mirrored and will result only in minor
changes to the notes, the versions are already aligned.
  • Loading branch information
foolip committed Jun 11, 2024
1 parent 64888e9 commit 7d30e58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
16 changes: 4 additions & 12 deletions css/properties/flex-wrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
"firefox": {
"version_added": "28"
},
"firefox_android": {
"version_added": "52"
},
"firefox_android": "mirror",
"ie": {
"version_added": "11",
"partial_implementation": true,
Expand Down Expand Up @@ -69,9 +67,7 @@
"firefox": {
"version_added": "28"
},
"firefox_android": {
"version_added": "52"
},
"firefox_android": "mirror",
"ie": {
"version_added": "11"
},
Expand Down Expand Up @@ -106,9 +102,7 @@
"firefox": {
"version_added": "28"
},
"firefox_android": {
"version_added": "52"
},
"firefox_android": "mirror",
"ie": {
"version_added": "11"
},
Expand Down Expand Up @@ -143,9 +137,7 @@
"firefox": {
"version_added": "28"
},
"firefox_android": {
"version_added": "52"
},
"firefox_android": "mirror",
"ie": {
"version_added": "11"
},
Expand Down
15 changes: 1 addition & 14 deletions css/properties/flex.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,7 @@
"version_added": "49"
}
],
"firefox_android": [
{
"version_added": "20",
"notes": [
"Since Firefox 28, multi-line flexbox is supported.",
"Before Firefox 32, Firefox wasn't able to animate values starting or stopping at <code>0</code>.",
"Until Firefox 61, flex items that are sized according to their content are sized using <a href='https://drafts.csswg.org/css-sizing-3/#column-sizing'>fit-content, not max-content</a>."
]
},
{
"prefix": "-webkit-",
"version_added": "49"
}
],
"firefox_android": "mirror",
"ie": [
{
"version_added": "11",
Expand Down

0 comments on commit 7d30e58

Please sign in to comment.