Skip to content

Commit

Permalink
web-features:flexbox: correct tag group (mdn#21610)
Browse files Browse the repository at this point in the history
Discovered in mdn#21598
  • Loading branch information
ddbeck authored Dec 14, 2023
1 parent 1a381f9 commit 7906073
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/properties/justify-items.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"__compat": {
"description": "Supported in Flex Layout",
"spec_url": "https://drafts.csswg.org/css-align/#justify-items-property",
"tags": [
"web-features:flexbox"
],
"support": {
"chrome": {
"version_added": "52"
Expand Down
3 changes: 3 additions & 0 deletions css/properties/justify-self.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"__compat": {
"description": "Supported in Flex Layout",
"spec_url": "https://drafts.csswg.org/css-align/#justify-self-property",
"tags": [
"web-features:flexbox"
],
"support": {
"chrome": {
"version_added": "57"
Expand Down
3 changes: 3 additions & 0 deletions css/properties/place-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"flex_context": {
"__compat": {
"description": "Supported in Flex Layout",
"tags": [
"web-features:flexbox"
],
"support": {
"chrome": {
"version_added": "59"
Expand Down
3 changes: 3 additions & 0 deletions css/properties/place-items.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"flex_context": {
"__compat": {
"description": "Supported in Flex Layout",
"tags": [
"web-features:flexbox"
],
"support": {
"chrome": {
"version_added": "59"
Expand Down
3 changes: 3 additions & 0 deletions css/properties/place-self.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"flex_context": {
"__compat": {
"description": "Supported in Flex Layout",
"tags": [
"web-features:flexbox"
],
"support": {
"chrome": {
"version_added": "59"
Expand Down

0 comments on commit 7906073

Please sign in to comment.