[html5] r6702 - [giow] (2) Correctness (useMap reflects 'usemap' not 'useMap'). Fixing http://ww [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 19 15:18:39 PDT 2011
Author: ianh
Date: 2011-10-19 15:18:37 -0700 (Wed, 19 Oct 2011)
New Revision: 6702
Modified:
complete.html
index
source
Log:
[giow] (2) Correctness (useMap reflects 'usemap' not 'useMap').
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14008
Modified: complete.html
===================================================================
--- complete.html 2011-10-19 22:11:30 UTC (rev 6701)
+++ complete.html 2011-10-19 22:18:37 UTC (rev 6702)
@@ -25553,14 +25553,13 @@
<div class=impl>
- <p>The IDL attributes <dfn id=dom-object-data title=dom-object-data><code>data</code></dfn>, <dfn id=dom-object-type title=dom-object-type><code>type</code></dfn>, <dfn id=dom-object-name title=dom-object-name><code>name</code></dfn>, and <dfn id=dom-object-usemap title=dom-object-useMap><code>useMap</code></dfn> each must
+ <p>The IDL attributes <dfn id=dom-object-data title=dom-object-data><code>data</code></dfn>, <dfn id=dom-object-type title=dom-object-type><code>type</code></dfn> and <dfn id=dom-object-name title=dom-object-name><code>name</code></dfn> each must
<a href=#reflect>reflect</a> the respective content attributes of the same
- name.</p>
+ name. The <dfn id=dom-object-typemustmatch title=dom-object-typeMustMatch><code>typeMustMatch</code></dfn>
+ IDL attribute must <a href=#reflect>reflect</a> the <code title=attr-object-typemustmatch><a href=#attr-object-typemustmatch>typemustmatch</a></code> content
+ attribute. The <dfn id=dom-object-usemap title=dom-object-useMap><code>useMap</code></dfn> IDL attribute
+ must <a href=#reflect>reflect</a> the <code title=attr-object-usemap>usemap</code> content attribute.</p>
- <p>The <dfn id=dom-object-typemustmatch title=dom-object-typeMustMatch><code>typeMustMatch</code></dfn> IDL
- attribute must <a href=#reflect>reflect</a> the <code title=attr-object-typemustmatch><a href=#attr-object-typemustmatch>typemustmatch</a></code> content
- attribute.</p>
-
<p>The <dfn id=dom-object-contentdocument title=dom-object-contentDocument><code>contentDocument</code></dfn>
IDL attribute must return the <code><a href=#document>Document</a></code> object of the
<a href=#active-document>active document</a> of the <code><a href=#the-object-element>object</a></code> element's
@@ -81689,6 +81688,8 @@
</li>
+ <li>
+
<p>If the method was invoked with a third argument <var title="">transfer</var>, run these substeps:</p>
<ol><li>
@@ -81709,8 +81710,10 @@
</li>
- </ol><li>
+ </ol></li>
+ <li>
+
<p>Make <var title="">new ports</var> into a <a href=#dfn-read-only-array title=dfn-read-only-array>read only</a> array.</p>
</li>
Modified: index
===================================================================
--- index 2011-10-19 22:11:30 UTC (rev 6701)
+++ index 2011-10-19 22:18:37 UTC (rev 6702)
@@ -25553,14 +25553,13 @@
<div class=impl>
- <p>The IDL attributes <dfn id=dom-object-data title=dom-object-data><code>data</code></dfn>, <dfn id=dom-object-type title=dom-object-type><code>type</code></dfn>, <dfn id=dom-object-name title=dom-object-name><code>name</code></dfn>, and <dfn id=dom-object-usemap title=dom-object-useMap><code>useMap</code></dfn> each must
+ <p>The IDL attributes <dfn id=dom-object-data title=dom-object-data><code>data</code></dfn>, <dfn id=dom-object-type title=dom-object-type><code>type</code></dfn> and <dfn id=dom-object-name title=dom-object-name><code>name</code></dfn> each must
<a href=#reflect>reflect</a> the respective content attributes of the same
- name.</p>
+ name. The <dfn id=dom-object-typemustmatch title=dom-object-typeMustMatch><code>typeMustMatch</code></dfn>
+ IDL attribute must <a href=#reflect>reflect</a> the <code title=attr-object-typemustmatch><a href=#attr-object-typemustmatch>typemustmatch</a></code> content
+ attribute. The <dfn id=dom-object-usemap title=dom-object-useMap><code>useMap</code></dfn> IDL attribute
+ must <a href=#reflect>reflect</a> the <code title=attr-object-usemap>usemap</code> content attribute.</p>
- <p>The <dfn id=dom-object-typemustmatch title=dom-object-typeMustMatch><code>typeMustMatch</code></dfn> IDL
- attribute must <a href=#reflect>reflect</a> the <code title=attr-object-typemustmatch><a href=#attr-object-typemustmatch>typemustmatch</a></code> content
- attribute.</p>
-
<p>The <dfn id=dom-object-contentdocument title=dom-object-contentDocument><code>contentDocument</code></dfn>
IDL attribute must return the <code><a href=#document>Document</a></code> object of the
<a href=#active-document>active document</a> of the <code><a href=#the-object-element>object</a></code> element's
@@ -81689,6 +81688,8 @@
</li>
+ <li>
+
<p>If the method was invoked with a third argument <var title="">transfer</var>, run these substeps:</p>
<ol><li>
@@ -81709,8 +81710,10 @@
</li>
- </ol><li>
+ </ol></li>
+ <li>
+
<p>Make <var title="">new ports</var> into a <a href=#dfn-read-only-array title=dfn-read-only-array>read only</a> array.</p>
</li>
Modified: source
===================================================================
--- source 2011-10-19 22:11:30 UTC (rev 6701)
+++ source 2011-10-19 22:18:37 UTC (rev 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>
More information about the Commit-Watchers
mailing list