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
<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: <a href="syndata.html#declaration">Declarations and properties</a>, <a href="syndata.html#parsing-errors">Rules for handling parsing errors</a>, <a href="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.
166
+
<dd>This term has two slightly different meanings in this
167
+
specification. First, a CSS parser must follow certain rules when it
168
+
discovers unknown or illegal syntax in a style sheet. The parser must
169
+
then ignore certain parts of the style sheets. The exact rules for
170
+
what parts must be ignored is given in these section: <a
171
+
href="syndata.html#declaration">Declarations and properties</a>, <a
172
+
href="syndata.html#parsing-errors">Rules for handling parsing
0 commit comments