Skip to content

Commit 16244ed

Browse files
committed
[css-cascade] Fix links.
--HG-- extra : rebase_source : a60c460812b3c3350d59270fd6bd13ab836b2150
1 parent 872758d commit 16244ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-cascade/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h2 class="heading settled heading" data-level=2 id=at-import><span class=secno>
144144
<p>
145145
The <dfn class=css-code data-dfn-type=at-rule data-export="" id=at-ruledef-import><a class=css data-link-type=maybe href=#at-ruledef-import title=@import>@import</a><a class=self-link href=#at-ruledef-import></a></dfn> rule allows users to import style rules from other style sheets.
146146
Any <a class=css data-link-type=maybe href=#at-ruledef-import title=@import>@import</a> rules must precede all other at-rules and style rules in a style sheet
147-
(besides <a class=css data-link-type=maybe href=http://www.w3.org/TR/css3-syntax/#charset title=@charset>@charset</a>, which must be the first thing in the style sheet if it exists),
147+
(besides <a class=css data-link-type=maybe href=http://www.w3.org/TR/css3-syntax/#at-ruledef-charset title=@charset>@charset</a>, which must be the first thing in the style sheet if it exists),
148148
or else the <a class=css data-link-type=maybe href=#at-ruledef-import title=@import>@import</a> rule is invalid.
149149
The syntax of <a class=css data-link-type=maybe href=#at-ruledef-import title=@import>@import</a> is:
150150

@@ -185,7 +185,7 @@ <h2 class="heading settled heading" data-level=2 id=at-import><span class=secno>
185185
is defined by the <a href=http://www.w3.org/TR/css3-mediaqueries/>Media Queries</a> specification <a data-biblio-type=normative data-link-type=biblio href=#mediaq title=mediaq>[MEDIAQ]</a>.
186186
If the media query does not match,
187187
the rules in the imported stylesheet do not apply,
188-
exactly as if the imported stylesheet were wrapped in an <a class=css data-link-type=maybe href=http://www.w3.org/TR/css3-syntax/#media0 title=@media>@media</a> block with the given media query.
188+
exactly as if the imported stylesheet were wrapped in an <span class=css data-link-type=maybe title=@media>@media</span> block with the given media query.
189189
User agents may therefore avoid fetching a media-dependent import
190190
as long as the media query does not match.
191191

0 commit comments

Comments
 (0)