E84D [css2] Fixed some HTML mark-up errors. (They were valid SGML, but som… · w3c/csswg-drafts@0063922 · GitHub
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

Lines changed: 74 additions & 74 deletions

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>

0 commit comments

Comments
 (0)