Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jsdom/jsdom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 27.2.0
Choose a base ref
...
head repository: jsdom/jsdom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 27.3.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Dec 8, 2025

  1. CSSOM improvements

    Update the `@acemir/cssom` package and integrate the updates with jsdom. The updates include:
    
    * Add missing properties and methods to StyleSheet, CSSStyleSheet, CSSRule, and MediaList
    * Add the CSSStyleSheet constructor
    * Fix CSSGroupingRule's insertRule() to handle inserting CSSNestedDeclarations
    * Fix MediaList's mediaText setter
    * Improvements in parsing/validation:
        * Improve validations on pseudo-classes with selectors list support (such as :not, :is, :has, :where)
        * Improve auto-close for all unclosed nested structures
        * Handle CSSLayerStatementRule inside CSSLayerBlockRule and other grouping rules
        * Handle CSSFontFaceRule,  CSSKeyframeRule, and CSSPageRule nesting validation
    * Create different instances of CSSOM classes per jsdom instance, each tied to the correct jsdom global object.
    acemir authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    542b1a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    decdb95 View commit details
    Browse the repository at this point in the history
  3. Version 27.3.0

    domenic committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    56b75c2 View commit details
    Browse the repository at this point in the history
Loading