Skip to content

Commit

Permalink
[giow] (2) Correctness (useMap reflects 'usemap' not 'useMap').
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14008

git-svn-id: http://svn.whatwg.org/webapps@6702 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 19, 2011
1 parent bac4b52 commit c1f0f5e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 23 deletions.
17 changes: 10 additions & 7 deletions complete.html
Expand Up @@ -25553,13 +25553,12 @@ <h4 id=the-object-element><span class=secno>4.8.4 </span>The <dfn><code>object</

<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>

<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>
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-contentdocument title=dom-object-contentDocument><code>contentDocument</code></dfn>
IDL attribute must return the <code><a href=#document>Document</a></code> object of the
Expand Down Expand Up @@ -81689,6 +81688,8 @@ <h4 id=posting-messages><span class=secno>11.4.3 </span>Posting messages</h4>

</li>

<li>

<p>If the method was invoked with a third argument <var title="">transfer</var>, run these substeps:</p>

<ol><li>
Expand All @@ -81709,7 +81710,9 @@ <h4 id=posting-messages><span class=secno>11.4.3 </span>Posting messages</h4>

</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>

Expand Down
17 changes: 10 additions & 7 deletions index
Expand Up @@ -25553,13 +25553,12 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>

<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>

<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>
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-contentdocument title=dom-object-contentDocument><code>contentDocument</code></dfn>
IDL attribute must return the <code><a href=#document>Document</a></code> object of the
Expand Down Expand Up @@ -81689,6 +81688,8 @@ function receiver(e) {

</li>

<li>

<p>If the method was invoked with a third argument <var title="">transfer</var>, run these substeps:</p>

<ol><li>
Expand All @@ -81709,7 +81710,9 @@ function receiver(e) {

</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>

Expand Down
20 changes: 11 additions & 9 deletions source
Expand Up @@ -27439,17 +27439,17 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

<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>
Expand Down Expand Up @@ -92566,6 +92566,8 @@ function receiver(e) {

</li>

<li>

<p>If the method was invoked with a third argument <var
title="">transfer</var>, run these substeps:</p>

Expand Down

0 comments on commit c1f0f5e

Please sign in to comment.