LibWeb: Allow custom properties on pseudo-elements with property lists

This commit is contained in:
Tim Ledbetter
2026-03-04 11:20:51 +00:00
committed by Jelle Raaijmakers
parent fb61294df7
commit e49b643f86
Notes: github-actions[bot] 2026-03-04 12:38:07 +00:00
7 changed files with 251 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
color: rgb(0, 0, 255)
opacity: 0.5
font-weight: 900
inherited color: rgb(0, 128, 0)
nested color: rgb(0, 0, 255)