Skip to content

Commit f5b929c

Browse files
committed
[css2] Håkon's edits: added that CSS doesn't change semantics and definition
of "ignore". --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402045
1 parent 8a81010 commit f5b929c

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

css2/conform.src

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<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 $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -35,6 +35,9 @@ recommend ...", "This specification recommends ...", or some similar
3535
wording.</P>
3636

3737
<dl>
38+
39+
40+
3841
<dt><strong><span class="index-def" title="style sheet">Style
3942
sheet</span></strong>
4043

@@ -76,7 +79,10 @@ href="#content">content</a>.</dd>
7679
<dt><strong><span class="index-def" title="document language"><a
7780
name="doclanguage">Document language</a></span></strong>
7881

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.
8086

8187
<dt><strong><span class="index-def" title="element"><a
8288
name="element">Element</a></span></strong>
@@ -121,6 +127,12 @@ sub-elements, in which case the element is called the <strong><span
121127
class="index-def" title="parent">parent</span></strong> of those
122128
sub-elements.
123129

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+
124136
<dt><strong><span class="index-def" title="rendered
125137
content|content::rendered"><a name="rendered-content">Rendered
126138
content</a></span></strong>

0 commit comments

Comments
 (0)