Skip to content

Commit eb5b791

Browse files
committed
[css2] Added anchor for forward-compatible parsing, removed commented text
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401658
1 parent c29c848 commit eb5b791

1 file changed

Lines changed: 6 additions & 14 deletions

File tree

css2/syndata.src

Lines changed: 6 additions & 14 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: syndata.src,v 2.59 1998-04-30 18:49:03 ijacobs Exp $ -->
3+
<!-- $Id: syndata.src,v 2.60 1998-05-06 02:25:59 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>CSS2 syntax and basic data types</TITLE>
@@ -9,9 +9,11 @@
99
<H1 align="center">CSS2 syntax and basic data types</H1>
1010
<H2><a name="syntax">Syntax</a></H2>
1111

12-
<P>This section describes a grammar common to any version of
13-
CSS (including CSS2). Future versions of CSS will adhere to this core
14-
syntax, although they may add additional syntactic constraints.
12+
<P>This section describes a grammar (and <span class="index-def"
13+
title="forward-compatible parsing"><dfn>forward-compatible
14+
parsing</dfn></span> rules) common to any version of CSS (including
15+
CSS2). Future versions of CSS will adhere to this core syntax,
16+
although they may add additional syntactic constraints.
1517

1618
<P>These descriptions are normative. They are also
1719
complemented by the normative grammar rules presented in <a
@@ -116,14 +118,6 @@ code 32), "tab" (9), "line feed" (10), "carriage return" (13), and
116118
such as "em-space" (8195) and "ideographic space" (12288), are never
117119
part of whitespace.
118120

119-
<!--
120-
<P>An <span class="index-def" title="identifier"> <span
121-
class="index-def" title="identifier, definition of"><a
122-
name="value-def-identifier"><dfn>identifier</dfn></a></span></span> consists
123-
of letters, digits, hyphens, non-ASCII, and <a
124-
href="#escaped-characters">escaped characters.</a>
125-
-->
126-
127121
<H3><a name="keywords">Keywords</a></H3>
128122

129123
<!-- provide better explanation of where keywords appear:
@@ -617,8 +611,6 @@ P { font-size: 12px } /* px */
617611
</PRE>
618612
</div>
619613

620-
<!-- tightened up wooly font definitions here to point to more rigorous font definitions elsewhere -CL -->
621-
622614
<P>The <span class="index-def" title="em (unit)|quad width"><a
623615
name="em-width">'em'</a></span> unit is equal to the computed value of
624616
the <span class="propinst-font-size">'font-size'</span> property of

0 commit comments

Comments
 (0)