csstree / csstree/validator

Unknown property text-wrap

Open
#37 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
73
Forks
14
PR merge metrics
No merged PRs in 30d

Description

I’m seeing both `csstree-validator@3.0.0` and `stylelint-csstree-validator@3.0.0` flag `text-wrap` as an unknown property, even though it appears in the [CSS Tree docs](https://csstree.github.io/docs/syntax/#Property:text-wrap)

Steps to reproduce:

1. Create a file with the following contents
```css
div {
text-wrap: nowrap;
}
```
2. Run it through `csstree-validator`
3. It will return the following error:
```
* Unknown property `text-wrap`
```
5. Running the same file through the [W3C Validator](https://jigsaw.w3.org/css-validator/#validate_by_upload) does not return any errors

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.