[html5] r986 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 7 22:58:24 PDT 2007


Author: ianh
Date: 2007-08-07 22:58:23 -0700 (Tue, 07 Aug 2007)
New Revision: 986

Modified:
   index
   source
Log:
[agiow] (2) <map> elements now have a .images attribute that returns the associated images.

Modified: index
===================================================================
--- index	2007-08-08 05:47:20 UTC (rev 985)
+++ index	2007-08-08 05:58:23 UTC (rev 986)
@@ -16528,6 +16528,7 @@
     <pre
      class=idl>interface <dfn id=htmlmapelement>HTMLMapElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
   readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <a href="#areas" title=dom-map-areas>areas</a>;
+  readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <a href="#images1" title=dom-map-images>images</a>;
 };</pre>
   </dl>
 
@@ -16540,6 +16541,15 @@
    rooted at the <code><a href="#map">map</a></code> element, whose filter
    matches only <code><a href="#area">area</a></code> elements.
 
+  <p>The <dfn id=images1 title=dom-map-images><code>images</code></dfn>
+   attribute must return an <code><a
+   href="#htmlcollection0">HTMLCollection</a></code> rooted at the
+   <code>Document</code> node, whose filter matches only <code><a
+   href="#img">img</a></code>, <code>input</code> and <code><a
+   href="#object">object</a></code> elements that are associated with this
+   <code><a href="#map">map</a></code> element according to the <a
+   href="#image">image map</a> processing model.
+
   <h4 id=the-area><span class=secno>3.14.13. </span>The <dfn
    id=area><code>area</code></dfn> element</h4>
 

Modified: source
===================================================================
--- source	2007-08-08 05:47:20 UTC (rev 985)
+++ source	2007-08-08 05:58:23 UTC (rev 986)
@@ -14215,6 +14215,7 @@
    <dd>
 <pre class="idl">interface <dfn>HTMLMapElement</dfn> : <span>HTMLElement</span> {
   readonly attribute <span>HTMLCollection</span> <span title="dom-map-areas">areas</span>;
+  readonly attribute <span>HTMLCollection</span> <span title="dom-map-images">images</span>;
 };</pre>
    </dd>
   </dl>
@@ -14227,6 +14228,13 @@
   must return an <code>HTMLCollection</code> rooted at the
   <code>map</code> element, whose filter matches only
   <code>area</code> elements.</p>
+
+  <p>The <dfn title="dom-map-images"><code>images</code></dfn>
+  attribute must return an <code>HTMLCollection</code> rooted at the
+  <code>Document</code> node, whose filter matches only
+  <code>img</code>, <code>input</code> and <code>object</code>
+  elements that are associated with this <code>map</code> element
+  according to the <span>image map</span> processing model.</p>
   
 
 




More information about the Commit-Watchers mailing list