[html5] r987 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 7 23:06:39 PDT 2007


Author: ianh
Date: 2007-08-07 23:06:38 -0700 (Tue, 07 Aug 2007)
New Revision: 987

Modified:
   index
   source
Log:
[ac] (1) Make id='' required on <map>. Let me know if that's a problem.

Modified: index
===================================================================
--- index	2007-08-08 05:58:23 UTC (rev 986)
+++ index	2007-08-08 06:06:38 UTC (rev 987)
@@ -16520,7 +16520,8 @@
 
    <dt>Element-specific attributes:
 
-   <dd>None.
+   <dd>None, but the <code title=attr-id><a href="#id">id</a></code>
+    attribute is required.
 
    <dt>DOM interface:
 
@@ -16536,6 +16537,9 @@
    <code><a href="#area">area</a></code> element descendants, defines an <a
    href="#image">image map</a>.
 
+  <p>There must always be an <code title=attr-id><a href="#id">id</a></code>
+   attribute present on <code><a href="#map">map</a></code> elements.
+
   <p>The <dfn id=areas title=dom-map-areas><code>areas</code></dfn> attribute
    must return an <code><a href="#htmlcollection0">HTMLCollection</a></code>
    rooted at the <code><a href="#map">map</a></code> element, whose filter

Modified: source
===================================================================
--- source	2007-08-08 05:58:23 UTC (rev 986)
+++ source	2007-08-08 06:06:38 UTC (rev 987)
@@ -14210,7 +14210,7 @@
    <dt>Content model:</dt>
    <dd>Zero or more <span>block-level elements</span>.</dd>
    <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dd>None, but the <code title="attr-id">id</code> attribute is required.</dd>
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn>HTMLMapElement</dfn> : <span>HTMLElement</span> {
@@ -14224,6 +14224,9 @@
   <code>area</code> element descendants, defines an <span>image
   map</span>.</p>
 
+  <p>There must always be an <code title="attr-id">id</code> attribute
+  present on <code>map</code> elements.</p>
+
   <p>The <dfn title="dom-map-areas"><code>areas</code></dfn> attribute
   must return an <code>HTMLCollection</code> rooted at the
   <code>map</code> element, whose filter matches only




More information about the Commit-Watchers mailing list