A new maintenance release is now available with updated rules and new browser compatibility checks.
New Features
- Handle CSS variable substitutions like rgba( var(--rgb) var(--alpha) )
- Handle CSS variable substitutions in shorthand properties
- Rules run around 10% faster on large pages
- CSS runs much faster on large pages
Rule Changes
- Updated browser compatibility checks to Chrome 105, Edge 105, Firefox 104, Opera 90, Safari 15.6
- Updated screen reader compatibility checks to NVDA 2022, JAWS 2022, macOS 12.5 and iOS 15.6
- Updated to September 2022 HTML 5 Validator
- Updated to September 2022 CSS Validator
- See full list of changed rules in engine 6.46
Fixes
- Fixed some minor high contrast and dark mode issues
- Fixed focus style match for body:focus-within button
- Fixed issue running second instance of app when Edge WebView2 104 is installed
- Various stability fixes and performance improvements