svenkreiss / html5validator

Command line tool to validate HTML5 files. Great for continuous integration.
MIT License
314 stars 34 forks source link

add missing CSS Property "text-decoration-thickness" #116

Open MFTabriz opened 2 years ago

MFTabriz commented 2 years ago

Whenever I'm running the html5validator on css files like:

.test {
    text-decoration-thickness: 20%;
}

I get: error: CSS: "text-decoration-thickness": Property "text-decoration-thickness" doesn't exist.

related: validator/validator#1154