validator icon indicating copy to clipboard operation
validator copied to clipboard

Unknown property text-wrap

Open mgurgel opened this issue 1 year ago • 1 comments

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

mgurgel avatar Sep 18 '24 15:09 mgurgel

after https://github.com/mdn/data/pull/781 get merged and https://github.com/mdn/data/pull/794 get released, this can be improved

skyclouds2001 avatar Nov 30 '24 13:11 skyclouds2001