devongarde / ssc

static site checker (an opinionated HTML nitpicker)
Other
10 stars 2 forks source link

Parse CSS #30

Closed devongarde closed 5 months ago

devongarde commented 4 years ago

CSS is an integral part of modern HTML usage, including on static sites. CSS is integrated directly into HTML 5 via SVG 1.1.

Thus any half-decent static site checker would check that static site's CSS. For that reason, a CSS checker would be useful.

Note that ssc already parses CSS files, although only to pick up class names.

devongarde commented 1 year ago

ssc v.0.1.13 nitpicks CCS 1, 2.0, 2.1 and 2.2 (February 2022 draft).

devongarde commented 5 months ago

The current version includes a pre-alpha CSS parser. It needs more work, but those are separate issues.