Skip to content

Commit 101ca2c

Browse files
committed
[css-cascade] Markup typo.
1 parent 3ef61d6 commit 101ca2c

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

css-cascade/Overview.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,6 @@ <h2 id=at-import><span class=secno>2. </span> Importing style sheets: the
278278
<pre class=prod><dfn
279279
id=ltimport-rule>&lt;import-rule></dfn> = @import [ &lt;url> | &lt;string> ] &lt;media-query-list>? ;</pre>
280280

281-
<pre>
282-
283-
</pre>
284-
285281
<p> If a <var>&lt;string></var> is provided, it must be interpreted as a
286282
url with the same value.
287283

css-cascade/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h2 id="at-import">
101101
or else the ''@import'' rule is invalid.
102102
The syntax of ''@import'' is:
103103

104-
<pre class='prod'><dfn>&lt;import-rule></dfn> = @import [ &lt;url> | &lt;string> ] &lt;media-query-list>? ;<pre>
104+
<pre class='prod'><dfn>&lt;import-rule></dfn> = @import [ &lt;url> | &lt;string> ] &lt;media-query-list>? ;</pre>
105105

106106
<p>
107107
If a <var>&lt;string></var> is provided,

0 commit comments

Comments
 (0)