File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-4/#width">maximum viewport width</a> of 400px.
145+ with a <a href="https://www.w3.org/TR/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,7 +218,7 @@ 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-4/">Media Queries</a> [[!MEDIAQ]]
221+ are defined by the <a href="https://www.w3.org/TR/mediaqueries-4/">Media Queries</a> [[!MEDIAQ]]
222222 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>
You can’t perform that action at this time.
0 commit comments