Skip to content

Update Firefox data for flex-direction CSS property #27184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions css/properties/flex-direction.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"firefox": [
{
"version_added": "20",
"version_added": "22",
"notes": "Since Firefox 28, multi-line flexbox is supported."
},
{
Expand Down Expand Up @@ -102,7 +102,7 @@
"version_added": "12"
},
"firefox": {
"version_added": "≤72"
"version_added": "22"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -145,7 +145,7 @@
"version_added": "81"
},
{
"version_added": "≤72",
"version_added": "22",
"version_removed": "81",
"partial_implementation": true,
"notes": "Before Firefox 81, overflow with `column-reverse` was unsupported. See [bug 1042151](https://bugzil.la/1042151)."
Expand Down Expand Up @@ -188,7 +188,7 @@
"version_added": "12"
},
"firefox": {
"version_added": "≤72"
"version_added": "22"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -231,7 +231,7 @@
"version_added": "81"
},
{
"version_added": "≤72",
"version_added": "22",
"version_removed": "81",
"partial_implementation": true,
"notes": "Before Firefox 81, overflow with `column-reverse` was unsupported. See [bug 1042151](https://bugzil.la/1042151)."
Expand Down