Skip to content

Commit

Permalink
[giow] (2) applet.codeBase and object.codeBase should reflect as URLs.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10836

git-svn-id: http://svn.whatwg.org/webapps@5594 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 7, 2010
1 parent 2d96d3c commit 40e7707
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
13 changes: 8 additions & 5 deletions complete.html
Expand Up @@ -88294,7 +88294,9 @@ <h4 id=the-applet-element><span class=secno>15.3.1 </span>The <dfn><code>applet<
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>
Expand Down Expand Up @@ -89062,10 +89064,11 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other
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>
Expand Down
13 changes: 8 additions & 5 deletions index
Expand Up @@ -84208,7 +84208,9 @@ time[datetime] { binding: <i title="">time</i>; }</pre>
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>
Expand Down Expand Up @@ -84976,10 +84978,11 @@ interface <a href=#htmlobjectelement>HTMLObjectElement</a> {
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>
Expand Down
14 changes: 9 additions & 5 deletions source
Expand Up @@ -100803,7 +100803,9 @@ time[datetime] { binding: <i title="">time</i>; }</pre>

<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>
Expand Down Expand Up @@ -101776,10 +101778,12 @@ interface <span>HTMLObjectElement</span> {
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>
Expand Down

0 comments on commit 40e7707

Please sign in to comment.