LeaVerou / css-almanac

Repo for planning & voting on which stats to study
https://projects.verou.me/mavoice/?repo=leaverou/css-almanac&labels=proposed%20stat
34 stars 3 forks source link

Unknown properties #29

Open LeaVerou opened 4 years ago

LeaVerou commented 4 years ago

This could include:

LeaVerou commented 4 years ago

Algorithm for nonexistent properties:

Properties that are not:

For syntax errors that we can actually detect via the AST, all I can think of is missing semicolons, where a property value contains propertyName:. Any others?

LeaVerou commented 4 years ago

I decided to only do nonexistent properties, as the other one with the semicolon would yield too many false positives to be interesting.