validator
validator copied to clipboard
Unknown property text-wrap
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:
- Create a file with the following contents
div {
text-wrap: nowrap;
}
- Run it through
csstree-validator - It will return the following error:
* Unknown property `text-wrap`
- Running the same file through the W3C Validator does not return any errors
after https://github.com/mdn/data/pull/781 get merged and https://github.com/mdn/data/pull/794 get released, this can be improved