@@ -79,7 +79,7 @@ Importing Style Sheets: the ''@import'' rule</h2>
7979
8080 where the <<url>> or <<string>> gives the URL of the style sheet to be imported,
8181 and the optional [<<supports-condition>>|<<declaration>>] and <<media-query-list>>
82- (collectively, the <dfn>import conditions</dfn> )
82+ (collectively, the <dfn export >import conditions</dfn> )
8383 state the conditions under which it applies.
8484
8585 <div class="example">
@@ -251,7 +251,7 @@ Shorthand Properties</h2>
251251 that don't directly correspond to values of its <a>sub-properties</a> .
252252 (In such cases, the <a>shorthand</a> will explicitly define the expansion of its values.)
253253
254- In other cases, a property might be a <dfn>reset-only sub-property</dfn> of the shorthand:
254+ In other cases, a property might be a <dfn export >reset-only sub-property</dfn> of the shorthand:
255255 Like other <a>sub-properties</a> , it is reset to its initial value by the shorthand when unspecified,
256256 but the shorthand might not include syntax to set the <a>sub-property</a>
257257 to any of its other values.
@@ -731,7 +731,7 @@ Cascading</h2>
731731 </ul>
732732 </dl>
733733
734- The <dfn>output of the cascade</dfn>
734+ The <dfn export >output of the cascade</dfn>
735735 is a (potentially empty) sorted list of <a>declared values</a> for each property on each element.
736736
737737
0 commit comments