script: Support custom element states (#38564)

Also adds support for `:state`.

Testing: Covered by existing tests

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
Simon Wülker 2025-08-27 19:25:16 +02:00 committed by GitHub
parent dcd25072d3
commit 04dd74dddb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 209 additions and 152 deletions

View file

@ -13749,7 +13749,7 @@
]
],
"interfaces.https.html": [
"a9447edae08028bd992e3aa7c9e7a2a483baa446",
"1397b723a1cb001521ac1b2032c380f1e02cf1f0",
[
null,
{}

View file

@ -62,6 +62,7 @@ test_interfaces([
"CSSStyleRule",
"CSSStyleSheet",
"CSSSupportsRule",
"CustomStateSet",
"DataTransfer",
"DataTransferItem",
"DataTransferItemList",