html5/markup/src head.html,1.12,1.13 header.src.html,1.49,1.50

Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv11471/src

Modified Files:
	head.html header.src.html 
Log Message:
prune vendor-prefixes CSS props. b=12379


Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/src/head.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- head.html	21 Jan 2011 06:47:43 -0000	1.12
+++ head.html	30 Apr 2011 11:36:01 -0000	1.13
@@ -1,5 +1,5 @@
 <head
   xmlns="http://www.w3.org/1999/xhtml">
-  <meta charset="utf-8"/><title>HTML5: The Markup Language Reference</title>
+  <meta charset="utf-8"/><title>HTML: The Markup Language</title>
   <link rel="stylesheet" href="style.css" type="text/css"/>
 </head>

Index: header.src.html
===================================================================
RCS file: /sources/public/html5/markup/src/header.src.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- header.src.html	21 Jan 2011 06:47:43 -0000	1.49
+++ header.src.html	30 Apr 2011 11:36:01 -0000	1.50
@@ -14,13 +14,14 @@
       <h2>Document Metadata</h2>
       <div id="maturity">ED</div>
       <div id="normativity">informative</div>
-      <!-- * <div id="subtitle">...</div> -->
+      <div id="subtitle">An HTML language reference and front-end for the HTML specification</div>
       <div id="versions">
         <div id="source"
           class="url">http://dev.w3.org/html5/markup/</div>
-        <div id="this" class="url">http://www.w3.org/TR/2011/WD-html-markup-20110113/</div>
+        <div id="this" class="url">http://www.w3.org/TR/2011/WD-html-markup-20110405/</div>
         <div id="latest" class="url">http://www.w3.org/TR/html-markup/</div>
         <!-- * you can have multiple previous URLs -->
+        <div class="previous url">http://www.w3.org/TR/2011/WD-html-markup-20110113/</div>
         <div class="previous url">http://www.w3.org/TR/2010/WD-html-markup-20100304/</div>
         <div class="previous url">http://www.w3.org/TR/2010/WD-html-markup-20100624/</div>
         <div class="previous url">http://www.w3.org/TR/2010/WD-html-markup-20101019/</div>

Received on Saturday, 30 April 2011 11:36:05 UTC