[html5] r3056 - [e] (0) various minor webidl fixes (credit: so)
whatwg at whatwg.org
whatwg at whatwg.org
Thu Apr 30 23:22:03 PDT 2009
Author: ianh
Date: 2009-04-30 23:22:02 -0700 (Thu, 30 Apr 2009)
New Revision: 3056
Modified:
index
source
Log:
[e] (0) various minor webidl fixes (credit: so)
Modified: index
===================================================================
--- index 2009-05-01 05:41:47 UTC (rev 3055)
+++ index 2009-05-01 06:22:02 UTC (rev 3056)
@@ -25918,7 +25918,7 @@
<dt>DOM interface:</dt>
<dd>
<pre class=idl>interface <dfn id=htmltableelement>HTMLTableElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
- attribute <span>HTMLTableCaptionElement</span> <a href=#dom-table-caption title=dom-table-caption>caption</a>;
+ attribute <a href=#htmltablecaptionelement>HTMLTableCaptionElement</a> <a href=#dom-table-caption title=dom-table-caption>caption</a>;
<a href=#htmlelement>HTMLElement</a> <a href=#dom-table-createcaption title=dom-table-createCaption>createCaption</a>();
void <a href=#dom-table-deletecaption title=dom-table-deleteCaption>deleteCaption</a>();
attribute <a href=#htmltablesectionelement>HTMLTableSectionElement</a> <a href=#dom-table-thead title=dom-table-tHead>tHead</a>;
@@ -26238,7 +26238,9 @@
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dt>DOM interface:</dt>
- <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
+ <dd>
+<pre class=idl>interface <dfn id=htmltablecaptionelement>HTMLTableCaptionElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
+ </dd>
</dl><p>The <code><a href=#the-caption-element>caption</a></code> element <a href=#represents>represents</a> the title of the
<code><a href=#the-table-element>table</a></code> that is its parent, if it has a parent and that
is a <code><a href=#the-table-element>table</a></code> element.</p>
@@ -27970,7 +27972,7 @@
readonly attribute <a href=#htmlformcontrolscollection-0>HTMLFormControlsCollection</a> <a href=#dom-form-elements title=dom-form-elements>elements</a>;
readonly attribute long <a href=#dom-form-length title=dom-form-length>length</a>;
- [IndexGetter] any <a href=#dom-form-item title=dom-form-item>item</a>(in DOMString name);
+ [IndexGetter] any <a href=#dom-form-item title=dom-form-item>item</a>(in unsigned long index);
[NameGetter=OverrideBuiltins] any <a href=#dom-form-nameditem title=dom-form-namedItem>namedItem</a>(in DOMString name);
void <a href=#dom-form-submit title=dom-form-submit>submit</a>();
@@ -33317,7 +33319,7 @@
readonly attribute <a href=#htmloptionscollection-0>HTMLOptionsCollection</a> <a href=#dom-select-options title=dom-select-options>options</a>;
attribute unsigned long <a href=#dom-select-length title=dom-select-length>length</a>;
- [IndexGetter] any <a href=#dom-select-item title=dom-select-item>item</a>(in DOMString name);
+ [IndexGetter] any <a href=#dom-select-item title=dom-select-item>item</a>(in unsigned long index);
[NameGetter] any <a href=#dom-select-nameditem title=dom-select-namedItem>namedItem</a>(in DOMString name);
void <a href=#dom-select-add title=dom-select-add>add</a>(in <a href=#htmlelement>HTMLElement</a> element, [Optional] in <a href=#htmlelement>HTMLElement</a> before);
void <a href=#dom-select-add title=dom-select-add>add</a>(in <a href=#htmlelement>HTMLElement</a> element, in long before);
@@ -40715,11 +40717,12 @@
<h3 id=the-windowproxy-object><span class=secno>5.2 </span>The <code><a href=#windowproxy>WindowProxy</a></code> object</h3>
<p>As mentioned earlier, each <a href=#browsing-context>browsing context</a> has a
- <dfn id=windowproxy>WindowProxy</dfn> object. This object is unusual in that it
- must proxy all operations to the <code><a href=#window>Window</a></code> object of the
- <a href=#browsing-context>browsing context</a>'s <a href=#active-document>active document</a>. It is
- thus indistinguishable from that <code><a href=#window>Window</a></code> object in every
- way, except that it is not equal to it.</p>
+ <dfn id=windowproxy><code>WindowProxy</code></dfn> object. This object is unusual
+ in that it must proxy all operations to the <code><a href=#window>Window</a></code>
+ object of the <a href=#browsing-context>browsing context</a>'s <a href=#active-document>active
+ document</a>. It is thus indistinguishable from that
+ <code><a href=#window>Window</a></code> object in every way, except that it is not equal
+ to it.</p>
</div>
Modified: source
===================================================================
--- source 2009-05-01 05:41:47 UTC (rev 3055)
+++ source 2009-05-01 06:22:02 UTC (rev 3056)
@@ -28984,7 +28984,9 @@
<dt>Content attributes:</dt>
<dd><span>Global attributes</span></dd>
<dt>DOM interface:</dt>
- <dd>Uses <code>HTMLElement</code>.</dd>
+ <dd>
+<pre class="idl">interface <dfn>HTMLTableCaptionElement</dfn> : <span>HTMLElement</span> {};</pre>
+ </dd>
</dl>
<p>The <code>caption</code> element <span>represents</span> the title of the
@@ -31100,7 +31102,7 @@
readonly attribute <span>HTMLFormControlsCollection</span> <span title="dom-form-elements">elements</span>;
readonly attribute long <span title="dom-form-length">length</span>;
- [IndexGetter] any <span title="dom-form-item">item</span>(in DOMString name);
+ [IndexGetter] any <span title="dom-form-item">item</span>(in unsigned long index);
[NameGetter=OverrideBuiltins] any <span title="dom-form-namedItem">namedItem</span>(in DOMString name);
void <span title="dom-form-submit">submit</span>();
@@ -37252,7 +37254,7 @@
readonly attribute <span>HTMLOptionsCollection</span> <span title="dom-select-options">options</span>;
attribute unsigned long <span title="dom-select-length">length</span>;
- [IndexGetter] any <span title="dom-select-item">item</span>(in DOMString name);
+ [IndexGetter] any <span title="dom-select-item">item</span>(in unsigned long index);
[NameGetter] any <span title="dom-select-namedItem">namedItem</span>(in DOMString name);
void <span title="dom-select-add">add</span>(in <span>HTMLElement</span> element, [Optional] in <span>HTMLElement</span> before);
void <span title="dom-select-add">add</span>(in <span>HTMLElement</span> element, in long before);
@@ -45963,11 +45965,12 @@
<h3>The <code>WindowProxy</code> object</h3>
<p>As mentioned earlier, each <span>browsing context</span> has a
- <dfn>WindowProxy</dfn> object. This object is unusual in that it
- must proxy all operations to the <code>Window</code> object of the
- <span>browsing context</span>'s <span>active document</span>. It is
- thus indistinguishable from that <code>Window</code> object in every
- way, except that it is not equal to it.</p>
+ <dfn><code>WindowProxy</code></dfn> object. This object is unusual
+ in that it must proxy all operations to the <code>Window</code>
+ object of the <span>browsing context</span>'s <span>active
+ document</span>. It is thus indistinguishable from that
+ <code>Window</code> object in every way, except that it is not equal
+ to it.</p>
</div>
@@ -54262,8 +54265,7 @@
<hr>
<p>Errors in the synchronous database API are reported using
- exceptions that implement the <code>SQLException</code>
- interface:</p>
+ <code>SQLException</code> exceptions:</p>
<pre class="idl">exception <dfn>SQLException</dfn> {
readonly attribute unsigned long <span title="dom-SQLException-code">code</span>;
More information about the Commit-Watchers
mailing list