html5/markup/src datatypes.html,1.60,1.61 header.src.html,1.57,1.58

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

Modified Files:
	datatypes.html header.src.html 
Log Message:
updated

Index: header.src.html
===================================================================
RCS file: /sources/public/html5/markup/src/header.src.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- header.src.html	26 May 2011 10:45:32 -0000	1.57
+++ header.src.html	13 Mar 2012 01:49:30 -0000	1.58
@@ -12,17 +12,14 @@
     </div>
     <header id="info">
       <h2>Document Metadata</h2>
-      <div id="maturity">ED</div>
-      <!-- * <div id="maturity">WG-NOTE</div> -->
+      <div id="maturity">WD</div>
       <div id="normativity">informative</div>
       <div id="subtitle">An HTML language reference</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-20110525/</div>
-        <!-- * <div id="this" class="url">http://www.w3.org/TR/2011/NOTE-html-markup-20110524/</div> -->
+        <div id="this" class="url">http://www.w3.org/TR/2012/WD-html-markup-20120315/</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-20110525/</div>
         <div class="previous url">http://www.w3.org/TR/2011/WD-html-markup-20110405/</div>
         <div class="previous url">http://www.w3.org/TR/2011/WD-html-markup-20110113/</div>

Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- datatypes.html	13 Feb 2012 07:21:53 -0000	1.60
+++ datatypes.html	13 Mar 2012 01:49:30 -0000	1.61
@@ -607,24 +607,24 @@
   <dt>Any
   <a href="#data-string">string</a>
   with three characters or more, beginning with the literal string
-  "<code title="U+0073 LATIN SMALL LETTER S and U+003A COLON">s:</code>".
+  "<code title="">string:</code>".
   </dt>
 
   <dd><p>Indicates that <i>Plain Unicode string</i> items, of the type
   indicated by the part of of the keyword after the 
-  "<code title="U+0073 LATIN SMALL LETTER S and U+003A COLON">s:</code>"
+  "<code title="">string:</code>"
   string, can be dropped on this element.</p></dd>
 
   <dt>Any
   <a href="#data-string">string</a>
   with three characters or more, beginning with the
   literal string
-  "<code title="U+0073 LATIN SMALL LETTER F and U+003A COLON">f:</code>".
+  "<code title="">file:</code>".
   </dt>
 
   <dd><p>Indicates that <i>File</i> items, of the type
   indicated by the part of of the keyword after the 
-  "<code title="U+0066 LATIN SMALL LETTER F and U+003A COLON">f:</code>"
+  "<code title="">file:</code>"
   string, can be dropped on this element.</p></dd>
   </dl>
 

Received on Tuesday, 13 March 2012 01:49:35 UTC