html5/spec Overview.html,1.4067,1.4068

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29940

Modified Files:
	Overview.html 
Log Message:
Make this non-normative note more precisely correct. (whatwg r5066)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4067
retrieving revision 1.4068
diff -u -d -r1.4067 -r1.4068
--- Overview.html	20 Apr 2010 08:18:37 -0000	1.4067
+++ Overview.html	30 Apr 2010 23:13:33 -0000	1.4068
@@ -285,7 +285,7 @@
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-20-april-2010">Editor's Draft 20 April 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-april-2010">Editor's Draft 30 April 2010</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -392,7 +392,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 20 April 2010 Editor's Draft.
+  This specification is the 30 April 2010 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>The contents of this specification are also part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
   specification</a> published by the <a href="http://www.whatwg.org/">WHATWG</a>, which is available under a
   license that permits reuse of the specification text.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -4871,7 +4871,7 @@
   the empty string, a string consisting of only <a href="#space-character" title="space
   character">space characters</a>, or is a media query that matches
   the user's environment according to the definitions given in the
-  Media Queries specification. <a href="#refsMQ">[MQ]</a><h3 id="urls"><span class="secno">2.5 </span>URLs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/56">ISSUE-56</a> (urls-webarch) and <a href="http://www.w3.org/html/wg/tracker/issues/78">ISSUE-78</a> (urls-terminology) block progress to Last Call</span><h4 id="terminology-0"><span class="secno">2.5.1 </span>Terminology</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- see also: svn diff -r3244:3245 source --><p>A <dfn id="url">URL</dfn> is a string used to identify a resource.<p>A <a href="#url">URL</a> is a <dfn id="valid-url">valid URL</dfn> if at least one of
+  Media Queries specification. <a href="#refsMQ">[MQ]</a><h3 id="urls"><span class="secno">2.5 </span>URLs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/56">ISSUE-56</a> (urls-webarch) blocks progress to Last Call</span><h4 id="terminology-0"><span class="secno">2.5.1 </span>Terminology</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- see also: svn diff -r3244:3245 source --><p>A <dfn id="url">URL</dfn> is a string used to identify a resource.<p>A <a href="#url">URL</a> is a <dfn id="valid-url">valid URL</dfn> if at least one of
   the following conditions holds:<ul><li><p>The <a href="#url">URL</a> is a valid URI reference <a href="#refsRFC3986">[RFC3986]</a>.</li>
 
    <li><p>The <a href="#url">URL</a> is a valid IRI reference and it has no
@@ -63796,9 +63796,10 @@
 
   <hr><p class="note">The <dfn id="dom-head-profile" title="dom-head-profile"><code>profile</code></dfn> IDL attribute on
   <code><a href="#the-head-element-0">head</a></code> elements (with the <code><a href="#htmlheadelement">HTMLHeadElement</a></code>
-  interface) is intentionally omitted, and would therefore not be
-  supported in conforming implementations. (It is mentioned here as it
-  was defined in a previous version of the DOM specifcations.)</p>
+  interface) is intentionally omitted. Unless so required by <a href="#other-applicable-specifications" title="other applicable specifications">another applicable
+  specification</a>, implementations would therefore not support
+  this attribute. (It is mentioned here as it was defined in a
+  previous version of the DOM specifications.)</p>
 
   <hr><pre class="idl">[Supplemental]
 interface <a href="#htmlhrelement">HTMLHRElement</a> {

Received on Friday, 30 April 2010 23:13:39 UTC