Skip to content

Commit 0063922

Browse files
committed
[css2] Fixed some HTML mark-up errors. (They were valid SGML, but some HTML software can't handle them.)
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403247
1 parent c24f2a6 commit 0063922

29 files changed

+74
-74
lines changed

css2/about.src

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22

33
<html lang="en">
4-
<!-- $Id: about.src,v 2.88 2011-06-07 15:58:30 bbos Exp $ -->
4+
<!-- $Id: about.src,v 2.89 2011-10-18 19:25:26 bbos Exp $ -->
55
<HEAD>
66
<TITLE>About the CSS&nbsp;2.1 Specification</TITLE>
77
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
@@ -193,7 +193,7 @@ given order.
193193
exactly one of them must occur.
194194
<li>A double bar (||) separates
195195
two or more options: one or more of them must occur, in any order.
196-
<li>A double ampersand (&&) separates two or more components, all of which
196+
<li>A double ampersand (&amp;&amp;) separates two or more components, all of which
197197
must occur, in any order.
198198
<li>Brackets ([&nbsp;]) are for grouping.
199199
</ul>
@@ -202,8 +202,8 @@ must occur, in any order.
202202
ampersand is stronger than the double bar, and the double bar
203203
is stronger than the bar. Thus, the following lines are equivalent:
204204
<PRE>
205-
a b | c || d && e f
206-
[ a b ] | [ c || [ d && [ e f ]]]
205+
a b | c || d &amp;&amp; e f
206+
[ a b ] | [ c || [ d &amp;&amp; [ e f ]]]
207207
</PRE>
208208

209209
<P> Every type, keyword, or bracketed group may be followed by one of
@@ -237,7 +237,7 @@ the following modifiers:</p>
237237
<EM>Value:</EM> [&lt;family-name&gt; , ]* &lt;family-name&gt;<BR>
238238
<EM>Value:</EM> &lt;uri&gt;? &lt;color&gt; [ / &lt;color&gt; ]?<BR>
239239
<EM>Value:</EM> &lt;uri&gt; || &lt;color&gt;<BR>
240-
<EM>Value:</EM> inset? && [ &lt;length&gt;{2,4} && &lt;color&gt;? ]
240+
<EM>Value:</EM> inset? &amp;&amp; [ &lt;length&gt;{2,4} &amp;&amp; &lt;color&gt;? ]
241241
</BLOCKQUOTE>
242242

243243
<p>Component values are specified in terms of tokens, as described in <a

css2/aural.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22

33
<html lang="en">
4-
<!-- $Id: aural.src,v 2.58 2011-06-06 09:59:21 bbos Exp $ -->
4+
<!-- $Id: aural.src,v 2.59 2011-10-18 19:25:27 bbos Exp $ -->
55
<HEAD>
66
<TITLE>Aural style sheets</TITLE>
7-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
7+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
88
</HEAD>
99
<BODY>
1010
<H1>Aural style sheets</H1>

css2/box.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22

33
<html lang="en">
4-
<!-- $Id: box.src,v 1.86 2011-06-06 09:59:21 bbos Exp $ -->
4+
<!-- $Id: box.src,v 1.87 2011-10-18 19:25:27 bbos Exp $ -->
55
<HEAD>
66
<TITLE>Box model</TITLE>
7-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
7+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
88
</HEAD>
99
<BODY>
1010
<H1><a name="box-model">Box model</a></H1>
@@ -324,7 +324,7 @@ title="adjoining margins"><DFN>adjoining</DFN></span> if and only if:
324324
<LI>top and bottom margins of a box that does not establish a new
325325
block formatting context and that has zero computed <span
326326
class="propinst-min-height">'min-height'</span>, zero or 'auto'
327-
computed <span class="propinst-min-height">'height'</span>, and no
327+
computed <span class="propinst-height">'height'</span>, and no
328328
in-flow children
329329
</UL>
330330
</UL>

css2/cascade.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: cascade.src,v 2.74 2011-06-06 09:59:21 bbos Exp $ -->
3+
<!-- $Id: cascade.src,v 2.75 2011-10-18 19:25:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</HEAD>
88
<BODY>
99

css2/changes.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.166 2011-06-07 13:13:58 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.167 2011-10-18 19:25:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
@@ -5886,7 +5886,7 @@ not try to define what fonts are serif or sans-serif:
58865886

58875887
<p>Glyphs of serif fonts, as the term is used in CSS, <ins>tend
58885888
to</ins> have finishing strokes, flared or tapering ends, or have
5889-
actual serifed endings (including slab serifs). [&hellip]
5889+
actual serifed endings (including slab serifs). [&hellip;]
58905890

58915891
<p><strong>15.3.1.2 sans-serif</strong>
58925892

@@ -6617,7 +6617,7 @@ absolutely positioned element is, if its nearest positioned ancestor
66176617
is inline and split over multiple lines:
66186618

66196619
<blockquote>
6620-
<p>4. If the element has 'position: absolute' [&hellip] following way;
6620+
<p>4. If the element has 'position: absolute' [&hellip;] following way;
66216621
<ol>
66226622
<li>In the case that the ancestor is an <del>inline box</del>
66236623
<ins>inline-level element</ins>, the containing block <del>depends on
@@ -7204,7 +7204,7 @@ match&rdquo; in the tokenizer:
72047204
<blockquote>
72057205
<div class="example">
72067206
<p><ins>For example, the rule of the longest match means that
7207-
"<code>red--&gt</code>" is tokenized as the IDENT "<code>red--</code>"
7207+
"<code>red--&gt;</code>" is tokenized as the IDENT "<code>red--</code>"
72087208
followed by the DELIM "<code>&gt;</code>", rather than as an IDENT
72097209
followed by a CDC.</ins>
72107210
</div>

css2/colors.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: colors.src,v 2.60 2011-06-06 09:59:22 bbos Exp $ -->
3+
<!-- $Id: colors.src,v 2.61 2011-10-18 19:25:27 bbos Exp $ -->
44
<head>
55
<title>Colors and backgrounds</title>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
<style type="text/css">
88
.current,.proposed,span.delcurrent { background:#feb }
99
ins.proposed,span.insproposed,p.insproposed { background:#bfb }

css2/conform.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: conform.src,v 2.90 2011-06-06 09:59:22 bbos Exp $ -->
3+
<!-- $Id: conform.src,v 2.91 2011-10-18 19:25:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Conformance: requirements and recommendations</TITLE>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77

88
</HEAD>
99
<BODY>

css2/cover.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44

55
<title>Cascading Style Sheets Level 2 Revision 1 (CSS&nbsp;2.1) Specification</title>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77

88
<body>
99
<div class="head">

css2/descidx.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: descidx.src,v 2.4 2011-06-06 09:59:55 bbos Exp $ -->
3+
<!-- $Id: descidx.src,v 2.5 2011-10-18 19:25:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Descriptor index</TITLE>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</HEAD>
88
<BODY>
99
<H1 align="center">Descriptor index</H1>

css2/fonts.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: fonts.src,v 2.106 2011-06-06 09:59:55 bbos Exp $ -->
3+
<!-- $Id: fonts.src,v 2.107 2011-10-18 19:25:27 bbos Exp $ -->
44
<head>
55
<title>Fonts</title>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
<style type="text/css">
88
#AutoNumber2 td { text-align:center }
99
</style>

css2/generate.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<title>Generated content, automatic numbering, and lists</title>
5-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
5+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
66
</head>
77
<body>
88
<h1>

css2/grammar.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: grammar.src,v 2.71 2011-06-06 09:59:56 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.72 2011-10-18 19:25:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Grammar of CSS&nbsp;2.1</TITLE>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</HEAD>
88
<BODY>
99
<H1>Grammar of CSS&nbsp;2.1</H1>
@@ -160,7 +160,7 @@ badstring1 \"([^\n\r\f\\"]|\\{nl}|{escape})*\\?
160160
badstring2 \'([^\n\r\f\\']|\\{nl}|{escape})*\\?
161161
badcomment1 \/\*[^*]*\*+([^/*][^*]*\*+)*
162162
badcomment2 \/\*[^*]*(\*+[^/*][^*]*)*
163-
baduri1 url\({w}([!#$%&*-\[\]-~]|{nonascii}|{escape})*{w}
163+
baduri1 url\({w}([!#$%&amp;*-\[\]-~]|{nonascii}|{escape})*{w}
164164
baduri2 url\({w}{string}{w}
165165
baduri3 url\({w}{badstring}
166166
comment \/\*[^*]*\*+([^/*][^*]*\*+)*\/

css2/indexlist.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: indexlist.src,v 2.9 2011-06-06 09:59:56 bbos Exp $ -->
3+
<!-- $Id: indexlist.src,v 2.10 2011-10-18 19:25:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Index</TITLE>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</HEAD>
88
<BODY>
99
<H1>Index</H1>

css2/intro.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: intro.src,v 2.55 2011-06-06 09:59:56 bbos Exp $ -->
3+
<!-- $Id: intro.src,v 2.56 2011-10-18 19:25:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Introduction to CSS&nbsp;2.1</TITLE>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</HEAD>
88
<BODY>
99
<H1>Introduction to CSS&nbsp;2.1</H1>

css2/leftblank.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: leftblank.src,v 2.6 2011-06-06 09:59:56 bbos Exp $ -->
3+
<!-- $Id: leftblank.src,v 2.7 2011-10-18 19:25:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Has been intentionally left blank</TITLE>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</HEAD>
88
<BODY>
99
<H6>Appendix H: Has been intentionally left blank</H6>

css2/notes.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: notes.src,v 2.19 2011-06-06 09:59:56 bbos Exp $ -->
3+
<!-- $Id: notes.src,v 2.20 2011-10-18 19:25:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Appendix C: Implementation and performance notes</TITLE>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</HEAD>
88
<BODY>
99
<H1 align="center">Implementation and performance

css2/page.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: page.src,v 2.72 2011-06-06 09:59:56 bbos Exp $ -->
3+
<!-- $Id: page.src,v 2.73 2011-10-18 19:25:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Paged media</TITLE>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</HEAD>
88

99
<body>

css2/propidx.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: propidx.src,v 2.9 2011-06-06 09:59:57 bbos Exp $ -->
3+
<!-- $Id: propidx.src,v 2.10 2011-10-18 19:25:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Full property table</TITLE>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</HEAD>
88
<BODY>
99
<H1>Full property table</H1>

css2/refs.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: refs.src,v 2.63 2011-06-06 09:59:57 bbos Exp $ -->
3+
<!-- $Id: refs.src,v 2.64 2011-10-18 19:25:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Bibliography</TITLE>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</HEAD>
88
<BODY>
99

css2/sample.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: sample.src,v 2.50 2011-06-06 09:59:57 bbos Exp $ -->
3+
<!-- $Id: sample.src,v 2.51 2011-10-18 19:25:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Default style sheet for HTML 4</TITLE>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</HEAD>
88
<BODY>
99
<H1>Default style sheet for HTML 4</H1>

css2/selector.src

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22
<html lang="en">
3-
<!-- $Id: selector.src,v 2.123 2011-06-06 09:59:57 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.124 2011-10-18 19:25:28 bbos Exp $ -->
44
<head>
55
<title>Selectors</title>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</head>
88
<body>
99
<h1>Selectors</h1>
@@ -1119,7 +1119,7 @@ element may occur inside a
11191119
block-level descendant in the same flow (i.e., a block-level
11201120
descendant that is not positioned and not a float). E.g., the first
11211121
line of the DIV in <code>&lt;DIV>&lt;P>This
1122-
line...&lt;/P>&lt/DIV></code> is the first line of the P (assuming
1122+
line...&lt;/P>&lt;/DIV></code> is the first line of the P (assuming
11231123
that both P and DIV are block-level).
11241124

11251125
<p>The first line of a table-cell or inline-block cannot be the first
@@ -1129,7 +1129,7 @@ etcetera&lt;/DIV&gt;</code> the first formatted line of the DIV is not
11291129
the line "Hello".
11301130

11311131
<p class="note">Note that the first line of the P in this fragment:
1132-
<code>&lt;p&gt&lt;br&gt;First...</code> does not contain any letters
1132+
<code>&lt;p&gt;&lt;br&gt;First...</code> does not contain any letters
11331133
(assuming the default style for BR in HTML 4). The word "First" is
11341134
not on the first formatted line.
11351135

@@ -1321,7 +1321,7 @@ letter "H". In fact, the DIV does not have a first letter.
13211321

13221322
<p>The first letter must occur on the <a
13231323
href="#first-formatted-line">first formatted line.</a> For example, in
1324-
this fragment: <code>&lt;p&gt&lt;br&gt;First...</code> the first line
1324+
this fragment: <code>&lt;p&gt;&lt;br&gt;First...</code> the first line
13251325
does not contain any letters and ':first-letter' does not match anything
13261326
(assuming the default style for BR in HTML 4). In particular, it
13271327
does not match the "F" of "First."

css2/syndata.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: syndata.src,v 2.190 2011-06-07 12:58:55 bbos Exp $ -->
3+
<!-- $Id: syndata.src,v 2.191 2011-10-18 19:25:28 bbos Exp $ -->
44
<head>
55
<title>Syntax and basic data types</title>
66
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
@@ -112,7 +112,7 @@ the above rules, and neither a single nor a double quote</var>
112112
<tr><td>badcomment1 </td><td><code>\/\*[^*]*\*+([^/*][^*]*\*+)*</code></td></tr>
113113
<tr><td>badcomment2 </td><td><code>\/\*[^*]*(\*+[^/*][^*]*)*</code></td></tr>
114114
<tr><td>baduri </td><td><code><var>{baduri1}</var>|<var>{baduri2}</var>|<var>{baduri3}</var></code></td></tr>
115-
<tr><td>baduri1 </td><td><code>url\(<var>{w}</var>([!#$%&*-~]|<var>{nonascii}</var>|<var>{escape}</var>)*<var>{w}</var></code></td></tr>
115+
<tr><td>baduri1 </td><td><code>url\(<var>{w}</var>([!#$%&amp;*-~]|<var>{nonascii}</var>|<var>{escape}</var>)*<var>{w}</var></code></td></tr>
116116
<tr><td>baduri2 </td><td><code>url\(<var>{w}</var><var>{string}</var><var>{w}</var></code></td></tr>
117117
<tr><td>baduri3 </td><td><code>url\(<var>{w}</var><var>{badstring}</var></code></td></tr>
118118
<tr><td>nl </td><td><code>\n|\r\n|\r|\f</code></td></tr>
@@ -121,7 +121,7 @@ the above rules, and neither a single nor a double quote</var>
121121

122122
<div class="example">
123123
<p>For example, the rule of the longest match means that
124-
"<code>red--&gt</code>" is tokenized as the IDENT "<code>red--</code>"
124+
"<code>red--&gt;</code>" is tokenized as the IDENT "<code>red--</code>"
125125
followed by the DELIM "<code>&gt;</code>", rather than as an IDENT
126126
followed by a CDC.
127127
</div>

css2/tables.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: tables.src,v 2.130 2011-06-06 09:59:57 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.131 2011-10-18 19:25:28 bbos Exp $ -->
44
<head>
55
<title>Tables</title>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</head>
88
<body>
99
<h1>Tables</h1>

css2/text.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: text.src,v 2.81 2011-06-06 09:59:57 bbos Exp $ -->
3+
<!-- $Id: text.src,v 2.82 2011-10-18 19:25:28 bbos Exp $ -->
44
<head>
55
<title>Text</title>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
<meta http-equiv="Content-Style-Type" content="text/css">
88
<style type="text/css">
99
.current,.proposed,span.delcurrent { background:#feb }

0 commit comments

Comments
 (0)