| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-12 | 493 Bytes | |
| Version 27.2.0 source code.tar.gz | 2025-11-12 | 4.3 MB | |
| Version 27.2.0 source code.zip | 2025-11-12 | 4.9 MB | |
| Totals: 3 Items | 9.2 MB | 0 | |
- Added
CSSGroupingRule,CSSNestedDeclarations,CSSConditionRule,CSSContainerRule,CSSScopeRule,CSSSupportsRule,CSSLayerBlockRule, andCSSLayerStatementRuleto jsdomWindows. (acemir) - Improved CSS parsing and CSSOM object APIs via updates to
@acemir/cssom. (acemir) - Fixed
@import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the<link>or<style>element. (acemir)