- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 May 2011 06:42:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv11157/src
Modified Files:
header.src.html references.html
Log Message:
...
Index: header.src.html
===================================================================
RCS file: /sources/public/html5/markup/src/header.src.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- header.src.html 23 May 2011 01:39:16 -0000 1.54
+++ header.src.html 23 May 2011 06:42:14 -0000 1.55
@@ -12,13 +12,15 @@
</div>
<header id="info">
<h2>Document Metadata</h2>
- <div id="maturity">NOTE</div>
+ <div id="maturity">WD</div>
+ <!-- * <div id="maturity">WG-NOTE</div> -->
<div id="normativity">informative</div>
- <div id="subtitle">An HTML language reference and front-end for the HTML specification</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/NOTE-html-markup-20110524/</div>
+ <div id="this" class="url">http://www.w3.org/TR/2011/WD-html-markup-20110524/</div>
+ <!-- * <div id="this" class="url">http://www.w3.org/TR/2011/NOTE-html-markup-20110524/</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-20110405/</div>
Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/src/references.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- references.html 21 Jan 2011 06:47:43 -0000 1.28
+++ references.html 23 May 2011 06:42:14 -0000 1.29
@@ -24,8 +24,8 @@
href="http://www.iana.org/assignments/character-sets"
>Character Sets</a></cite>. Internet Assigned Numbers Authority (IANA).</dd>
<dt><dfn id="refsCSS">CSS</dfn></dt>
- <dd><cite><a href="http://www.w3.org/TR/2008/WD-css-beijing-20080516/"
- >Cascading Style Sheets (CSS) Snapshot 2007</a></cite>.
+ <dd><cite><a href="http://www.w3.org/TR/css-2010/"
+ >Cascading Style Sheets (CSS) Snapshot 2010</a></cite>.
Elika J. Etemad.</dd>
<dt><dfn id="refsDOMCore">DOM Core</dfn></dt>
<dd><cite><a
Received on Monday, 23 May 2011 06:42:18 UTC