[html5] r5318 - [e] (0) xref Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9564
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 23 15:54:52 PDT 2010
Author: ianh
Date: 2010-08-23 15:54:51 -0700 (Mon, 23 Aug 2010)
New Revision: 5318
Modified:
complete.html
index
source
Log:
[e] (0) xref
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9564
Modified: complete.html
===================================================================
--- complete.html 2010-08-23 22:41:22 UTC (rev 5317)
+++ complete.html 2010-08-23 22:54:51 UTC (rev 5318)
@@ -44081,7 +44081,7 @@
<dt>DOM interface:</dt>
<dd>
<pre class=idl>interface <dfn id=htmloutputelement>HTMLOutputElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
- [PutForwards=<a href=#dom-domsettabletokenlist-value title=dom-DOMSettableTokenList-value>value</a>] readonly attribute <a href=#domsettabletokenlist>DOMSettableTokenList</a> <span title=dom-output-wrap>htmlFor</span>;
+ [PutForwards=<a href=#dom-domsettabletokenlist-value title=dom-DOMSettableTokenList-value>value</a>] readonly attribute <a href=#domsettabletokenlist>DOMSettableTokenList</a> <a href=#dom-output-htmlfor title=dom-output-htmlFor>htmlFor</a>;
readonly attribute <a href=#htmlformelement>HTMLFormElement</a> <a href=#dom-fae-form title=dom-fae-form>form</a>;
attribute DOMString <a href=#dom-fe-name title=dom-fe-name>name</a>;
Modified: index
===================================================================
--- index 2010-08-23 22:41:22 UTC (rev 5317)
+++ index 2010-08-23 22:54:51 UTC (rev 5318)
@@ -44006,7 +44006,7 @@
<dt>DOM interface:</dt>
<dd>
<pre class=idl>interface <dfn id=htmloutputelement>HTMLOutputElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
- [PutForwards=<a href=#dom-domsettabletokenlist-value title=dom-DOMSettableTokenList-value>value</a>] readonly attribute <a href=#domsettabletokenlist>DOMSettableTokenList</a> <span title=dom-output-wrap>htmlFor</span>;
+ [PutForwards=<a href=#dom-domsettabletokenlist-value title=dom-DOMSettableTokenList-value>value</a>] readonly attribute <a href=#domsettabletokenlist>DOMSettableTokenList</a> <a href=#dom-output-htmlfor title=dom-output-htmlFor>htmlFor</a>;
readonly attribute <a href=#htmlformelement>HTMLFormElement</a> <a href=#dom-fae-form title=dom-fae-form>form</a>;
attribute DOMString <a href=#dom-fe-name title=dom-fe-name>name</a>;
Modified: source
===================================================================
--- source 2010-08-23 22:41:22 UTC (rev 5317)
+++ source 2010-08-23 22:54:51 UTC (rev 5318)
@@ -49331,7 +49331,7 @@
<dt>DOM interface:</dt>
<dd>
<pre class="idl">interface <dfn>HTMLOutputElement</dfn> : <span>HTMLElement</span> {
- [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <span>DOMSettableTokenList</span> <span title="dom-output-wrap">htmlFor</span>;
+ [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <span>DOMSettableTokenList</span> <span title="dom-output-htmlFor">htmlFor</span>;
readonly attribute <span>HTMLFormElement</span> <span title="dom-fae-form">form</span>;
attribute DOMString <span title="dom-fe-name">name</span>;
More information about the Commit-Watchers
mailing list