fix: improve nested CSS rule handling and add related tests (#1775)

* fix: improve nested CSS rule handling and add related tests
* fix: enhance null safety for nested CSS rules and add related tests
* Improve nested CSS rule handling and replayer handling

Updated the fix message to include replayer handling of missing rules.

---------

Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
This commit is contained in:
Alailson
2026-02-06 10:49:52 +01:00
committed by GitHub
parent 3b8daa6034
commit b149cf31ed
8 changed files with 739 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
---
"rrweb": patch
---
fix: improve nested CSS rule handling and replayer handling of missing rules