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/Overview.bs
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1034,14 +1034,11 @@ partial interface CSS {
1034
1034
Changes</h2>
1035
1035
1036
1036
<p>The following (non-editorial) changes were made to this specification since the
1037
-
<a href="https://www.w3.org/TR/2012/WD-css3-conditional-20121213/">13 December 2012 Working Draft</a>:
1037
+
<a href="https://www.w3.org/TR/2013/CR-css3-conditional-20130404/">4 April 2013 Candidate Recommendation</a>:
1038
1038
1039
1039
<ul>
1040
-
<li>Require whitespace around ''and'' and ''or'' and after ''not''.
1041
-
<li>Add note explaining that user preferences that effectively disable a property (e.g., high-contrast mode disabling colors) do not effect the definition of support.
1042
-
<li>Describe requirements for conditionText getter on CSSSupportsRule.
1043
-
<li>Clarify the definition of “literal match” in CSS.supports().
1044
-
<li>Specify behavior of CSSGroupingRule.insertRule when given an empty string or more than one syntactically valid rule.
1040
+
<li>Fixed missing semicolons in IDL code.
1041
+
<li>Updated links, terminology, and example code in response to changes to other modules.
0 commit comments