File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments