Closed devongarde closed 5 months 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.
ssc v.0.1.13 nitpicks CCS 1, 2.0, 2.1 and 2.2 (February 2022 draft).
The current version includes a pre-alpha CSS parser. It needs more work, but those are separate issues.
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.