From f548ce8c7712085dd5134216c2543507f3940e25 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Fri, 5 May 2023 13:58:26 +0200 Subject: [PATCH] [css-conditional-3] Remove procedure to set readonly CSSMediaRule.conditionText --- css-conditional-3/Overview.bs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css-conditional-3/Overview.bs b/css-conditional-3/Overview.bs index 35f48ca58f5..cb0cc554ac7 100644 --- a/css-conditional-3/Overview.bs +++ b/css-conditional-3/Overview.bs @@ -812,10 +812,6 @@ js/CSSConditionRule.html
The conditionText attribute (defined on the CSSConditionRule parent rule), on getting, must return the value of media.mediaText on the rule. - - Setting the conditionText attribute - must set the media.mediaText attribute on the rule. -