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

fix(css): Fix syntax for white-space #802

Merged
merged 2 commits into from
Nov 27, 2024
Merged

Conversation

skyclouds2001
Copy link
Contributor

@skyclouds2001 skyclouds2001 commented Nov 26, 2024

Description

currently white-space only available as a shorthand property for white-space-collapse and text-wrap only, not for white-space-trim (which didn't support by any browser at present)

https://github.com/mdn/browser-compat-data/blob/c933819e955e470ff5d6948842f7dbda3a62fae1/css/properties/white-space.json#L309-L347

Motivation

reported in #597

Additional details

Related issues and pull requests

@skyclouds2001 skyclouds2001 marked this pull request as ready for review November 26, 2024 10:53
@skyclouds2001 skyclouds2001 requested a review from a team as a code owner November 26, 2024 10:53
@skyclouds2001 skyclouds2001 requested review from bsmth and removed request for a team November 26, 2024 10:53
Copy link
Member

@bsmth bsmth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I would link here for some more info for traceability

@bsmth bsmth merged commit 2cc41d0 into mdn:main Nov 27, 2024
3 checks passed
@skyclouds2001 skyclouds2001 deleted the white-space branch November 27, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants