Skip to content

Commit

Permalink
[] (0) profile='' processing; example for <object>; add link to resea…
Browse files Browse the repository at this point in the history
…rch for dialog suggestions

git-svn-id: http://svn.whatwg.org/webapps@3905 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 18, 2009
1 parent a96ca24 commit 6325896
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 13 deletions.
50 changes: 43 additions & 7 deletions index
Expand Up @@ -20790,6 +20790,31 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>

</div>

<div class=example>

<p>The following example shows how the <code><a href=#the-param-element>param</a></code> element
can be used to pass a parameter to a plugin, in this case the Flash
plugin.</p>

<pre>&lt;!DOCTYPE HTML&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;title&gt;Flash test page&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;
&lt;object type="application/x-shockwave-flash"&gt;
<strong>&lt;param name=movie value="http://www.macromedia.com/shockwave/download/triggerpages_mmcom/flash.swf"&gt;</strong>
This page requires the use of a proprietary technology. Since you
have not installed the software product required to view this
page, you should try visiting another site that instead uses open
vendor-neutral technologies.
&lt;/object&gt;
&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>

</div>


<h4 id=video><span class=secno>4.8.7 </span>The <dfn><code>video</code></dfn> element</h4>
Expand Down Expand Up @@ -42904,6 +42929,8 @@ interface <dfn>DataGridListener</dfn> {

<h4 id=conversations><span class=secno>4.12.2 </span>Conversations</h4>

<!-- http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-September/022576.html -->

<p>This specification does not define a specific element for marking
up conversations, meeting minutes, chat transcripts, dialogues in
screenplays, instant message logs, and other situations where
Expand Down Expand Up @@ -74258,17 +74285,26 @@ interface <a href=#htmlheadelement>HTMLHeadElement</a> {
<p>When the attribute would be used as a globally unique name, the
user agent should instead always assume that all known profiles
apply to all pages, and should therefore apply the conventions of
all known metadata profiles to the document.</p>
all known metadata profiles to the document, ignoring the value of
the attribute.</p>

<p>When the attribute's value would be handled as a <a href=#url>URL</a>
and dereferenced, the user agent may <a href=#resolve-a-url title="resolve a
url">resolve</a> the attribute's value, and if that is
successful, may then <a href=#fetch>fetch</a> the resulting <a href=#absolute-url>absolute
URL</a> and apply the appropriate processing.</p>
and dereferenced, the user agent must use the following steps:</p>

<p>The <dfn id=dom-head-profile title=dom-head-profile><code>profile</code></dfn> IDL
<ol><li><p><a href=#split-a-string-on-spaces title="split a string on spaces">Split on
spaces</a> the the value of the <code title=attr-meta-profile>profile</code> attribute.</li>

<li><p><a href=#resolve-a-url title="resolve a url">Resolve</a> each resulting
token relative to the <code><a href=#meta>meta</a></code> element.</li>

<li><p>For each token that is successfully resolved,
<a href=#fetch>fetch</a> the resulting <a href=#absolute-url>absolute URL</a> and
apply the appropriate processing.</li>

</ol><p>The <dfn id=dom-head-profile title=dom-head-profile><code>profile</code></dfn> IDL
attribute of the <code><a href=#the-head-element-0>head</a></code> element must <a href=#reflect>reflect</a>
the content attribute of the same name.</p>
the content attribute of the same name, as if the attribute's value
was just a string. (In other words, the value is not <a href=#resolve-a-url title="resolve a url">resolved</a> in any way on getting.)</p>

<hr><pre class=idl>[Supplemental]
interface <a href=#htmlhrelement>HTMLHRElement</a> {
Expand Down
54 changes: 48 additions & 6 deletions source
Expand Up @@ -22309,6 +22309,31 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

</div>

<div class="example">

<p>The following example shows how the <code>param</code> element
can be used to pass a parameter to a plugin, in this case the Flash
plugin.</p>

<pre>&lt;!DOCTYPE HTML>
&lt;html lang="en">
&lt;head>
&lt;title>Flash test page&lt;/title>
&lt;/head>
&lt;body>
&lt;p>
&lt;object type="application/x-shockwave-flash">
<strong>&lt;param name=movie value="http://www.macromedia.com/shockwave/download/triggerpages_mmcom/flash.swf"></strong>
This page requires the use of a proprietary technology. Since you
have not installed the software product required to view this
page, you should try visiting another site that instead uses open
vendor-neutral technologies.
&lt;/object>
&lt;/p>
&lt;/body>
&lt;/html></pre>

</div>


<h4 id="video">The <dfn><code>video</code></dfn> element</h4>
Expand Down Expand Up @@ -47884,6 +47909,8 @@ interface <dfn>DataGridListener</dfn> {

<h4>Conversations</h4>

<!-- http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-September/022576.html -->

<p>This specification does not define a specific element for marking
up conversations, meeting minutes, chat transcripts, dialogues in
screenplays, instant message logs, and other situations where
Expand Down Expand Up @@ -88125,17 +88152,32 @@ interface <span>HTMLHeadElement</span> {
<p>When the attribute would be used as a globally unique name, the
user agent should instead always assume that all known profiles
apply to all pages, and should therefore apply the conventions of
all known metadata profiles to the document.</p>
all known metadata profiles to the document, ignoring the value of
the attribute.</p>

<p>When the attribute's value would be handled as a <span>URL</span>
and dereferenced, the user agent may <span title="resolve a
url">resolve</span> the attribute's value, and if that is
successful, may then <span>fetch</span> the resulting <span>absolute
URL</span> and apply the appropriate processing.</p>
and dereferenced, the user agent must use the following steps:</p>

<ol>

<li><p><span title="split a string on spaces">Split on
spaces</span> the the value of the <code
title="attr-meta-profile">profile</code> attribute.</p></li>

<li><p><span title="resolve a url">Resolve</span> each resulting
token relative to the <code>meta</code> element.</p></li>

<li><p>For each token that is successfully resolved,
<span>fetch</span> the resulting <span>absolute URL</span> and
apply the appropriate processing.</p></li>

</ol>

<p>The <dfn title="dom-head-profile"><code>profile</code></dfn> IDL
attribute of the <code>head</code> element must <span>reflect</span>
the content attribute of the same name.</p>
the content attribute of the same name, as if the attribute's value
was just a string. (In other words, the value is not <span
title="resolve a url">resolved</span> in any way on getting.)</p>

<hr>

Expand Down

0 comments on commit 6325896

Please sign in to comment.