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.white-space-collapse - Missing keywords values #24363

Open
ddbeck opened this issue Sep 6, 2024 · 0 comments
Open

css.properties.white-space-collapse - Missing keywords values #24363

ddbeck opened this issue Sep 6, 2024 · 0 comments
Labels
data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS

Comments

@ddbeck
Copy link
Collaborator

ddbeck commented Sep 6, 2024

What type of issue is this?

Missing compatibility data

What information was incorrect, unhelpful, or incomplete?

This should have at least preserve-spaces and perhaps other values defined in the spec.

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

A complete list of implemented values for this property.

Did you test this? If so, how?

I tried CSS.supports("white-space-collapse: discard") (returns false) and CSS.supports("white-space-collapse: preserve-spaces") (returns true) in Firefox.

I also made this little test case: https://codepen.io/ddbeck/pen/vYqvmeZ

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

This originated with web-platform-dx/web-features#1698 (comment)

Do you have anything more you want to share?

No response

MDN URL

No response

MDN metadata

No response

@queengooborg queengooborg added the data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Sep 6, 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
@ddbeck @queengooborg and others