Skip to content
Merged
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
21 changes: 14 additions & 7 deletions css/properties/visibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,18 @@
"chrome": {
"version_added": "1",
"notes": [
"Chrome treats `visibility: collapse` like `hidden`, leaving a white gap.",
"Chrome supports the `collapse` value only on [`<tr>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/tr), [`<thead>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/thead), [`<tbody>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/tbody), and [`<tfoot>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/tfoot), but not on [`<col>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/col) and [`<colgroup>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/colgroup) elements."
"Before Chrome 62, `visibility: collapse` has the same effect as `hidden` for `<tr>`, `<thead>`, `<tbody>`, and `<tfoot>` elements, flex items, and ruby annotations, leaving a blank gap. It has no effect on `<col>` and `<colgroup>` elements.",
"Before Chrome 92, `visibility: collapse` supports `<tr>`, `<thead>`, `<tbody>`, and `<tfoot>` elements. For flex items and ruby annotations, it has the same effect as `hidden`, leaving a blank gap. It has no effect on `<col>` and `<colgroup>` elements.",
"Since Chrome 92, `visibility: collapse` supports `<tr>`, `<thead>`, `<tbody>`, `<tfoot>`, `<col>` and `<colgroup>` elements. For flex items and ruby annotations, it has the same effect as `hidden`, leaving a blank gap."
]
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
"version_added": "12",
"notes": [
"For Edge 79 through Edge 91, `visibility: collapse` supports `<tr>`, `<thead>`, `<tbody>`, and `<tfoot>` elements. For flex items and ruby annotations, it has the same effect as `hidden`, leaving a blank gap. It has no effect on `<col>` and `<colgroup>` elements.",
"Since Edge 92, `visibility: collapse` supports `<tr>`, `<thead>`, `<tbody>`, `<tfoot>`, `<col>` and `<colgroup>` elements. For flex items and ruby annotations, it has the same effect as `hidden`, leaving a blank gap."
]
},
"firefox": {
"version_added": "1",
Expand All @@ -85,15 +90,17 @@
"opera": {
"version_added": "4",
"notes": [
"Opera treats `visibility: collapse` like `hidden`, leaving a white gap.",
"Opera supports the `collapse` value only on [`<tr>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/tr), [`<thead>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/thead), [`<tbody>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/tbody), and [`<tfoot>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/tfoot), but not on [`<col>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/col) and [`<colgroup>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/colgroup) elements."
"Before Opera 49, `visibility: collapse` has the same effect as `hidden` for `<tr>`, `<thead>`, `<tbody>`, and `<tfoot>` elements, flex items, and ruby annotations, leaving a blank gap. It has no effect on `<col>` and `<colgroup>` elements.",
"Before Opera 78, `visibility: collapse` supports `<tr>`, `<thead>`, `<tbody>`, and `<tfoot>` elements. For flex items and ruby annotations, it has the same effect as `hidden`, leaving a blank gap. It has no effect on `<col>` and `<colgroup>` elements.",
"Since Opera 78, `visibility: collapse` supports `<tr>`, `<thead>`, `<tbody>`, `<tfoot>`, `<col>` and `<colgroup>` elements. For flex items and ruby annotations, it has the same effect as `hidden`, leaving a blank gap."
]
},
"opera_android": {
"version_added": "10.1",
"notes": [
"Opera treats `visibility: collapse` like `hidden`, leaving a white gap.",
"Opera supports the `collapse` value only on [`<tr>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/tr), [`<thead>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/thead), [`<tbody>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/tbody), and [`<tfoot>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/tfoot), but not on [`<col>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/col) and [`<colgroup>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/colgroup) elements."
"Before Opera Android 46, `visibility: collapse` has the same effect as `hidden` for `<tr>`, `<thead>`, `<tbody>`, and `<tfoot>` elements, flex items, and ruby annotations, leaving a blank gap. It has no effect on `<col>` and `<colgroup>` elements.",
"Before Opera Android 65, `visibility: collapse` supports `<tr>`, `<thead>`, `<tbody>`, and `<tfoot>` elements. For flex items and ruby annotations, it has the same effect as `hidden`, leaving a blank gap. It has no effect on `<col>` and `<colgroup>` elements.",
"Since Opera Android 65, `visibility: collapse` supports `<tr>`, `<thead>`, `<tbody>`, `<tfoot>`, `<col>` and `<colgroup>` elements. For flex items and ruby annotations, it has the same effect as `hidden`, leaving a blank gap."
]
},
"safari": {
Expand Down