mdn-browser-compat-data
Version:
Browser compatibility data provided by MDN Web Docs
133 lines (132 loc) • 7.88 kB
JSON
{
"css": {
"properties": {
"visibility": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/visibility",
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": {
"version_added": "18"
},
"edge": {
"version_added": "12"
},
"edge_mobile": {
"version_added": true
},
"firefox": {
"version_added": "1"
},
"firefox_android": {
"version_added": "4"
},
"ie": {
"version_added": "4",
"notes": [
"Internet Explorer doesn't support <code>visibility: initial</code>.",
"Up to Internet Explorer 7, descendants of <code>hidden</code> elements will still be invisible even if they have <code>visibility</code> set to <code>visible</code>."
]
},
"opera": {
"version_added": "4"
},
"opera_android": {
"version_added": "6"
},
"safari": {
"version_added": "1"
},
"safari_ios": {
"version_added": "1"
},
"samsunginternet_android": {
"version_added": true
},
"webview_android": {
"version_added": "1"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"collapse": {
"__compat": {
"description": "<code>collapse</code>",
"support": {
"chrome": {
"version_added": "62",
"notes": [
"Chrome treats <code>visibility: collapse</code> like <code>hidden</code>, leaving a white gap.",
"Chrome supports the <code>collapse</code> value only on <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tr'><code><tr></code></a>, <a href='https://developer.mozilla.org/docs/Web/HTML/Element/thead' ><code><thead></code></a>, <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tbody'><code><tbody></code></a>, and <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tfoot'><code><tfoot></code></a>, but not on <a href='https://developer.mozilla.org/docs/Web/HTML/Element/col'><code><col></code></a> and <a href='https://developer.mozilla.org/docs/Web/HTML/Element/colgroup'><code><colgroup></code></a> elements."
]
},
"chrome_android": {
"version_added": true,
"notes": [
"Chrome treats <code>visibility: collapse</code> like <code>hidden</code>, leaving a white gap.",
"Chrome supports the <code>collapse</code> value only on <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tr'><code><tr></code></a>, <a href='https://developer.mozilla.org/docs/Web/HTML/Element/thead' ><code><thead></code></a>, <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tbody'><code><tbody></code></a>, and <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tfoot'><code><tfoot></code></a>, but not on <a href='https://developer.mozilla.org/docs/Web/HTML/Element/col'><code><col></code></a> and <a href='https://developer.mozilla.org/docs/Web/HTML/Element/colgroup'><code><colgroup></code></a> elements."
]
},
"edge": {
"version_added": "12"
},
"edge_mobile": {
"version_added": true
},
"firefox": {
"version_added": "1",
"notes": "Firefox doesn't hide borders when hiding <a href='https://developer.mozilla.org/docs/Web/HTML/Element/col'><code><col></code></a> and <a href='https://developer.mozilla.org/docs/Web/HTML/Element/colgroup'><code><colgroup></code></a> elements if <code>border-collapse: collapse</code> is set."
},
"firefox_android": {
"version_added": "4",
"notes": "Firefox doesn't hide borders when hiding <a href='https://developer.mozilla.org/docs/Web/HTML/Element/col'><code><col></code></a> and <a href='https://developer.mozilla.org/docs/Web/HTML/Element/colgroup'><code><colgroup></code></a> elements if <code>border-collapse: collapse</code> is set."
},
"ie": {
"version_added": true
},
"opera": {
"version_added": true,
"notes": "In Opera, <code>visibility: collapse</code> works on table elements, but doesn't hide a <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tfoot'><code><tfoot></code></a> if it is adjacent to a visible <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tbody'><code><tbody></code></a>."
},
"opera_android": {
"version_added": true,
"notes": "In Opera, <code>visibility: collapse</code> works on table elements, but doesn't hide a <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tfoot'><code><tfoot></code></a> if it is adjacent to a visible <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tbody'><code><tbody></code></a>."
},
"safari": {
"version_added": true,
"notes": [
"Safari treats <code>visibility: collapse</code> like <code>hidden</code>, leaving a white gap.",
"Safari supports the collapse value only on <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tr'><code><tr></code></a>, <a href='https://developer.mozilla.org/docs/Web/HTML/Element/thead' ><code><thead></code></a>, <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tbody'><code><tbody></code></a>, and <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tfoot'><code><tfoot></code></a>, but not on <a href='https://developer.mozilla.org/docs/Web/HTML/Element/col'><code><col></code></a> and <a href='https://developer.mozilla.org/docs/Web/HTML/Element/colgroup'><code><colgroup></code></a> elements."
]
},
"safari_ios": {
"version_added": true,
"notes": [
"Safari treats <code>visibility: collapse</code> like <code>hidden</code>, leaving a white gap.",
"Safari supports the collapse value only on <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tr'><code><tr></code></a>, <a href='https://developer.mozilla.org/docs/Web/HTML/Element/thead' ><code><thead></code></a>, <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tbody'><code><tbody></code></a>, and <a href='https://developer.mozilla.org/docs/Web/HTML/Element/tfoot'><code><tfoot></code></a>, but not on <a href='https://developer.mozilla.org/docs/Web/HTML/Element/col'><code><col></code></a> and <a href='https://developer.mozilla.org/docs/Web/HTML/Element/colgroup'><code><colgroup></code></a> elements."
]
},
"samsunginternet_android": {
"version_added": true
},
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}