csswg/css3-content Overview.html,1.4,1.5 Overview.src.html,1.3,1.4

Update of /sources/public/csswg/css3-content
In directory hutz:/tmp/cvs-serv22546

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Let's actually fix the broken page this time, hm?
Also: added a charset to the page, so Hakon's name doesn't get screwed up.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-content/Overview.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.html	19 Apr 2011 19:04:01 -0000	1.4
+++ Overview.html	20 Apr 2011 17:28:30 -0000	1.5
@@ -4,6 +4,7 @@
 
 <html lang=en>
  <head><meta content="text/html" http-equiv=Content-Type>
+  <meta charset=utf-8>
 
   <title>CSS Generated Content Module Level 3</title>
   <!--
@@ -13,12 +14,6 @@
   <link href="../default.css" rel=stylesheet type="text/css">
   <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
   type="text/css">
-
-  <style type="text/css">
-   .green { color: green; }
-   .navy { color: navy; }
-   .purple { color: purple; }
-  </style>
  </head>
  <!-- TODO:
  ! * Sync with CSS2.1 and GCPM
@@ -41,7 +36,7 @@
 
    <h1>CSS Generated Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 April 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2011</h2>
 
    <dl>
     <dt>This version:
@@ -49,7 +44,7 @@
     <dd><a
      href="http://dev.w3.org/csswg/css3-content/">http://dev.w3.org/csswg/css3-content/</a></dd>
     <!--   <dd><a
-      href="2011/ED-css3-content-20110419">2011/ED-css3-content-20110419</a></dd> -->
+      href="2011/ED-css3-content-20110420">2011/ED-css3-content-20110420</a></dd> -->
 
     <dt>Latest version:
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-content/Overview.src.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Overview.src.html	5 Oct 2010 16:47:43 -0000	1.3
+++ Overview.src.html	20 Apr 2011 17:28:30 -0000	1.4
@@ -2,6 +2,7 @@
 <html lang="en">
 <head>
   <meta http-equiv="Content-Type" content="text/html">
+  <meta charset="utf-8">
   <title>CSS Generated Content Module Level 3</title>
   <!--
       FIXME when publishing: copy the current default.css and link to
@@ -9,11 +10,6 @@
   -->
   <link rel="stylesheet" type="text/css" href="../default.css">
   <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
-  <style type="text/css">
-   .green { color: green; }
-   .navy { color: navy; }
-   .purple { color: purple; }
-  </style>
 </head>
 
 <!-- TODO:

Received on Wednesday, 20 April 2011 17:28:34 UTC