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-04-01 12:00:00 +08:00
committed by GitHub
parent 8df3133af5
commit d5e0443926
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