[html5] r5594 - [giow] (2) applet.codeBase and object.codeBase should reflect as URLs. Fixing ht [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 7 14:41:35 PDT 2010
Author: ianh
Date: 2010-10-07 14:41:31 -0700 (Thu, 07 Oct 2010)
New Revision: 5594
Modified:
complete.html
index
source
Log:
[giow] (2) applet.codeBase and object.codeBase should reflect as URLs.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10836
Modified: complete.html
===================================================================
--- complete.html 2010-10-07 21:39:21 UTC (rev 5593)
+++ complete.html 2010-10-07 21:41:31 UTC (rev 5594)
@@ -88294,7 +88294,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>15.3.2 </span>The <dfn><code>marquee</code></dfn> element</h4>
@@ -89062,10 +89064,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>
Modified: index
===================================================================
--- index 2010-10-07 21:39:21 UTC (rev 5593)
+++ index 2010-10-07 21:41:31 UTC (rev 5594)
@@ -84208,7 +84208,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>13.3.2 </span>The <dfn><code>marquee</code></dfn> element</h4>
@@ -84976,10 +84978,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>
Modified: source
===================================================================
--- source 2010-10-07 21:39:21 UTC (rev 5593)
+++ source 2010-10-07 21:41:31 UTC (rev 5594)
@@ -100803,7 +100803,9 @@
<p>The <dfn title="dom-applet-codeBase"><code>codeBase</code></dfn>
IDL attribute must <span>reflect</span> the <code
- title="attr-applet-codebase">codebase</code> content attribute.</p>
+ title="attr-applet-codebase">codebase</code> content attribute,
+ which for the purposes of reflection is defined as containing a
+ <span>URL</span>.</p>
<h4>The <dfn><code>marquee</code></dfn> element</h4>
@@ -101776,10 +101778,12 @@
of the <code>object</code> element must <span>reflect</span> the
respective content attributes of the same name.</p>
- <p>The <dfn title="dom-object-codeBase"><code>codeBase</code></dfn> IDL
- attribute of the <code>object</code> element must <span>reflect</span>
- the element's <code title="attr-object-codebase">codebase</code> content
- attribute.</p>
+ <p>The <dfn title="dom-object-codeBase"><code>codeBase</code></dfn>
+ IDL attribute of the <code>object</code> element must
+ <span>reflect</span> the element's <code
+ title="attr-object-codebase">codebase</code> content attribute,
+ which for the purposes of reflection is defined as containing a
+ <span>URL</span>.</p>
<p>The <dfn title="dom-object-codeType"><code>codeType</code></dfn> IDL
attribute of the <code>object</code> element must <span>reflect</span>
More information about the Commit-Watchers
mailing list