|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: conform.src,v 2.53 2002-11-17 19:33:43 bbos Exp $ --> |
| 3 | +<!-- $Id: conform.src,v 2.54 2003-01-27 21:16:52 bbos Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Conformance: requirements and recommendations</TITLE> |
@@ -35,6 +35,9 @@ recommend ...", "This specification recommends ...", or some similar |
35 | 35 | wording.</P> |
36 | 36 |
|
37 | 37 | <dl> |
| 38 | + |
| 39 | + |
| 40 | + |
38 | 41 | <dt><strong><span class="index-def" title="style sheet">Style |
39 | 42 | sheet</span></strong> |
40 | 43 |
|
@@ -76,7 +79,10 @@ href="#content">content</a>.</dd> |
76 | 79 | <dt><strong><span class="index-def" title="document language"><a |
77 | 80 | name="doclanguage">Document language</a></span></strong> |
78 | 81 |
|
79 | | -<dd>The encoding language of the source document (e.g., HTML, XHTML or SVG). |
| 82 | +<dd>The encoding language of the source document (e.g., HTML, XHTML or |
| 83 | +SVG). CSS is used to describe the presentation of document languages |
| 84 | +and CSS does not change the underlying semantics of the document |
| 85 | +languages. |
80 | 86 |
|
81 | 87 | <dt><strong><span class="index-def" title="element"><a |
82 | 88 | name="element">Element</a></span></strong> |
@@ -121,6 +127,12 @@ sub-elements, in which case the element is called the <strong><span |
121 | 127 | class="index-def" title="parent">parent</span></strong> of those |
122 | 128 | sub-elements. |
123 | 129 |
|
| 130 | + |
| 131 | +<dt><strong><span class="index-def" title="ignore">Ignore</span></strong> |
| 132 | + |
| 133 | +<dd>This term has three 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#q8">Declarations and properties</a>, <a href="syndata.html#parsing-errors">Rules for handling parsing errors</a>, <a href="syndata.html#q20">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. |
| 134 | + |
| 135 | + |
124 | 136 | <dt><strong><span class="index-def" title="rendered |
125 | 137 | content|content::rendered"><a name="rendered-content">Rendered |
126 | 138 | content</a></span></strong> |
|
0 commit comments