Don't escape property name in CSSStyleDeclaration's item() (#31305)

Just return the raw name. This is only relevant for custom properties.
This commit is contained in:
Oriol Brufau 2024-02-09 22:12:31 +01:00 committed by GitHub
parent 8b91d8b11e
commit cb5172f40e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 19 deletions

View file

@ -1,6 +0,0 @@
[variable-names.html]
[custom property '--a;b']
expected: FAIL
[custom property '--\\']
expected: FAIL

View file

@ -1,6 +0,0 @@
[variable-names.html]
[custom property '--a;b']
expected: FAIL
[custom property '--\\']
expected: FAIL