[html5] r4270 - [t] (0) Yes, you _do_ have to follow other specs. Fixing http://www.w3.org/Bugs/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 22 03:58:52 PDT 2009
Author: ianh
Date: 2009-10-22 03:58:48 -0700 (Thu, 22 Oct 2009)
New Revision: 4270
Modified:
complete.html
index
source
Log:
[t] (0) Yes, you _do_ have to follow other specs.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7973
Modified: complete.html
===================================================================
--- complete.html 2009-10-21 23:53:16 UTC (rev 4269)
+++ complete.html 2009-10-22 10:58:48 UTC (rev 4270)
@@ -110,7 +110,7 @@
<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 21 October 2009</h2>
+ <h2 class="no-num no-toc">Draft Standard — 22 October 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -48686,10 +48686,10 @@
<dt>Otherwise</dt>
<dd>Let <var title="">id</var> be a user-agent-defined
- undereferenceable yet globally unique <a href=#absolute-url>absolute
- URL</a>. The same <a href=#absolute-url>absolute URL</a> should be
- generated for each run of this algorithm when given the same
- input. Let <var title="">has-alternate</var> be false.</dd>
+ undereferenceable yet globally unique <a href=#valid-url title="valid
+ URL">valid</a> <a href=#absolute-url>absolute URL</a>. The same
+ <a href=#absolute-url>absolute URL</a> should be generated for each run of
+ this algorithm when given the same input. Let <var title="">has-alternate</var> be false.</dd>
</dl></li>
Modified: index
===================================================================
--- index 2009-10-21 23:53:16 UTC (rev 4269)
+++ index 2009-10-22 10:58:48 UTC (rev 4270)
@@ -111,7 +111,7 @@
<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5</h1>
- <h2 class="no-num no-toc">Draft Standard — 21 October 2009</h2>
+ <h2 class="no-num no-toc">Draft Standard — 22 October 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -45846,10 +45846,10 @@
<dt>Otherwise</dt>
<dd>Let <var title="">id</var> be a user-agent-defined
- undereferenceable yet globally unique <a href=#absolute-url>absolute
- URL</a>. The same <a href=#absolute-url>absolute URL</a> should be
- generated for each run of this algorithm when given the same
- input. Let <var title="">has-alternate</var> be false.</dd>
+ undereferenceable yet globally unique <a href=#valid-url title="valid
+ URL">valid</a> <a href=#absolute-url>absolute URL</a>. The same
+ <a href=#absolute-url>absolute URL</a> should be generated for each run of
+ this algorithm when given the same input. Let <var title="">has-alternate</var> be false.</dd>
</dl></li>
Modified: source
===================================================================
--- source 2009-10-21 23:53:16 UTC (rev 4269)
+++ source 2009-10-22 10:58:48 UTC (rev 4270)
@@ -54706,10 +54706,11 @@
<dt>Otherwise</dt>
<dd>Let <var title="">id</var> be a user-agent-defined
- undereferenceable yet globally unique <span>absolute
- URL</span>. The same <span>absolute URL</span> should be
- generated for each run of this algorithm when given the same
- input. Let <var title="">has-alternate</var> be false.</dd>
+ undereferenceable yet globally unique <span title="valid
+ URL">valid</span> <span>absolute URL</span>. The same
+ <span>absolute URL</span> should be generated for each run of
+ this algorithm when given the same input. Let <var
+ title="">has-alternate</var> be false.</dd>
</dl>
More information about the Commit-Watchers
mailing list