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
Removed any mention of the obsolete “override” origin,
1058
-
originally defined by <a href="https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/">DOM Level 2 Style</a>
1059
-
and later abandoned.
1060
-
</ul>
1061
-
1062
-
A <a href="https://drafts.csswg.org/css-cascade-3/issues-cr-2016">Disposition of Comments</a> is available.
1063
-
1064
-
<h3 id="changes-2013">
1065
-
Changes Since the 3 October 2013 Candidate Recommendation</h3>
1066
-
1067
-
The following changes were made to this specification since the
1068
-
<a href="https://www.w3.org/TR/2013/CR-css-cascade-3-20131003/">3 October 2013 Candidate Recommendation</a>:
1069
-
1070
-
<ul class="non-normative">
1071
-
<li>Defined <a>environment encoding</a> of imported style sheets.
1072
-
<blockquote>
1073
-
<ins><p>The <a>environment encoding</a> of an imported style sheet is the encoding of the style sheet that imported it. [[css-syntax-3]]</p></ins>
1074
-
</blockquote>
1075
-
<li>Referenced [[!css-syntax-3]] for syntax of ''!important'' rules.
1076
-
<blockquote>
1077
-
<p>A declaration is <a>important</a> if it has a ''!important'' annotation,
1078
-
<ins>as defined by [[css-syntax-3]]</ins>.
1079
-
</blockquote>
1080
-
<li>Explained <a>reset-only sub-properties</a>
1081
-
and clarified that they also get affected by a CSS-wide keyword value in the shorthand declaration.
1082
-
<blockquote>
1083
-
<p><ins>In other cases, a property might be a <a>reset-only sub-property</a> of the shorthand:
1084
-
Like other <a>sub-properties</a>, it is reset to its initial value by the shorthand when unspecified,
1085
-
but the shorthand might not include syntax to set the <a>sub-property</a>
1086
-
to any of its other values.
1087
-
For example, the 'border' shorthand resets 'border-image'
1088
-
to its initial value of ''border-image/none'',
1089
-
but has no syntax to set it to anything else. [[css-backgrounds-3]]</ins></p>
1090
-
1091
-
<p>If a <a>shorthand</a> is specified as one of the <a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keywords</a>[[!css-values-3]],
1092
-
it sets all of its <a>sub-properties</a> to that keyword,
1093
-
<ins>including any that are <a>reset-only sub-properties</a></ins>.
1094
-
(Note that these keywords cannot be combined with other values in a single declaration, not even in a shorthand.)</p>
1095
-
</blockquote>
1096
-
1008
+
<li id="change-2020-properties">
1009
+
Added a paragraph to the introduction to define the term [=property=].
0 commit comments