CSSLint / parser-lib

Collection of parsers written in JavaScript
http://www.nczonline.net/
Other
287 stars 82 forks source link

Follow CSSUI4 spec for appearance property while allowing more values… #223

Closed frvge closed 7 years ago

frvge commented 8 years ago

… for prefixes

Values for -moz-appearance taken from https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-appearance

Values for -webkit-appearance taken from http://css-infos.net/property/-webkit-appearance

The Opera and MS versions are the same as before, but with none moved to the start of the line.

Fixes #176