[html5] r1800 - [e] (0) <object> element: bring some old prose in line with future plans regardi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 25 00:45:29 PDT 2008
Author: ianh
Date: 2008-06-25 00:45:29 -0700 (Wed, 25 Jun 2008)
New Revision: 1800
Modified:
index
source
Log:
[e] (0) <object> element: bring some old prose in line with future plans regarding 'fetching'.
Modified: index
===================================================================
--- index 2008-06-25 07:38:07 UTC (rev 1799)
+++ index 2008-06-25 07:45:29 UTC (rev 1800)
@@ -16188,8 +16188,7 @@
<p>The <dfn id=data title=attr-object-data><code>data</code></dfn>
attribute, if present, specifies the address of the resource. If present,
- the attribute must be a <a href="#valid">valid URL</a>.</p>
- <!-- XXXURL XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \(URI\|IRI\|URL\) -->
+ the attribute must be a <a href="#valid">valid URL</a>.
<p>The <dfn id=type6 title=attr-object-type><code>type</code></dfn>
attribute, if present, specifies the type of the resource. If present, the
@@ -16256,9 +16255,10 @@
the content to examine its real type.
<li>
- <p>Begin a load for the resource.</p>
- <!-- XXX define that
- --><!-- XXX xref -->
+ <p>Fetch<!-- XXX define that; xref --> the resource specified by the
+ <code title=attr-object-data><a href="#data">data</a></code>
+ attribute.</p>
+
<p>The download of the resource must <a href="#delays">delay the <code
title=event-load>load</code> event</a>.</p>
@@ -16492,6 +16492,7 @@
<legend>My HTML Clock</legend>
</figure></pre>
</div>
+ <!-- XXXURL XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \(URI\|IRI\|URL\) -->
<h4 id=the-param><span class=secno>4.7.6 </span>The <dfn
id=param><code>param</code></dfn> element</h4>
Modified: source
===================================================================
--- source 2008-06-25 07:38:07 UTC (rev 1799)
+++ source 2008-06-25 07:45:29 UTC (rev 1800)
@@ -13999,8 +13999,6 @@
attribute, if present, specifies the address of the resource. If
present, the attribute must be a <span>valid URL</span>.</p>
- <!-- XXXURL XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \(URI\|IRI\|URL\) -->
-
<p>The <dfn title="attr-object-type"><code>type</code></dfn>
attribute, if present, specifies the type of the resource. If
present, the attribute must be a valid MIME type, optionally with
@@ -14070,8 +14068,8 @@
<li>
- <p>Begin a load for the resource.</p><!-- XXX define that
- --><!-- XXX xref -->
+ <p>Fetch<!-- XXX define that; xref --> the resource specified by
+ the <code title="attr-object-data">data</code> attribute.</p>
<p>The download of the resource must <span>delay the <code
title="event-load">load</code> event</span>.</p>
@@ -14151,8 +14149,9 @@
<p>The user agent <a href="#object-plugin">should use that
plugin</a> and pass the content of the resource to that
- <span>plugin</span>. If the <span>plugin</span> reports an error, then jump to the
- last step in the overall set of steps (fallback).</p>
+ <span>plugin</span>. If the <span>plugin</span> reports an
+ error, then jump to the last step in the overall set of steps
+ (fallback).</p>
</dd>
@@ -14256,13 +14255,14 @@
</ol>
<p id="object-plugin">When the algorithm above instantiates a
- <span>plugin</span>, the user agent should pass the names and values of all the
- <span title="concept-param-parameter">parameters</span> given by
- <code>param</code> elements that are children of the
- <code>object</code> element to the <span>plugin</span> used. If the <span>plugin</span>
- supports a scriptable interface, the <code>HTMLObjectElement</code>
- object representing the element should expose that interface. The
- <span>plugin</span> is not a nested <span>browsing context</span>.</p>
+ <span>plugin</span>, the user agent should pass the names and values
+ of all the <span title="concept-param-parameter">parameters</span>
+ given by <code>param</code> elements that are children of the
+ <code>object</code> element to the <span>plugin</span> used. If the
+ <span>plugin</span> supports a scriptable interface, the
+ <code>HTMLObjectElement</code> object representing the element
+ should expose that interface. The <span>plugin</span> is not a
+ nested <span>browsing context</span>.</p>
<p id="sandboxPluginObject">If the <span>sandboxed plugins browsing
context flag</span> is set on the <span>browsing context</span> for
@@ -14336,9 +14336,11 @@
</div>
+ <!-- XXXURL XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \(URI\|IRI\|URL\) -->
+
<h4>The <dfn><code>param</code></dfn> element</h4>
<dl class="element">
More information about the Commit-Watchers
mailing list