HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/6702

SVNBugCommentTime (UTC)
670214008[Gecko] [Internet Explorer] [Opera] [Webkit] Correctness (useMap reflects 'usemap' not 'useMap').2011-10-19 22:18
Index: source
===================================================================
--- source	(revision 6701)
+++ source	(revision 6702)
@@ -27439,17 +27439,17 @@
 
   <p>The IDL attributes <dfn
   title="dom-object-data"><code>data</code></dfn>, <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
+  title="dom-object-type"><code>type</code></dfn> and <dfn
+  title="dom-object-name"><code>name</code></dfn> each must
   <span>reflect</span> the respective content attributes of the same
-  name.</p>
-
-  <p>The <dfn
-  title="dom-object-typeMustMatch"><code>typeMustMatch</code></dfn> IDL
-  attribute must <span>reflect</span> the <code
+  name. The <dfn
+  title="dom-object-typeMustMatch"><code>typeMustMatch</code></dfn>
+  IDL attribute must <span>reflect</span> the <code
   title="attr-object-typemustmatch">typemustmatch</code> content
-  attribute.</p>
+  attribute. The <dfn
+  title="dom-object-useMap"><code>useMap</code></dfn> IDL attribute
+  must <span>reflect</span> the <code
+  title="attr-object-usemap">usemap</code> content attribute.</p>
 
   <p>The <dfn
   title="dom-object-contentDocument"><code>contentDocument</code></dfn>
@@ -92566,6 +92566,8 @@
 
    </li>
 
+   <li>
+
     <p>If the method was invoked with a third argument <var
     title="">transfer</var>, run these substeps:</p>
 

|