🎨 Features
- Adds support for the
@media
selector "forced-colors" - By @capricorn86 in task #1727- Read more about how to set the value in the Wiki for IBrowserSettings under "device.forcedColors"
👷♂️ Patch fixes
- Fixes issue where it was not possible to nest
@media
,@supports
and@container
rules - By @capricorn86 in task #1727 - Fixes issue where
CSSStyleSheet
was instantiated internally without a Window context, causing errors to not be thrown correctly inCSSStyleSheet
methods - By @capricorn86 in task #1727 - Changes errors thrown in
CSSStyleSheet
methods, so that they work according to spec - By @capricorn86 in task #1727