- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Oct 2010 21:41:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv20630 Modified Files: Overview.html Log Message: applet.codeBase and object.codeBase should reflect as URLs. (whatwg r5594) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4471 retrieving revision 1.4472 diff -u -d -r1.4471 -r1.4472 --- Overview.html 7 Oct 2010 21:39:28 -0000 1.4471 +++ Overview.html 7 Oct 2010 21:41:43 -0000 1.4472 @@ -64309,7 +64309,9 @@ same name.</p> <p>The <dfn id="dom-applet-codebase" title="dom-applet-codeBase"><code>codeBase</code></dfn> - IDL attribute must <a href="#reflect">reflect</a> the <code title="attr-applet-codebase">codebase</code> content attribute.</p> + IDL attribute must <a href="#reflect">reflect</a> the <code title="attr-applet-codebase">codebase</code> content attribute, + which for the purposes of reflection is defined as containing a + <a href="#url">URL</a>.</p> <h4 id="the-marquee-element"><span class="secno">11.3.2 </span>The <dfn><code>marquee</code></dfn> element</h4> @@ -65077,10 +65079,11 @@ of the <code><a href="#the-object-element">object</a></code> element must <a href="#reflect">reflect</a> the respective content attributes of the same name.</p> - <p>The <dfn id="dom-object-codebase" title="dom-object-codeBase"><code>codeBase</code></dfn> IDL - attribute of the <code><a href="#the-object-element">object</a></code> element must <a href="#reflect">reflect</a> - the element's <code title="attr-object-codebase"><a href="#attr-object-codebase">codebase</a></code> content - attribute.</p> + <p>The <dfn id="dom-object-codebase" title="dom-object-codeBase"><code>codeBase</code></dfn> + IDL attribute of the <code><a href="#the-object-element">object</a></code> element must + <a href="#reflect">reflect</a> the element's <code title="attr-object-codebase"><a href="#attr-object-codebase">codebase</a></code> content attribute, + which for the purposes of reflection is defined as containing a + <a href="#url">URL</a>.</p> <p>The <dfn id="dom-object-codetype" title="dom-object-codeType"><code>codeType</code></dfn> IDL attribute of the <code><a href="#the-object-element">object</a></code> element must <a href="#reflect">reflect</a>
Received on Thursday, 7 October 2010 21:41:50 UTC