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

Unknown property text-wrap #37

Open
mgurgel opened this issue Sep 18, 2024 · 1 comment
Open

Unknown property text-wrap #37

mgurgel opened this issue Sep 18, 2024 · 1 comment

Comments

@mgurgel
Copy link

mgurgel commented Sep 18, 2024

I’m seeing both [email protected] and [email protected] flag text-wrap as an unknown property, even though it appears in the CSS Tree docs

Steps to reproduce:

  1. Create a file with the following contents
div {
	text-wrap: nowrap;
}
  1. Run it through csstree-validator
  2. It will return the following error:
    * Unknown property `text-wrap`
  1. Running the same file through the W3C Validator does not return any errors
@skyclouds2001
Copy link

after mdn/data#781 get merged and mdn/data#794 get released, this can be improved

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

No branches or pull requests

2 participants