Re: [csswg-drafts] [css-text-decor] text-decoration-width claims to be a sub-property of text-decoration, but text-decoration disagrees. (#3993)

Looks like the definitions from L3 generally haven't been imported to L4. The answer should be, "text-decoration is able to parse it in", so

```
text-decoration:  | | <'text-decoration-line'> || <'text-decoration-style'> || <'text-decoration-color'>
```

becomes 

```
text-decoration:  | | <'text-decoration-line'> || <'text-decoration-style'> || <'text-decoration-color'>|| <'text-decoration-thickness'>
```


-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3993#issuecomment-510127333 using your GitHub account

Received on Wednesday, 10 July 2019 16:10:09 UTC