Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

css.properties.visibility - "Collapse" should be listed as properly working in Chrome #24185

Open
joswhite opened this issue Aug 21, 2024 · 0 comments
Labels
data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS

Comments

@joswhite
Copy link

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

"Chrome treats visibility: collapse like hidden, leaving a white gap."

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

Full support listed for Chrome starting in Chrome 62.

Did you test this? If so, how?

I tested it on BrowserStack. Starting in Chrome version 62, in my jsfiddle (https://jsfiddle.net/joseph_white3/a5w6usp7/), the browser properly collapses the Item1 row, which is using visibility: collapse, as expected. The Item3 row, which is using visibility: hidden, leaves a white gap, as expected. At least in this situation, Chrome no longer treats visibility: collapse like hidden.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

Here's a screenshot of the current incorrect compatibility table:

image

MDN URL

https://developer.mozilla.org/en-US/docs/Web/CSS/visibility

MDN metadata

MDN page report details
  • Query: css.properties.visibility
  • Report started: 2024-08-20T23:53:00.850Z
@queengooborg queengooborg added the data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS
Projects
None yet
Development

No branches or pull requests

3 participants
@queengooborg @joswhite and others