Validate syntaxes #172
Labels
help wanted
If you know something about this topic, we would love your help!
idle
Issues and pull requests with no activity for three months.
Hi!
Properties and selector syntaxes make use of lower-level syntaxes.
Unless they are "basic" types (that has their own page on MDN), these lower-level syntax are defined in syntaxes.json (and so on, recursively)
It is fastidious and error-prone to be sure not to forget one of these lower-level syntaxes definition. It is also complex for the reviewers to spot them.
We should write a test, run by ci that detect this.
The text was updated successfully, but these errors were encountered: