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/changes.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ <H1><a name="q0">Appendix C. Changes</a></H1>
135
135
</div>
136
136
<P><em>This appendix is informative, not normative.</em></P>
137
137
138
-
<P>CSS 2.1 is an updated version of CSS2. The changes between the
138
+
<P>CSS 2.1 is an updated revision of CSS2. The changes between the
139
139
CSS2 specification (see <ahref="refs.html#ref-CSS2" rel="biblioentry" class="noxref"><spanclass="normref">[CSS2]</span></a>) and this specification fall into
140
140
five groups: known errors, typographical errors, clarifications,
141
141
changes and additions. Typographical errors are not listed here.</P>
<dd>This term has two slightly different meanings this specification. First, a CSS parser must follow certain rules when it discovers unknown or illegal syntax in a style sheet. The parser must then ignore certain parts of the style sheets. The exact rules for what parts must be ignored is given in these section: <ahref="syndata.html#declaration">Declarations and properties</a>, <ahref="syndata.html#parsing-errors">Rules for handling parsing errors</a>, <ahref="syndata.html#unsupportedvalues">Unsupported Values</a>, or may be explained in the text where the term "ignore" appears. Second, a user agent may (and, in some cases must) disregard certain properties or values in the style sheet even if the syntax is legal. For example, table-column-group elements cannot have borders around them, so the border properties must be ignored.
192
+
<dd>This term has two slightly different meanings in this
193
+
specification. First, a CSS parser must follow certain rules when it
194
+
discovers unknown or illegal syntax in a style sheet. The parser must
195
+
then ignore certain parts of the style sheets. The exact rules for
196
+
what parts must be ignored is given in these section: <a
197
+
href="syndata.html#declaration">Declarations and properties</a>, <a
198
+
href="syndata.html#parsing-errors">Rules for handling parsing
<trvalign=baseline><td><em>Computed value:</em> <td>for URI values, the absolute URI; for attr() values, the resulting string; otherwise as specified
197
+
<trvalign=baseline><td><em>Computed value:</em> <td>On elements, always computes to 'normal'. On :before and :after, if
198
+
'normal' is specified, computes to 'none'. Otherwise, for URI
199
+
values, the absolute URI; for attr() values, the resulting string;
200
+
for other keywords, as specified.
198
201
</table>
199
202
</dl>
200
203
</div>
@@ -502,7 +505,7 @@ <H3>12.3.2 <a name="quotes-insert">Inserting quotes</a> with the <a href="genera
0 commit comments