Skip to content
Merged
Changes from 3 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
4 changes: 2 additions & 2 deletions css/properties/visibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"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`, leaving a white gap.",
"Before Chrome 92, `visibility: collapse` supports `<tr>`,`<thead>`, `<tbody>`, and `<tfoot>` elements, but it has no effect on `<col>` and `<colgroup>` elements."
Comment thread
caugner marked this conversation as resolved.
Outdated
]
},
"chrome_android": "mirror",
Expand Down