- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Aug 2010 22:55:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25539
Modified Files:
Overview.html
Log Message:
xref (whatwg r5318)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4237
retrieving revision 1.4238
diff -u -d -r1.4237 -r1.4238
--- Overview.html 23 Aug 2010 22:41:28 -0000 1.4237
+++ Overview.html 23 Aug 2010 22:54:56 -0000 1.4238
@@ -33249,7 +33249,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>;
Received on Monday, 23 August 2010 22:55:02 UTC