Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 399 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 399 Bytes

resolve-cascade

Resolves a CSS Stylesheet against an HTML Document producing a Cascade of selectors for each element. A Cascade can then be used to produce a computed style for that element.

In addition to libraries for performing cascade resolution, there's two assertions for help in writing tests that check the expected effects of CSS on a document.

API documentation