css.properties.white-space-collapse
- Missing keywords values
#24363
Labels
data:css 🎨
Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS
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")
(returnsfalse
) andCSS.supports("white-space-collapse: preserve-spaces")
(returnstrue
) 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
The text was updated successfully, but these errors were encountered: