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: css2/Overview.bs
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1963,7 +1963,7 @@ semicolon (;) or the next <a href="#block">block,</a> whichever comes
1963
1963
first.
1964
1964
</p>
1965
1965
1966
-
<p>CSS 2 user agents must <a data-lt="ignore"><a href="#ignore">ignore</a></a> any <a href="cascade.html#at-import">'@import'</a> rule that occurs inside a <a href="#block">block</a> or after any non-ignored statement other than an <a data-lt="">@charset</a> or an @import rule.
1966
+
<p>CSS 2 user agents must <a data-lt="ignore" href="#ignore">ignore</a> any <a href="cascade.html#at-import">'@import'</a> rule that occurs inside a <a href="#block">block</a> or after any non-ignored statement other than an <a data-lt="">@charset</a> or an @import rule.
1967
1967
</p>
1968
1968
1969
1969
<div class="illegal example"><p>
@@ -1976,7 +1976,7 @@ h1 { color: blue }
1976
1976
</code></pre>
1977
1977
1978
1978
<p> The second '@import' is illegal according to CSS 2. The CSS 2 parser
the whole second line, and not set the color of H3 to red:
2072
2072
</p>
2073
2073
<pre><code>
@@ -2143,7 +2143,7 @@ is specified separately for each property, but in any case, values are
2143
2143
built from identifiers, strings, numbers, lengths, percentages, URIs,
2144
2144
colors, etc.
2145
2145
</p>
2146
-
<p>A user agent must <a data-lt="ignore"><a href="#ignore">ignore</a></a> a declaration with an invalid property
2146
+
<p>A user agent must <a data-lt="ignore" href="#ignore">ignore</a> a declaration with an invalid property
2147
2147
name or an invalid value. Every CSS property has its own syntactic
2148
2148
and semantic restrictions on the values it accepts.
2149
2149
</p>
@@ -2159,7 +2159,7 @@ em em { font-style: normal }
2159
2159
2160
2160
<p> The second declaration on the first line has an invalid value
2161
2161
'12pt'. The second declaration on the second line contains an
2162
-
undefined property 'font-vendor'. The CSS 2 parser will <a data-lt="ignore"><a href="#ignore">ignore</a></a> these
2162
+
undefined property 'font-vendor'. The CSS 2 parser will <a data-lt="ignore" href="#ignore">ignore</a> these
2163
2163
declarations, effectively reducing the style sheet to:
2164
2164
</p>
2165
2165
<pre class="example"><code class="css">
@@ -2205,7 +2205,7 @@ obey the following rules when they encounter the following
2205
2205
scenarios:</p>
2206
2206
2207
2207
<ul>
2208
-
<li><strong>Unknown properties.</strong> User agents must <a data-lt="ignore"><a href="#ignore">ignore</a></a> a <a href="syndata.html#declaration">declaration</a> with an unknown
2208
+
<li><strong>Unknown properties.</strong> User agents must <a data-lt="ignore" href="#ignore">ignore</a> a <a href="syndata.html#declaration">declaration</a> with an unknown
2209
2209
property. For example, if the style sheet is:
2210
2210
2211
2211
<pre class="illegal example">
@@ -2229,7 +2229,7 @@ img { border-width: 3 } /* a unit must be specified for length values */
2229
2229
</code></pre>
2230
2230
2231
2231
A CSS 2 parser would honor the first rule and
0 commit comments