Skip to content

Commit 116df0a

Browse files
committed
[css-cascade-4] Increase linking
1 parent 2c0b361 commit 116df0a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

css-cascade/Overview.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ Importing Style Sheets: the ''@import'' rule</h2>
8181
state the conditions under which it applies.
8282

8383
<div class="example">
84-
The following ''@import'' is only when the UA
85-
supports ''display: flex'',
86-
and is on a handheld device with a maximum screen width of 400px.
84+
The following <a href="#conditional-import">conditional <css>@import</css> rule</a>
85+
only loads the style sheet when the UA
86+
<a href="http://www.w3.org/TR/css3-conditional/#support-definition">supports</a> ''display: flex'',
87+
and only applies the style sheet on a <a href="http://www.w3.org/TR/CSS2/media.html#media-types">handheld</a> device
88+
with a <a href="http://www.w3.org/TR/css3-mediaqueries/#width">maximum viewport width</a> of 400px.
8789

8890
<pre>@import url("narrow.css") supports(display: flex) handheld and (max-width: 400px);</pre>
8991
</div>

0 commit comments

Comments
 (0)