- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Oct 2011 22:22:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv11766 Modified Files: Overview.html Log Message: Correctness (useMap reflects 'usemap' not 'useMap'). (whatwg r6702) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5372 retrieving revision 1.5373 diff -u -d -r1.5372 -r1.5373 --- Overview.html 19 Oct 2011 22:15:16 -0000 1.5372 +++ Overview.html 19 Oct 2011 22:22:23 -0000 1.5373 @@ -21140,13 +21140,12 @@ </div><p>The <code><a href="#the-object-element">object</a></code> element supports <a href="#dimension-attributes">dimension attributes</a>.<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
Received on Wednesday, 19 October 2011 22:22:32 UTC