- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Wed, 10 Jul 2019 16:10:08 +0000
- To: public-css-archive@w3.org
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