csswg/css3-lists Overview.html,1.58,1.59

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv10262

Modified Files:
	Overview.html 
Log Message:
Fix validation errors

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Overview.html	20 May 2011 19:26:09 -0000	1.58
+++ Overview.html	20 May 2011 20:29:21 -0000	1.59
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 
 <html>
  <head>
@@ -7,7 +7,7 @@
   <link href="http://dev.w3.org/csswg/default.css" rel=stylesheet
   type="text/css">
 
-  <style>
+  <style type="css">
 	p { text-indent: 0 !important; margin: .5em 0; }
 	code.inline { white-space: pre-line; }
 	.alphabetic-example { font-family: monospace; font-size: 90%; margin: 1em 0 1em 2em; }
@@ -4287,7 +4287,7 @@
      <th>Media
 
    <tbody>
-    <tr valign=baseline>
+    <tr>
      <td><a class=property href="#list-style">list-style</a>
 
      <td>&lt;&lsquo;list-style-type&rsquo;> ||
@@ -4304,7 +4304,7 @@
 
      <td>visual
 
-    <tr valign=baseline>
+    <tr>
      <td><a class=property href="#list-style-image">list-style-image</a>
 
      <td>&lt;image> | none
@@ -4319,7 +4319,7 @@
 
      <td>visual
 
-    <tr valign=baseline>
+    <tr>
      <td><a class=property
       href="#list-style-position">list-style-position</a>
 
@@ -4335,7 +4335,7 @@
 
      <td>visual
 
-    <tr valign=baseline>
+    <tr>
      <td><a class=property href="#list-style-type">list-style-type</a>
 
      <td>&lt;string> | &lt;counter-style> | inline | none
@@ -4350,7 +4350,7 @@
 
      <td>visual
 
-    <tr valign=baseline>
+    <tr>
      <td><span class=property>&lsquo;display&rsquo;</span>
 
      <td>&lsquo;marker&rsquo;

Received on Friday, 20 May 2011 20:29:24 UTC