- From: poot <cvsmail@w3.org>
- Date: Wed, 10 Jun 2009 19:42:54 +0900 (JST)
- To: public-html-diffs@w3.org
h:tml; update the URL for the draft
Diffs for this change per section:
http://people.w3.org/mike/diffs/html5/markup/Overview.1.312.html#abstract
http://people.w3.org/mike/diffs/html5/markup/Overview.1.312.html#appendices
http://people.w3.org/mike/diffs/html5/markup/Overview.1.312.html#latestED
http://people.w3.org/mike/diffs/html5/markup/Overview.diff.html
http://dev.w3.org/cvsweb/html5/markup/Overview.html?r1=1.311&r2=1.312&f=h
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -d -r1.311 -r1.312
--- Overview.html 7 Jun 2009 23:07:53 -0000 1.311
+++ Overview.html 10 Jun 2009 10:42:28 -0000 1.312
@@ -9,12 +9,12 @@
<body>
<div class="head">
<h1>HTML 5: The Markup Language</h1>
-<h2>Editor’s Draft <em>8 June 2009</em>
+<h2>Editor’s Draft <em>10 June 2009</em>
</h2>
<dl>
<dt>Latest Editor’s Draft:</dt>
<dd>
-<a id="latestED" href="http://www.w3.org/html/wg/markup-spec/">http://www.w3.org/html/wg/markup-spec/</a> </dd>
+<a id="latestED" href="http://dev.w3.org/html5/markup/">http://dev.w3.org/html5/markup/</a> </dd>
<dt>Editor:</dt>
<dd>
<a href="http://people.w3.org/mike">Michael(tm) Smith</a>, W3C <<a href="mailto:mike@w3.org">mike@w3.org</a>></dd>
@@ -42,12 +42,12 @@
<p>
- This document is the 8 June 2009 Editor’s Draft of
+ This document is the 10 June 2009 Editor’s Draft of
<cite>HTML 5: The Markup Language</cite>.
</p>
<p>
You can find the source for the current version of this document
- <a href="http://www.w3.org/html/wg/markup-spec/">online</a>.
+ <a href="http://dev.w3.org/html5/markup/">online</a>.
</p>
<div>
<p>This document is still being actively edited. Parts of it are
Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/base.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- base.html 8 Jun 2009 00:53:37 -0000 1.5
+++ base.html 10 Jun 2009 10:42:28 -0000 1.6
@@ -38,7 +38,7 @@
<dt><a class="attribute-name" id="base.attrs.href" title="base.attrs.href" href="base.html#base.attrs.href">href</a><span class="attr-values"> =
<a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a>
</span> </dt>
- <dd>The base URL for the document</dd>
+ <dd>The base URL for the document.</dd>
<dt><a class="attribute-name" id="base.attrs.target" title="base.attrs.target" href="base.html#base.attrs.target">target</a><span class="attr-values"> =
<a class="ref" href="datatypes.html#common.data.browsing-context-or-keyword" title="common.data.browsing-context-or-keyword">browsing-context-or-keyword</a>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- spec.html 8 Jun 2009 00:53:37 -0000 1.26
+++ spec.html 10 Jun 2009 10:42:28 -0000 1.27
@@ -9,12 +9,12 @@
<body>
<div class="head">
<h1>HTML 5: The Markup Language</h1>
-<h2>Editor’s Draft <em>8 June 2009</em>
+<h2>Editor’s Draft <em>10 June 2009</em>
</h2>
<dl>
<dt>Latest Editor’s Draft:</dt>
<dd>
-<a id="latestED" href="http://www.w3.org/html/wg/markup-spec/">http://www.w3.org/html/wg/markup-spec/</a> </dd>
+<a id="latestED" href="http://dev.w3.org/html5/markup/">http://dev.w3.org/html5/markup/</a> </dd>
<dt>Editor:</dt>
<dd>
<a href="http://people.w3.org/mike">Michael(tm) Smith</a>, W3C <<a href="mailto:mike@w3.org">mike@w3.org</a>></dd>
@@ -41,12 +41,12 @@
<p>
- This document is the 8 June 2009 Editor’s Draft of
+ This document is the 10 June 2009 Editor’s Draft of
<cite>HTML 5: The Markup Language</cite>.
</p>
<p>
You can find the source for the current version of this document
- <a href="http://www.w3.org/html/wg/markup-spec/">online</a>.
+ <a href="http://dev.w3.org/html5/markup/">online</a>.
</p>
<div>
<p>This document is still being actively edited. Parts of it are
@@ -2758,7 +2758,7 @@
<a class="attribute-name" id="base.attrs.href" title="base.attrs.href" href="#base.attrs.href">href</a><span class="attr-values"> =
<a class="ref" href="#common.data.uri" title="common.data.uri">uri</a>
</span> </dt>
- <dd>The base URL for the document</dd>
+ <dd>The base URL for the document.</dd>
<dt>
<a class="attribute-name" id="base.attrs.target" title="base.attrs.target" href="#base.attrs.target">target</a><span class="attr-values"> =
Received on Wednesday, 10 June 2009 10:43:29 UTC