- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Oct 2010 21:46:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21177
Modified Files:
obsolete.html spec.html
Log Message:
applet.object should reflect as a URL. (whatwg r5595)
[updated by splitter]
Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec/obsolete.html,v
retrieving revision 1.1003
retrieving revision 1.1004
diff -u -d -r1.1003 -r1.1004
--- obsolete.html 5 Oct 2010 17:16:36 -0000 1.1003
+++ obsolete.html 7 Oct 2010 21:46:37 -0000 1.1004
@@ -736,10 +736,14 @@
<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="common-dom-interfaces.html#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="urls.html#url">URL</a>.</p>
<p>The <dfn id="dom-applet-codebase" title="dom-applet-codeBase"><code>codeBase</code></dfn>
- IDL attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the <code title="attr-applet-codebase">codebase</code> content attribute.</p>
+ IDL attribute must <a href="common-dom-interfaces.html#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="urls.html#url">URL</a>.</p>
<h4 id="the-marquee-element"><span class="secno">11.3.2 </span>The <dfn><code>marquee</code></dfn> element</h4>
@@ -1068,7 +1072,9 @@
<p>The <dfn id="dom-frame-longdesc" title="dom-frame-longDesc"><code>longDesc</code></dfn>
IDL attribute of the <code><a href="#frame">frame</a></code> element must
- <a href="common-dom-interfaces.html#reflect">reflect</a> the element's <code title="attr-frame-longdesc">longdesc</code> content attribute.</p>
+ <a href="common-dom-interfaces.html#reflect">reflect</a> the element's <code title="attr-frame-longdesc">longdesc</code> content attribute, which
+ for the purposes of reflection is defined as containing a
+ <a href="urls.html#url">URL</a>.</p>
<p>The <dfn id="dom-frame-marginheight" title="dom-frame-marginHeight"><code>marginHeight</code></dfn> IDL
attribute of the <code><a href="#frame">frame</a></code> element must
@@ -1351,7 +1357,9 @@
<p>The <dfn id="dom-iframe-longdesc" title="dom-iframe-longDesc"><code>longDesc</code></dfn>
IDL attribute of the <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element must
- <a href="common-dom-interfaces.html#reflect">reflect</a> the element's <code title="attr-iframe-longdesc"><a href="#attr-iframe-longdesc">longdesc</a></code> content attribute.</p>
+ <a href="common-dom-interfaces.html#reflect">reflect</a> the element's <code title="attr-iframe-longdesc"><a href="#attr-iframe-longdesc">longdesc</a></code> content attribute,
+ which for the purposes of reflection is defined as containing a
+ <a href="urls.html#url">URL</a>.</p>
<p>The <dfn id="dom-iframe-marginheight" title="dom-iframe-marginHeight"><code>marginHeight</code></dfn> IDL
attribute of the <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element must
@@ -1379,8 +1387,9 @@
<p>The <dfn id="dom-img-longdesc" title="dom-img-longDesc"><code>longDesc</code></dfn> IDL
attribute of the <code><a href="embedded-content-1.html#the-img-element">img</a></code> element must <a href="common-dom-interfaces.html#reflect">reflect</a>
- the element's <code title="attr-img-longdesc"><a href="#attr-img-longdesc">longdesc</a></code> content
- attribute.</p>
+ the element's <code title="attr-img-longdesc"><a href="#attr-img-longdesc">longdesc</a></code>
+ content attribute, which for the purposes of reflection is defined
+ as containing a <a href="urls.html#url">URL</a>.</p>
<!-- lowsrc is explicitly not given here, see http://www.w3.org/Bugs/Public/show_bug.cgi?id=10341 -->
@@ -1502,10 +1511,11 @@
of the <code><a href="the-iframe-element.html#the-object-element">object</a></code> element must <a href="common-dom-interfaces.html#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-iframe-element.html#the-object-element">object</a></code> element must <a href="common-dom-interfaces.html#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-iframe-element.html#the-object-element">object</a></code> element must
+ <a href="common-dom-interfaces.html#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="urls.html#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-iframe-element.html#the-object-element">object</a></code> element must <a href="common-dom-interfaces.html#reflect">reflect</a>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1277
retrieving revision 1.1278
diff -u -d -r1.1277 -r1.1278
--- spec.html 7 Oct 2010 21:16:42 -0000 1.1277
+++ spec.html 7 Oct 2010 21:46:37 -0000 1.1278
@@ -341,7 +341,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4470.
+This is revision 1.4473.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 7 October 2010 21:46:41 UTC