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
Like CSS Animations, CSS Transitions [[CSS3-TRANSITIONS]] generate “virtual” rules representing their effects when running.
732
+
Like CSS Animations, CSS Transitions [[css-transitions-1]] generate “virtual” rules representing their effects when running.
733
733
</dl>
734
734
735
735
<h3 id='importance'>
@@ -742,7 +742,7 @@ Important Declarations: the ''!important'' annotation</h3>
742
742
which increases its weight in the cascade and inverts the order of precedence.
743
743
744
744
A declaration is <a>important</a> if it has a <dfn export id='bang-important'>!important</dfn> annotation,
745
-
as defined by [[CSS3SYN]].
745
+
as defined by [[css-syntax-3]].
746
746
i.e. if the last two (non-whitespace, non-comment) tokens
747
747
in its value are the delimiter token ''!'' followed by the identifier token ''important''.
748
748
@@ -760,7 +760,7 @@ Important Declarations: the ''!important'' annotation</h3>
760
760
Important declarations from all origins take precedence over animations.
761
761
This allows authors to override animated values in important cases.
762
762
(Animated values normally override all other rules.)
763
-
[[CSS3-ANIMATIONS]]
763
+
[[css-animations-1]]
764
764
765
765
User agent style sheets may also contain ''!important'' declarations.
766
766
These override all author and user declarations.
@@ -875,15 +875,15 @@ Inheritance</h3>
875
875
876
876
A property can also be explicitly inherited. See the ''inherit'' keyword.
877
877
878
-
Note: Inheritance follows the document tree and is not intercepted by <a href="https://www.w3.org/TR/CSS21/visuren.html#box-gen">anonymous boxes</a>,
878
+
Note: Inheritance follows the document tree and is not intercepted by <a href="https://www.w3.org/TR/CSS2/visuren.html#box-gen">anonymous boxes</a>,
879
879
or otherwise affected by manipulations of the box tree.
880
880
881
881
<h3 id="defaulting-keywords">
882
882
Explicit Defaulting</h3>
883
883
884
884
Several CSS-wide property values are defined below;
885
885
declaring a property to have these values explicitly specifies a particular defaulting behavior.
886
-
As specified in <a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS Values and Units Level 3</a>[[!CSS3VAL]],
886
+
As specified in <a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS Values and Units Level 3</a>[[!css-values-3]],
887
887
all CSS properties can accept these values.
888
888
889
889
<h4 id="initial">
@@ -981,12 +981,12 @@ Changes Since the 3 October 2013 Candidate Recommendation</h3>
981
981
<ul>
982
982
<li>Defined <a>environment encoding</a> of imported style sheets.
983
983
<blockquote>
984
-
<ins><p>The <a>environment encoding</a> of an imported style sheet is the encoding of the style sheet that imported it. [[CSS3SYN]]</p></ins>
984
+
<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>
985
985
</blockquote>
986
-
<li>Referenced [[!CSS3SYN]] for syntax of ''!important'' rules.
986
+
<li>Referenced [[!css-syntax-3]] for syntax of ''!important'' rules.
987
987
<blockquote>
988
988
<p>A declaration is <a>important</a> if it has a ''!important'' annotation,
989
-
<ins>as defined by [[CSS3SYN]]</ins>.
989
+
<ins>as defined by [[css-syntax-3]]</ins>.
990
990
</blockquote>
991
991
<li>Explained <a>reset-only sub-properties</a>
992
992
and clarified that they also get affected by a CSS-wide keyword value in the shorthand declaration.
@@ -997,9 +997,9 @@ Changes Since the 3 October 2013 Candidate Recommendation</h3>
997
997
to any of its other values.
998
998
For example, the 'border' shorthand resets 'border-image'
999
999
to its initial value of ''border-image/none'',
1000
-
but has no syntax to set it to anything else. [[CSS3BG]]</ins></p>
1000
+
but has no syntax to set it to anything else. [[css-backgrounds-3]]</ins></p>
1001
1001
1002
-
<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>[[!CSS3VAL]],
1002
+
<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]],
1003
1003
it sets all of its <a>sub-properties</a> to that keyword,
1004
1004
<ins>including any that are <a>reset-only sub-properties</a></ins>.
1005
1005
(Note that these keywords cannot be combined with other values in a single declaration, not even in a shorthand.)</p>
0 commit comments