- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Aug 2009 02:26:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7503
Modified Files:
Overview.html
Log Message:
Rename DOM attributes to IDL attributes. (whatwg r3713)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2891
retrieving revision 1.2892
diff -u -d -r1.2891 -r1.2892
--- Overview.html 30 Aug 2009 21:38:04 -0000 1.2891
+++ Overview.html 31 Aug 2009 02:26:31 -0000 1.2892
@@ -174,7 +174,7 @@
<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>
<!--ZZZ:-->
<h2 class="no-num no-toc" id="w3c-working-draft-25-august-2009">W3C Working Draft 25 August 2009</h2>
- <!--<h2 class="no-num no-toc">Editor's Draft 30 August 2009</h2>-->
+ <!--<h2 class="no-num no-toc">Editor's Draft 31 August 2009</h2>-->
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out--><dt>This Version:</dt>
<dd><a href="http://www.w3.org/TR/2009/WD-html5-20090825/">http://www.w3.org/TR/2009/WD-html5-20090825/</a></dd>
@@ -272,7 +272,7 @@
track.
<!--ZZZ:-->
[...3944 lines suppressed...]
the empty string on getting and do nothing on setting.</p>
- <table><thead><tr><th> DOM attribute
+ <table><thead><tr><th> IDL attribute
<th> Content attribute
<tbody><tr><td><dfn id="dom-document-fgcolor" title="dom-document-fgColor"><code>fgColor</code></dfn>
<td><code title="attr-body-text"><a href="#attr-body-text">text</a></code>
@@ -67135,10 +67135,10 @@
<code><a href="#the-textarea-element">textarea</a></code>
<td> ID*
<tr><td class="XXX" colspan="3"> ...
- </table><p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.<hr><table><caption>List of <dfn id="reflecting-dom-attributes">reflecting DOM attributes</dfn></caption>
+ </table><p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.<hr><table><caption>List of <dfn id="reflecting-idl-attributes">reflecting IDL attributes</dfn></caption>
<thead><tr><th> Interface
<th> Element(s)
- <th> DOM attribute
+ <th> IDL attribute
<th> Reflects...
<tbody><tr><td class="XXX" colspan="4"> ...
<tr><td> <code><a href="#htmlelement">HTMLElement</a></code>
Received on Monday, 31 August 2009 02:26:43 UTC