You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-conditional-3/Overview.bs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -686,7 +686,7 @@ a declaration (consisting of a property and value) if it accepts that
686
686
declaration (rather than discarding it as a parse error)
687
687
within a [=style rule=].
688
688
If a processor does not implement, with a usable level of support,
689
-
the value given,
689
+
both the property and the value given,
690
690
then it <strong>must not</strong>
691
691
accept the declaration or claim support for it.
692
692
@@ -981,7 +981,8 @@ The following (non-editorial) changes were made to this specification since the
981
981
<a href="https://www.w3.org/TR/2022/CR-css-conditional-3-20220113/">13 January 2022 Candidate Recommendation Snapshot</a>:
982
982
983
983
<ul id="changes-20220113">
984
-
<!-- to 23 June 2024 -->
984
+
<!-- to 24 June 2024 -->
985
+
<li>Clarified that a processor must support both the property and the value <a href="https://github.com/w3c/csswg-drafts/issues/8795">Issue 8795</a></li>
985
986
<li>Added .matches to @media and @supports (<a href="https://github.com/w3c/csswg-drafts/issues/4240">Issue 4240</a>)</li>
986
987
<li>Updated to the new parsing algo names and block production names.</li>
987
988
<li>Removed procedure to set readonly CSSMediaRule.conditionText (<a href="https://github.com/w3c/csswg-drafts/pull/8796">PR 8796</a>)</li>
0 commit comments