- From: poot <cvsmail@w3.org>
- Date: Fri, 8 Oct 2010 06:41:56 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: applet.codeBase and object.codeBase should reflect as URLs. (whatwg r5594) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4471&r2=1.4472&f=h http://html5.org/tools/web-apps-tracker?from=5593&to=5594 =================================================================== 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:42:25 UTC