[html5] r7761 - [e] (0) Fix some cross-reference issues. Fixing https://www.w3.org/Bugs/Public/s [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Mar 20 14:56:03 PDT 2013
Author: ianh
Date: 2013-03-20 14:56:02 -0700 (Wed, 20 Mar 2013)
New Revision: 7761
Modified:
complete.html
index
source
Log:
[e] (0) Fix some cross-reference issues.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20779
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2013-03-18 22:15:46 UTC (rev 7760)
+++ complete.html 2013-03-20 21:56:02 UTC (rev 7761)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 18 March 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 20 March 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -3572,6 +3572,7 @@
<li>The <dfn id=concept-node-insert title=concept-node-insert>insert</dfn>, <dfn id=concept-node-append title=concept-node-append>append</dfn>, <dfn id=concept-node-remove title=concept-node-remove>remove</dfn>, and <dfn id=concept-node-replace title=concept-node-replace>replace</dfn> algorithms for nodes</li>
<li>The <dfn id=nodes-are-inserted>nodes are inserted</dfn> and <dfn id=nodes-are-removed>nodes are removed</dfn> concepts</li>
<li>The <dfn id=attribute-list>attribute list</dfn> concept.</li>
+ <li>The <dfn id=concept-cd-data title=concept-cd-data>data</dfn> of a text node.</li>
<li><dfn id=event><code>Event</code></dfn> interface</li>
<li><dfn id=eventtarget><code>EventTarget</code></dfn> interface</li>
@@ -50790,7 +50791,7 @@
element's <a href=#concept-option-index title=concept-option-index>index</a>.</p>
<p>The <dfn id=dom-option-text title=dom-option-text><code>text</code></dfn> IDL attribute, on getting, must return
- the concatenation of <span title=concept-cd-data>data</span> of all the <code><a href=#text>Text</a></code> node
+ the concatenation of <a href=#concept-cd-data title=concept-cd-data>data</a> of all the <code><a href=#text>Text</a></code> node
descendants of the <code><a href=#the-option-element>option</a></code> element, in <a href=#tree-order>tree order</a>, excluding any that are
descendants of descendants of the <code><a href=#the-option-element>option</a></code> element that are themselves
<code><a href=#the-script-element>script</a></code> elements in the <a href=#html-namespace-0>HTML namespace</a> or <code title="">script</code>
Modified: index
===================================================================
--- index 2013-03-18 22:15:46 UTC (rev 7760)
+++ index 2013-03-20 21:56:02 UTC (rev 7761)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 18 March 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 20 March 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -3572,6 +3572,7 @@
<li>The <dfn id=concept-node-insert title=concept-node-insert>insert</dfn>, <dfn id=concept-node-append title=concept-node-append>append</dfn>, <dfn id=concept-node-remove title=concept-node-remove>remove</dfn>, and <dfn id=concept-node-replace title=concept-node-replace>replace</dfn> algorithms for nodes</li>
<li>The <dfn id=nodes-are-inserted>nodes are inserted</dfn> and <dfn id=nodes-are-removed>nodes are removed</dfn> concepts</li>
<li>The <dfn id=attribute-list>attribute list</dfn> concept.</li>
+ <li>The <dfn id=concept-cd-data title=concept-cd-data>data</dfn> of a text node.</li>
<li><dfn id=event><code>Event</code></dfn> interface</li>
<li><dfn id=eventtarget><code>EventTarget</code></dfn> interface</li>
@@ -50790,7 +50791,7 @@
element's <a href=#concept-option-index title=concept-option-index>index</a>.</p>
<p>The <dfn id=dom-option-text title=dom-option-text><code>text</code></dfn> IDL attribute, on getting, must return
- the concatenation of <span title=concept-cd-data>data</span> of all the <code><a href=#text>Text</a></code> node
+ the concatenation of <a href=#concept-cd-data title=concept-cd-data>data</a> of all the <code><a href=#text>Text</a></code> node
descendants of the <code><a href=#the-option-element>option</a></code> element, in <a href=#tree-order>tree order</a>, excluding any that are
descendants of descendants of the <code><a href=#the-option-element>option</a></code> element that are themselves
<code><a href=#the-script-element>script</a></code> elements in the <a href=#html-namespace-0>HTML namespace</a> or <code title="">script</code>
Modified: source
===================================================================
--- source 2013-03-18 22:15:46 UTC (rev 7760)
+++ source 2013-03-20 21:56:02 UTC (rev 7761)
@@ -2394,6 +2394,7 @@
<li>The <dfn title="concept-node-insert">insert</dfn>, <dfn title="concept-node-append">append</dfn>, <dfn title="concept-node-remove">remove</dfn>, and <dfn title="concept-node-replace">replace</dfn> algorithms for nodes</li>
<li>The <dfn>nodes are inserted</dfn> and <dfn>nodes are removed</dfn> concepts</li>
<li>The <dfn>attribute list</dfn> concept.</li>
+ <li>The <dfn title="concept-cd-data">data</dfn> of a text node.</li>
<li><dfn><code>Event</code></dfn> interface</li>
<li><dfn><code>EventTarget</code></dfn> interface</li>
More information about the Commit-Watchers
mailing list