[html5] r1531 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon May 5 23:52:49 PDT 2008
Author: ianh
Date: 2008-05-05 23:52:48 -0700 (Mon, 05 May 2008)
New Revision: 1531
Modified:
index
source
Log:
[e] (0) oops, forgot to give name a DOM attribute
Modified: index
===================================================================
--- index 2008-05-06 06:51:09 UTC (rev 1530)
+++ index 2008-05-06 06:52:48 UTC (rev 1531)
@@ -14159,6 +14159,7 @@
class=idl>interface <dfn id=htmlobjectelement>HTMLObjectElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
attribute DOMString <a href="#data0" title=dom-object-data>data</a>;
attribute DOMString <a href="#type7" title=dom-object-type>type</a>;
+ attribute DOMString <a href="#name3" title=dom-object-name>name</a>;
attribute DOMString <a href="#usemap0" title=dom-object-useMap>useMap</a>;
attribute long <a href="#width5" title=dom-dim-width>width</a>;
attribute long <a href="#height4" title=dom-dim-height>height</a>;<!--
@@ -14443,7 +14444,8 @@
<p>The DOM attributes <dfn id=data0
title=dom-object-data><code>data</code></dfn>, <dfn id=type7
- title=dom-object-type><code>type</code></dfn>, and <dfn id=usemap0
+ title=dom-object-type><code>type</code></dfn>, <dfn id=name3
+ title=dom-object-name><code>name</code></dfn>, and <dfn id=usemap0
title=dom-object-useMap><code>useMap</code></dfn> each must <a
href="#reflect">reflect</a> the respective content attributes of the same
name.
@@ -14495,7 +14497,7 @@
<dt>Element-specific attributes:
- <dd><code title=attr-param-name><a href="#name3">name</a></code>
+ <dd><code title=attr-param-name><a href="#name4">name</a></code>
<dd><code title=attr-param-value><a href="#value5">value</a></code>
@@ -14504,7 +14506,7 @@
<dd>
<pre
class=idl>interface <dfn id=htmlparamelement>HTMLParamElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
- attribute DOMString <a href="#name4" title=dom-param-name>name</a>;
+ attribute DOMString <a href="#name5" title=dom-param-name>name</a>;
attribute DOMString <a href="#value6" title=dom-param-value>value</a>;
};</pre>
</dl>
@@ -14513,7 +14515,7 @@
for handlers invoked by <code><a href="#object">object</a></code>
elements.
- <p>The <dfn id=name3 title=attr-param-name><code>name</code></dfn>
+ <p>The <dfn id=name4 title=attr-param-name><code>name</code></dfn>
attribute gives the name of the parameter.
<p>The <dfn id=value5 title=attr-param-value><code>value</code></dfn>
@@ -14527,7 +14529,7 @@
id=parameter title=concept-param-parameters>parameter</dfn> with the given
name/value pair.
- <p>The DOM attributes <dfn id=name4
+ <p>The DOM attributes <dfn id=name5
title=dom-param-name><code>name</code></dfn> and <dfn id=value6
title=dom-param-value><code>value</code></dfn> must both <a
href="#reflect">reflect</a> the respective content attributes of the same
@@ -27455,7 +27457,7 @@
// the current browsing context
readonly attribute <a href="#window">Window</a> <a href="#window0" title=dom-window>window</a>;
readonly attribute <a href="#window">Window</a> <a href="#self" title=dom-self>self</a>;
- attribute DOMString <a href="#name5" title=dom-name>name</a>;
+ attribute DOMString <a href="#name6" title=dom-name>name</a>;
[PutForwards=href] readonly attribute <a href="#location2">Location</a> <a href="#location0" title=dom-document-location>location</a>;
readonly attribute <a href="#history1">History</a> <a href="#history0" title=dom-history>history</a>;
readonly attribute <a href="#undomanager">UndoManager</a> <a href="#undomanager0" title=dom-undoManager>undoManager</a>;
@@ -27704,7 +27706,7 @@
context</a> that was navigated, or null if no browsing context was
navigated.
- <p>The <dfn id=name5 title=dom-name><code>name</code></dfn> attribute of
+ <p>The <dfn id=name6 title=dom-name><code>name</code></dfn> attribute of
the <code><a href="#window">Window</a></code> object must, on getting,
return the current name of the <a href="#browsing0">browsing context</a>,
and, on setting, set the name of the <a href="#browsing0">browsing
Modified: source
===================================================================
--- source 2008-05-06 06:51:09 UTC (rev 1530)
+++ source 2008-05-06 06:52:48 UTC (rev 1531)
@@ -12156,6 +12156,7 @@
<pre class="idl">interface <dfn>HTMLObjectElement</dfn> : <span>HTMLElement</span> {
attribute DOMString <span title="dom-object-data">data</span>;
attribute DOMString <span title="dom-object-type">type</span>;
+ attribute DOMString <span title="dom-object-name">name</span>;
attribute DOMString <span title="dom-object-useMap">useMap</span>;
attribute long <span title="dom-dim-width">width</span>;
attribute long <span title="dom-dim-height">height</span>;<!--
@@ -12473,7 +12474,8 @@
<p>The DOM attributes <dfn
title="dom-object-data"><code>data</code></dfn>, <dfn
- title="dom-object-type"><code>type</code></dfn>, and <dfn
+ title="dom-object-type"><code>type</code></dfn>, <dfn
+ title="dom-object-name"><code>name</code></dfn>, and <dfn
title="dom-object-useMap"><code>useMap</code></dfn> each must
<span>reflect</span> the respective content attributes of the same
name.</p>
More information about the Commit-Watchers
mailing list