Skip to content

Commit a024dd4

Browse files
committed
[css-conditional-3] Clarified that a processor must support both the property and the value w3c#8795
1 parent 7f539cf commit a024dd4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-conditional-3/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ a declaration (consisting of a property and value) if it accepts that
686686
declaration (rather than discarding it as a parse error)
687687
within a [=style rule=].
688688
If a processor does not implement, with a usable level of support,
689-
the value given,
689+
both the property and the value given,
690690
then it <strong>must not</strong>
691691
accept the declaration or claim support for it.
692692

@@ -981,7 +981,8 @@ The following (non-editorial) changes were made to this specification since the
981981
<a href="https://www.w3.org/TR/2022/CR-css-conditional-3-20220113/">13 January 2022 Candidate Recommendation Snapshot</a>:
982982

983983
<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>
985986
<li>Added .matches to @media and @supports (<a href="https://github.com/w3c/csswg-drafts/issues/4240">Issue 4240</a>)</li>
986987
<li>Updated to the new parsing algo names and block production names.</li>
987988
<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

Comments
 (0)