Skip to content

Commit 6fa7e5f

Browse files
committed
[css-cascade-5] linkfixes
1 parent b58913d commit 6fa7e5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-cascade-5/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Importing Style Sheets: the ''@import'' rule</h2>
142142
only loads the style sheet when the UA
143143
<a href="https://www.w3.org/TR/css-conditional-3/#support-definition">supports</a> ''display: flex'',
144144
and only applies the style sheet on a <a href="https://www.w3.org/TR/CSS2/media.html#media-types">handheld</a> device
145-
with a <a href="https://www.w3.org/TR/css-mediaqueries-3/#width">maximum viewport width</a> of 400px.
145+
with a <a href="https://www.w3.org/TR/css-mediaqueries-4/#width">maximum viewport width</a> of 400px.
146146

147147
<pre>@import url("narrow.css") supports(display: flex) handheld and (max-width: 400px);</pre>
148148
</div>
@@ -218,8 +218,8 @@ Conditional ''@import'' Rules</h3>
218218
</div>
219219

220220
The evaluation and full syntax of the <a>import conditions</a>
221-
are defined by the <a href="https://www.w3.org/TR/css-mediaqueries-3/">Media Queries</a> [[!MEDIAQ]]
222-
and <a href="https://www.w3.org/TR/css-conditional/">CSS Conditional Rules</a> [[!CSS-CONDITIONAL-3]] specifications.
221+
are defined by the <a href="https://www.w3.org/TR/css-mediaqueries-4/">Media Queries</a> [[!MEDIAQ]]
222+
and <a href="https://www.w3.org/TR/css-conditional-3/">CSS Conditional Rules</a> [[!CSS-CONDITIONAL-3]] specifications.
223223

224224
<h3 id=import-processing>
225225
Processing Stylesheet Imports</h3>

0 commit comments

Comments
 (0)