- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 11 Feb 2010 17:10:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv526/src
Modified Files:
header.src.html references.html status.html
Log Message:
updated
Index: status.html
===================================================================
RCS file: /sources/public/html5/markup/src/status.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- status.html 28 Jan 2010 22:26:44 -0000 1.15
+++ status.html 11 Feb 2010 17:09:58 -0000 1.16
@@ -1,10 +1,12 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<p>This non-normative document is intended to complement the
normative conformance criteria defined in the specification
- <a href="http://dev.w3.org/html5/spec/">HTML5: A vocabulary and associated APIs for HTML and XHTML</a>,
+ <a href="http://dev.w3.org/html5/spec/">HTML5: A vocabulary and associated APIs for HTML and XHTML</a>
+ <a href="#refsHTML5">[HTML5]</a>,
and is similar in scope to the
<a href="http://dev.w3.org/html5/spec-author-view/">HTML5 (Author Edition)</a>
- subset of that specification.</p>
+ subset of that specification
+ <a href="#refsHTML5AUTHOR">[HTML5AUTHOR]</a>.</p>
<div>
<h2>Instability and incompleteness of this document</h2>
<p>This document is a working draft — all parts of it remain
Index: header.src.html
===================================================================
RCS file: /sources/public/html5/markup/src/header.src.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- header.src.html 2 Feb 2010 17:04:54 -0000 1.28
+++ header.src.html 11 Feb 2010 17:09:58 -0000 1.29
@@ -12,13 +12,13 @@
</div>
<header id="info">
<h2>Document Metadata</h2>
- <div id="maturity">ED</div>
+ <div id="maturity">FPWD</div>
<!-- * <div id="subtitle">...</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/2008/WD-html-markup-20081015/</div> -->
- <!-- * <div id="latest" class="url">http://www.w3.org/TR/html-markup/</div> -->
+ <div id="this" class="url">http://www.w3.org/TR/2009/WD-html-markup-20100218/</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/2008/WD-html-markup-20080517/</div> -->
</div>
Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/src/references.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- references.html 8 Feb 2010 06:49:36 -0000 1.13
+++ references.html 11 Feb 2010 17:09:58 -0000 1.14
@@ -41,6 +41,18 @@
<dd><span class="references-note" >(see in particular <a
href="http://www.w3.org/2003/entities/2007doc/byalpha.html"
>http://www.w3.org/2003/entities/2007doc/byalpha.html</a>)</span></dd>
+ <dt><dfn id="refsHTML5">[HTML5]</dfn></dt>
+ <dd><cite><a
+ href="http://www.w3.org/TR/2009/WD-html5-20090825/"
+ >HTML 5: A vocabulary and associated APIs for HTML and XHTML</a></cite>.
+ Ian Hickson, David Hyatt.
+ W3C Working Draft. 25 August 2009.</dd>
+ <dt><dfn id="refsHTML5AUTHOR">[HTML5AUTHOR]</dfn></dt>
+ <dd><cite><a
+ href="http://dev.w3.org/html5/spec-author-view/"
+ >HTML5 (Author Edition)</a></cite>.
+ Ian Hickson, David Hyatt.
+ W3C Editor’s Draft.</dd>
<dt><dfn id="refsIANACHARSET">[IANACHARSET]</dfn></dt>
<dd><cite><a
href="http://www.iana.org/assignments/character-sets"
Received on Thursday, 11 February 2010 17:10:01 UTC