csswg/selectors4 Overview.html,1.54,1.55 Overview.src.html,1.56,1.57

Update of /sources/public/csswg/selectors4
In directory hutz:/tmp/cvs-serv10204

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Revert to HTML4.01

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- Overview.html	27 Sep 2011 23:31:46 -0000	1.54
+++ Overview.html	27 Sep 2011 23:34:10 -0000	1.55
@@ -1,11 +1,11 @@
-<!DOCTYPE html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 
 <html lang=en>
  <head>
   <title>Selectors Level 4</title>
   <link href=default.css rel=stylesheet type="text/css">
 
-  <style>
+  <style type="text/css">
     .tprofile td, th { vertical-align: baseline; padding: 0 0.5em; }
     .tprofile th { text-align: right; }
   </style>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Overview.src.html	27 Sep 2011 23:31:47 -0000	1.56
+++ Overview.src.html	27 Sep 2011 23:34:10 -0000	1.57
@@ -1,9 +1,9 @@
-<!DOCTYPE html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <html lang="en">
  <head>
   <title>Selectors Level 4</title>
   <link href="default.css" type="text/css" rel="stylesheet">
-  <style>
+  <style type="text/css">
     .tprofile td, th { vertical-align: baseline; padding: 0 0.5em; }
     .tprofile th { text-align: right; }
   </style>

Received on Tuesday, 27 September 2011 23:34:13 UTC