mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00:00
Previously, calling `setProperty` or `removeProperty` from JS on a CSSStyleDeclaration returned from `getComputedStyle()` would return null. We now return a NoModificationAllowedError instead, which aligns our implementation with the specification.
3 lines
213 B
Plaintext
3 lines
213 B
Plaintext
Calling setProperty() on a computed CSSStyleDeclaration throws error of type: NoModificationAllowedError
|
|
Calling removeProperty() on a computed CSSStyleDeclaration throws error of type: NoModificationAllowedError
|