You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-cascade/Overview.src.html
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -108,8 +108,9 @@ <h2 id="at-import">
108
108
109
109
<p>
110
110
So that user agents can avoid retrieving resources for unsupported media types,
111
-
authors may specify media-dependent ''@import'' rules.
112
-
These <dfntitle="conditional import|media-dependent import">conditional imports</dfn> specify comma-separated “media queries” after the URI.
111
+
authors may specify media-dependent ''@import'' rules.
112
+
Such media-dependent imports include a comma-separated list of “media queries” after the URI.
113
+
The UA must import the style sheet only if the media query evaluates to true.
113
114
114
115
<divclass=example>
115
116
<p>
@@ -159,7 +160,8 @@ <h2 id='shorthand'>
159
160
<divclass='example'>
160
161
<p>
161
162
For example, the CSS 2.1 'font' property
162
-
is a shorthand property for setting 'font-style', 'font-variant', 'font-weight', 'font-size', 'line-height', and 'font-family' all at once. The multiple style rules of this example:
163
+
is a shorthand property for setting 'font-style', 'font-variant', 'font-weight', 'font-size', 'line-height', and 'font-family' all at once.
0 commit comments