csswg/css-variables Overview.html,1.10,1.11 Overview.src.html,1.10,1.11

Update of /sources/public/csswg/css-variables
In directory hutz:/tmp/cvs-serv17318

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Filled in some acks, removed the .fixme style block.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-variables/Overview.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Overview.html	30 Sep 2011 20:37:43 -0000	1.10
+++ Overview.html	30 Sep 2011 20:39:52 -0000	1.11
@@ -10,25 +10,6 @@
   <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
   type="text/css">
 
-  <style type="text/css">
-		/* delete this block when you've cleared out all the .replaceme elements */
-		.replaceme {
-			border: solid red;
-			padding: 0 0.5em;
-			margin: 0 0.1em;
-			background: yellow;
-			color: green;
-		}
-		.replaceme:before {
-			 content: "FIXME(";
-			 color: black;
-		}
-		.replaceme:after {
-			 content: ")";
-			 color: black;
-		}
-	</style>
-
   <style>
 		pre.idl { border:solid thin; background:#eee; color:#000; padding:0.5em }
 		pre.idl :link, pre.idl :visited { color:inherit; background:transparent }
@@ -819,7 +800,9 @@
 
   <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
 
-  <p><var class=replaceme>[acknowledgments]</var>
+  <p>Thanks to Daniel Glazman and Dave Hyatt for writing the original
+   Variables draft in 2008. Thanks to many WG members for keeping the idea of
+   variables alive through the years.
 
   <h2 class=no-num id=references>References</h2>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-variables/Overview.src.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Overview.src.html	30 Sep 2011 20:37:43 -0000	1.10
+++ Overview.src.html	30 Sep 2011 20:39:52 -0000	1.11
@@ -5,24 +5,6 @@
 	<title>CSS Variables Module Level 1</title>
 	<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/css-module/default.css">
 	<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
-	<style type="text/css">
-		/* delete this block when you've cleared out all the .replaceme elements */
-		.replaceme {
-			border: solid red;
-			padding: 0 0.5em;
-			margin: 0 0.1em;
-			background: yellow;
-			color: green;
-		}
-		.replaceme:before {
-			 content: "FIXME(";
-			 color: black;
-		}
-		.replaceme:after {
-			 content: ")";
-			 color: black;
-		}
-	</style>
 	<style>
 		pre.idl { border:solid thin; background:#eee; color:#000; padding:0.5em }
 		pre.idl :link, pre.idl :visited { color:inherit; background:transparent }
@@ -517,7 +499,7 @@
 
 <h2 class=no-num id="acknowledgments">Acknowledgments</h2>
 
-	<p><var class="replaceme">[acknowledgments]</var></p>
+	<p>Thanks to Daniel Glazman and Dave Hyatt for writing the original Variables draft in 2008.  Thanks to many WG members for keeping the idea of variables alive through the years.</p>
 
 <h2 class=no-num id="references">References</h2>
 

Received on Friday, 30 September 2011 20:40:00 UTC