Skip to content

Commit 3928f51

Browse files
committed
Fix validation errors
1 parent c164ba3 commit 3928f51

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css3-lists/Overview.html

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

33
<html>
44
<head>
@@ -7,7 +7,7 @@
77
<link href="http://dev.w3.org/csswg/default.css" rel=stylesheet
88
type="text/css">
99

10-
<style>
10+
<style type="css">
1111
p { text-indent: 0 !important; margin: .5em 0; }
1212
code.inline { white-space: pre-line; }
1313
.alphabetic-example { font-family: monospace; font-size: 90%; margin: 1em 0 1em 2em; }
@@ -4287,7 +4287,7 @@ <h2 class=no-num id=property-index>Property index</h2>
42874287
<th>Media
42884288

42894289
<tbody>
4290-
<tr valign=baseline>
4290+
<tr>
42914291
<td><a class=property href="#list-style">list-style</a>
42924292

42934293
<td>&lt;&lsquo;list-style-type&rsquo;> ||
@@ -4304,7 +4304,7 @@ <h2 class=no-num id=property-index>Property index</h2>
43044304

43054305
<td>visual
43064306

4307-
<tr valign=baseline>
4307+
<tr>
43084308
<td><a class=property href="#list-style-image">list-style-image</a>
43094309

43104310
<td>&lt;image> | none
@@ -4319,7 +4319,7 @@ <h2 class=no-num id=property-index>Property index</h2>
43194319

43204320
<td>visual
43214321

4322-
<tr valign=baseline>
4322+
<tr>
43234323
<td><a class=property
43244324
href="#list-style-position">list-style-position</a>
43254325

@@ -4335,7 +4335,7 @@ <h2 class=no-num id=property-index>Property index</h2>
43354335

43364336
<td>visual
43374337

4338-
<tr valign=baseline>
4338+
<tr>
43394339
<td><a class=property href="#list-style-type">list-style-type</a>
43404340

43414341
<td>&lt;string> | &lt;counter-style> | inline | none
@@ -4350,7 +4350,7 @@ <h2 class=no-num id=property-index>Property index</h2>
43504350

43514351
<td>visual
43524352

4353-
<tr valign=baseline>
4353+
<tr>
43544354
<td><span class=property>&lsquo;display&rsquo;</span>
43554355

43564356
<td>&lsquo;marker&rsquo;

0 commit comments

Comments
 (0)