mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibWeb: Make CSSConditionRule.conditionText
read-only
Previously @media rule conditions could be updated by assigning to `conditionText`. This change aligns our implementation with the CSSOM specification, which says `CSSConditionRule.conditionText` should be read-only.
This commit is contained in:
parent
b08fd1b9ae
commit
4646a87eba
8 changed files with 29 additions and 15 deletions
|
@ -0,0 +1,4 @@
|
|||
@media rule conditionText initial value: not all
|
||||
@media rule conditionText value after assignment: not all
|
||||
@supports rule conditionText initial value: not (unsupported-property: unsupported-value)
|
||||
@supports rule conditionText value after assignment: not (unsupported-property: unsupported-value)
|
Loading…
Add table
Add a link
Reference in a new issue