Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@5595 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 7, 2010
1 parent 40e7707 commit ca0dca9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -88291,7 +88291,9 @@ <h4 id=the-applet-element><span class=secno>15.3.1 </span>The <dfn><code>applet<

<p>The <dfn id=dom-applet-align title=dom-applet-align><code>align</code></dfn>, <dfn id=dom-applet-alt title=dom-applet-alt><code>alt</code></dfn>, <dfn id=dom-applet-archive title=dom-applet-archive><code>archive</code></dfn>, <dfn id=dom-applet-code title=dom-applet-code><code>code</code></dfn>, <dfn id=dom-applet-height title=dom-applet-height><code>height</code></dfn>, <dfn id=dom-applet-hspace title=dom-applet-hspace><code>hspace</code></dfn>, <dfn id=dom-applet-name title=dom-applet-name><code>name</code></dfn>, <dfn id=dom-applet-object title=dom-applet-object><code>object</code></dfn>, <dfn id=dom-applet-vspace title=dom-applet-vspace><code>vspace</code></dfn>, and <dfn id=dom-applet-width title=dom-applet-width><code>width</code></dfn> IDL attributes
must <a href=#reflect>reflect</a> the respective content attributes of the
same name.</p>
same name. For the purposes of reflection, the <code><a href=#the-applet-element>applet</a></code>
element's <code title=attr-applet-object>object</code> content
attribute is defined as containing a <a href=#url>URL</a>.</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,
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -84205,7 +84205,9 @@ time[datetime] { binding: <i title="">time</i>; }</pre>

<p>The <dfn id=dom-applet-align title=dom-applet-align><code>align</code></dfn>, <dfn id=dom-applet-alt title=dom-applet-alt><code>alt</code></dfn>, <dfn id=dom-applet-archive title=dom-applet-archive><code>archive</code></dfn>, <dfn id=dom-applet-code title=dom-applet-code><code>code</code></dfn>, <dfn id=dom-applet-height title=dom-applet-height><code>height</code></dfn>, <dfn id=dom-applet-hspace title=dom-applet-hspace><code>hspace</code></dfn>, <dfn id=dom-applet-name title=dom-applet-name><code>name</code></dfn>, <dfn id=dom-applet-object title=dom-applet-object><code>object</code></dfn>, <dfn id=dom-applet-vspace title=dom-applet-vspace><code>vspace</code></dfn>, and <dfn id=dom-applet-width title=dom-applet-width><code>width</code></dfn> IDL attributes
must <a href=#reflect>reflect</a> the respective content attributes of the
same name.</p>
same name. For the purposes of reflection, the <code><a href=#the-applet-element>applet</a></code>
element's <code title=attr-applet-object>object</code> content
attribute is defined as containing a <a href=#url>URL</a>.</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,
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -100799,7 +100799,9 @@ time[datetime] { binding: <i title="">time</i>; }</pre>
title="dom-applet-vspace"><code>vspace</code></dfn>, and <dfn
title="dom-applet-width"><code>width</code></dfn> IDL attributes
must <span>reflect</span> the respective content attributes of the
same name.</p>
same name. For the purposes of reflection, the <code>applet</code>
element's <code title="attr-applet-object">object</code> content
attribute is defined as containing a <span>URL</span>.</p>

<p>The <dfn title="dom-applet-codeBase"><code>codeBase</code></dfn>
IDL attribute must <span>reflect</span> the <code
Expand Down

0 comments on commit ca0dca9

Please sign in to comment.