- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Aug 2010 22:41:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23913
Modified Files:
Overview.html
Log Message:
xref (whatwg r5317)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4236
retrieving revision 1.4237
diff -u -d -r1.4236 -r1.4237
--- Overview.html 20 Aug 2010 19:26:57 -0000 1.4236
+++ Overview.html 23 Aug 2010 22:41:28 -0000 1.4237
@@ -311,7 +311,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-august-2010">Editor's Draft 20 August 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-23-august-2010">Editor's Draft 23 August 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>
@@ -417,7 +417,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 20 August 2010 Editor's Draft.
+ This specification is the 23 August 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>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</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
@@ -5194,18 +5194,18 @@
</dl><div class="impl">
- <hr><p>The attributes defined to be URL decomposition IDL attributes must
- act as described for the attributes with the same corresponding
- names in this section.</p>
+ <hr><p>The attributes defined to be <a href="#url-decomposition-idl-attributes">URL decomposition IDL
+ attributes</a> must act as described for the attributes with the
+ same corresponding names in this section.</p>
- <p>In addition, an interface with a complement of URL decomposition IDL
- attributes will define an <dfn id="concept-uda-input" title="concept-uda-input">input</dfn>, which is a <a href="#url">URL</a>
+ <p>In addition, an interface with a complement of <a href="#url-decomposition-idl-attributes">URL
+ decomposition IDL attributes</a> will define an <dfn id="concept-uda-input" title="concept-uda-input">input</dfn>, which is a <a href="#url">URL</a>
that the attributes act on, and a <dfn id="concept-uda-setter" title="concept-uda-setter">common setter action</dfn>, which is a
set of steps invoked when any of the attributes' setters are
invoked.</p>
- <p>The seven URL decomposition IDL attributes have similar
- requirements.</p>
+ <p>The seven <a href="#url-decomposition-idl-attributes">URL decomposition IDL attributes</a> have
+ similar requirements.</p>
<p>On getting, if the <a href="#concept-uda-input" title="concept-uda-input">input</a>
is an <a href="#absolute-url">absolute URL</a> that fulfills the condition given in
@@ -12683,7 +12683,7 @@
// e.stop();
</script></pre>
- </div><h4 id="the-noscript-element"><span class="secno">4.3.2 </span>The <dfn><code>noscript</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
+ </div><h4 id="the-noscript-element"><span class="secno">4.3.2 </span>The <dfn><code>noscript</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/117">ISSUE-117</a> (deprecate-noscript) blocks progress to Last Call</span><dl class="element"><dt>Categories</dt>
<dd><a href="#metadata-content">Metadata content</a>.</dd>
<dd><a href="#flow-content">Flow content</a>.</dd>
<dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -15295,7 +15295,9 @@
<p>The <code><a href="#the-a-element">a</a></code> element also supports the complement of
<a href="#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>, <dfn id="dom-a-protocol" title="dom-a-protocol"><code>protocol</code></dfn>, <dfn id="dom-a-host" title="dom-a-host"><code>host</code></dfn>, <dfn id="dom-a-port" title="dom-a-port"><code>port</code></dfn>, <dfn id="dom-a-hostname" title="dom-a-hostname"><code>hostname</code></dfn>, <dfn id="dom-a-pathname" title="dom-a-pathname"><code>pathname</code></dfn>, <dfn id="dom-a-search" title="dom-a-search"><code>search</code></dfn>, and <dfn id="dom-a-hash" title="dom-a-hash"><code>hash</code></dfn>. These must follow the
- rules given for URL decomposition IDL attributes, with the <a href="#concept-uda-input" title="concept-uda-input">input</a> being the result of <a href="#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute relative to the
+ rules given for <a href="#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>, with
+ the <a href="#concept-uda-input" title="concept-uda-input">input</a> being the result of
+ <a href="#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute relative to the
element, if there is such an attribute and resolving it is
successful, or the empty string otherwise; and the <a href="#concept-uda-setter" title="concept-uda-setter">common setter action</a> being the
same as setting the element's <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute to the new output
@@ -23609,7 +23611,9 @@
<p>The <code><a href="#the-area-element">area</a></code> element also supports the complement of
<a href="#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>, <dfn id="dom-area-protocol" title="dom-area-protocol"><code>protocol</code></dfn>, <dfn id="dom-area-host" title="dom-area-host"><code>host</code></dfn>, <dfn id="dom-area-port" title="dom-area-port"><code>port</code></dfn>, <dfn id="dom-area-hostname" title="dom-area-hostname"><code>hostname</code></dfn>, <dfn id="dom-area-pathname" title="dom-area-pathname"><code>pathname</code></dfn>, <dfn id="dom-area-search" title="dom-area-search"><code>search</code></dfn>, and <dfn id="dom-area-hash" title="dom-area-hash"><code>hash</code></dfn>. These must follow the
- rules given for URL decomposition IDL attributes, with the <a href="#concept-uda-input" title="concept-uda-input">input</a> being the result of <a href="#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute relative to the
+ rules given for <a href="#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>, with
+ the <a href="#concept-uda-input" title="concept-uda-input">input</a> being the result of
+ <a href="#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute relative to the
element, if there is such an attribute and resolving it is
successful, or the empty string otherwise; and the <a href="#concept-uda-setter" title="concept-uda-setter">common setter action</a> being the
same as setting the element's <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute to the new output
@@ -42973,13 +42977,14 @@
override any caches when reloading.</p>
</div><p>The <code><a href="#location">Location</a></code> interface also has the complement of
- <a href="#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>, <dfn id="dom-location-protocol" title="dom-location-protocol"><code>protocol</code></dfn>, <dfn id="dom-location-host" title="dom-location-host"><code>host</code></dfn>, <dfn id="dom-location-port" title="dom-location-port"><code>port</code></dfn>, <dfn id="dom-location-hostname" title="dom-location-hostname"><code>hostname</code></dfn>, <dfn id="dom-location-pathname" title="dom-location-pathname"><code>pathname</code></dfn>, <dfn id="dom-location-search" title="dom-location-search"><code>search</code></dfn>, and <dfn id="dom-location-hash" title="dom-location-hash"><code>hash</code></dfn>. <span class="impl">These must follow the rules given for URL decomposition IDL
- attributes, with the <a href="#concept-uda-input" title="concept-uda-input">input</a>
- being <a href="#the-document-s-current-address" title="the document's current address">the current
- address</a> of the associated <code><a href="#document">Document</a></code> object, as an
- <a href="#absolute-url">absolute URL</a> (same as the <code title="dom-location-href"><a href="#dom-location-href">href</a></code> attribute), and the <a href="#concept-uda-setter" title="concept-uda-setter">common setter action</a> being the
- same as setting the <code title="dom-location-href"><a href="#dom-location-href">href</a></code>
- attribute to the new output value.</span><div class="impl">
+ <a href="#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>, <dfn id="dom-location-protocol" title="dom-location-protocol"><code>protocol</code></dfn>, <dfn id="dom-location-host" title="dom-location-host"><code>host</code></dfn>, <dfn id="dom-location-port" title="dom-location-port"><code>port</code></dfn>, <dfn id="dom-location-hostname" title="dom-location-hostname"><code>hostname</code></dfn>, <dfn id="dom-location-pathname" title="dom-location-pathname"><code>pathname</code></dfn>, <dfn id="dom-location-search" title="dom-location-search"><code>search</code></dfn>, and <dfn id="dom-location-hash" title="dom-location-hash"><code>hash</code></dfn>. <span class="impl">These must follow the rules given for <a href="#url-decomposition-idl-attributes">URL
+ decomposition IDL attributes</a>, with the <a href="#concept-uda-input" title="concept-uda-input">input</a> being <a href="#the-document-s-current-address" title="the
+ document's current address">the current address</a> of the
+ associated <code><a href="#document">Document</a></code> object, as an <a href="#absolute-url">absolute
+ URL</a> (same as the <code title="dom-location-href"><a href="#dom-location-href">href</a></code>
+ attribute), and the <a href="#concept-uda-setter" title="concept-uda-setter">common setter
+ action</a> being the same as setting the <code title="dom-location-href"><a href="#dom-location-href">href</a></code> attribute to the new output
+ value.</span><div class="impl">
<hr><p>The <dfn id="dom-location-resolveurl" title="dom-location-resolveURL"><code>resolveURL(<var title="">url</var>)</code></dfn> method must <a href="#resolve-a-url" title="resolve a
url">resolve</a> its <var title="">url</var> argument, relative
Received on Monday, 23 August 2010 22:41:34 UTC