Skip to content

Commit 506b584

Browse files
committed
[css-cascade-5] CSS3-foo to css-foo-3
1 parent 7d1773e commit 506b584

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

css-cascade-5/Overview.bs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ Importing Style Sheets: the ''@import'' rule</h2>
136136
<div class="example">
137137
The following <a href="#conditional-import">conditional <css>@import</css> rule</a>
138138
only loads the style sheet when the UA
139-
<a href="https://www.w3.org/TR/css3-conditional/#support-definition">supports</a> ''display: flex'',
139+
<a href="https://www.w3.org/TR/css-conditional-3/#support-definition">supports</a> ''display: flex'',
140140
and only applies the style sheet on a <a href="https://www.w3.org/TR/CSS2/media.html#media-types">handheld</a> device
141-
with a <a href="https://www.w3.org/TR/css3-mediaqueries/#width">maximum viewport width</a> of 400px.
141+
with a <a href="https://www.w3.org/TR/css-mediaqueries-3/#width">maximum viewport width</a> of 400px.
142142

143143
<pre>@import url("narrow.css") supports(display: flex) handheld and (max-width: 400px);</pre>
144144
</div>
@@ -214,8 +214,8 @@ Conditional ''@import'' Rules</h3>
214214
</div>
215215

216216
The evaluation and full syntax of the <a>import conditions</a>
217-
are defined by the <a href="https://www.w3.org/TR/css3-mediaqueries/">Media Queries</a> [[!MEDIAQ]]
218-
and <a href="https://www.w3.org/TR/css-conditional/">CSS Conditional Rules</a> [[!CSS3-CONDITIONAL]] specifications.
217+
are defined by the <a href="https://www.w3.org/TR/css-mediaqueries-3/">Media Queries</a> [[!MEDIAQ]]
218+
and <a href="https://www.w3.org/TR/css-conditional/">CSS Conditional Rules</a> [[!CSS-CONDITIONAL-3]] specifications.
219219

220220
<h3 id=import-processing>
221221
Processing Stylesheet Imports</h3>
@@ -323,7 +323,7 @@ Shorthand Properties</h2>
323323
to its initial value of ''border-image/none'',
324324
but has no syntax to set it to anything else. [[css-backgrounds-3]]</span>
325325

326-
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]],
326+
If a <a>shorthand</a> is specified as one of the <a href="https://www.w3.org/TR/css-values-3/#common-keywords">CSS-wide keywords</a> [[!css-values-3]],
327327
it sets all of its <a>sub-properties</a> to that keyword,
328328
including any that are <a>reset-only sub-properties</a>.
329329
(Note that these keywords cannot be combined with other values in a single declaration, not even in a shorthand.)
@@ -399,12 +399,12 @@ Resetting All Properties: the 'all' property</h3>
399399
The 'all' property is a <a>shorthand</a>
400400
that resets <em>all</em> CSS properties
401401
except 'direction' and 'unicode-bidi'.
402-
It only accepts the <a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keywords</a>.
402+
It only accepts the <a href="https://www.w3.org/TR/css-values-3/#common-keywords">CSS-wide keywords</a>.
403403
It does not reset <a>custom properties</a> [[css-variables-1]].
404404

405405
Note: The excepted CSS properties 'direction' and 'unicode-bidi'
406406
are actually markup-level features,
407-
and <a href="https://www.w3.org/TR/css3-writing-modes/#text-direction">should not be set in the author's style sheet</a>.
407+
and <a href="https://www.w3.org/TR/css-writing-modes-3/#text-direction">should not be set in the author's style sheet</a>.
408408
(They exist as CSS properties only to style document languages not supported by the UA.)
409409
Authors should use the appropriate markup, such as HTML's <code>dir</code> attribute, instead.
410410
[[css-writing-modes-3]]
@@ -767,7 +767,7 @@ Filtering</h2>
767767
It belongs to a style sheet that currently applies to this document.
768768

769769
<li>
770-
It is not qualified by a conditional rule [[!CSS3-CONDITIONAL]] with a false condition.
770+
It is not qualified by a conditional rule [[!CSS-CONDITIONAL-3]] with a false condition.
771771

772772
<li>
773773
It belongs to a style rule whose selector matches the element. [[!SELECT]]
@@ -1440,7 +1440,7 @@ Explicit Defaulting</h3>
14401440

14411441
Several CSS-wide property values are defined below;
14421442
declaring a property to have these values explicitly specifies a particular defaulting behavior.
1443-
As specified in <a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS Values and Units Level 3</a> [[!css-values-3]],
1443+
As specified in <a href="https://www.w3.org/TR/css-values-3/#common-keywords">CSS Values and Units Level 3</a> [[!css-values-3]],
14441444
all CSS properties can accept these values.
14451445

14461446
<h4 id="initial">

0 commit comments

Comments
 (0)