Skip to content

Commit

Permalink
Add missing css.properties.display.table-caption feature (#24385)
Browse files Browse the repository at this point in the history
This PR adds the missing `table-caption` member of the `display` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.12.3).

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

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/display/table-caption

Additional Notes: Fixes #24043.
  • Loading branch information
queengooborg authored Sep 9, 2024
1 parent 3e60e8f commit 7069c8e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions css/properties/display.json
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,38 @@
}
}
},
"table-caption": {
"__compat": {
"support": {
"chrome": {
"version_added": "≤80"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "≤72"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "≤13.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"table-cell": {
"__compat": {
"support": {
Expand Down

0 comments on commit 7069c8e

Please sign in to comment.