It fixes numerous false positive bugs, including many in the declaration-property-value-no-unknown rule for the latest CSS specifications.
- Fixed:
*-no-unknownfalse positives for latest specs by integrating@csstools/css-syntax-patches-for-csstree(#8850) (@romainmenke). - Fixed:
at-rule-no-unknownfalse positives for@function(#8851) (@jeddy3). - Fixed:
declaration-property-value-no-unknownfalse positives forattr(),if()and custom functions (#8853) (@jeddy3). - Fixed:
function-url-quotesfalse positives when URLs require quoting (#8804) (@taearls). - Fixed:
selector-pseudo-element-no-unknownfalse positives for::scroll-button()(#8856) (@Mouvedia).