mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-05 09:52:54 +00:00
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.
4 lines
299 B
Text
4 lines
299 B
Text
@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)
|