[html5] r5108 - [e] (0) Make the change requested by Sam in http://lists.w3.org/Archives/Public/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 23 23:41:50 PDT 2010
Author: ianh
Date: 2010-06-23 23:41:49 -0700 (Wed, 23 Jun 2010)
New Revision: 5108
Modified:
complete.html
index
source
Log:
[e] (0) Make the change requested by Sam in http://lists.w3.org/Archives/Public/public-html/2010Jun/0562.html and revert r4768 in the WHATWG version.
Modified: complete.html
===================================================================
--- complete.html 2010-06-22 08:06:24 UTC (rev 5107)
+++ complete.html 2010-06-24 06:41:49 UTC (rev 5108)
@@ -209,7 +209,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 15 June 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 24 June 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -22940,26 +22940,59 @@
<pre><!DOCTYPE HTML>
<html lang="en">
+ <head>
+ <title>O3D Utah Teapot</title>
+ </head>
+ <body>
+ <p>
+ <object type="application/vnd.o3d.auto">
+ <strong><param name="o3d_features" value="FloatingPointTextures"></strong>
+ <img src="o3d-teapot.png"
+ title="3D Utah Teapot illustration rendered using O3D."
+ alt="When O3D renders the Utah Teapot, it appears as a squat
+ teapot with a shiny metallic finish on which the
+ surroundings are reflected, with a faint shadow caused by
+ the lighting.">
+ <p>To see the teapot actually rendered by O3D on your
+ computer, please download and install the <a
+ href="http://code.google.com/apis/o3d/docs/gettingstarted.html#install">O3D plugin</a>.</p>
+ </object>
+ <script src="o3d-teapot.js"></script>
+ </p>
+ </body>
+</html></pre>
+
+ </div>
+
+<!--POLITICS-->
+ <div class=example>
+
+ <p>Here is another example showing much the same, this time using a
+ <code><a href=#the-param-element>param</a></code> element to pass a parameter to the Flash
+ plugin.</p>
+
+ <pre><!DOCTYPE HTML>
+<html lang="en">
<head>
- <title>O3D test page</title>
+ <title>Flash test page</title>
</head>
<body>
<p>
- <object type="application/vnd.o3d.auto">
- <strong><param name="o3d_features" value="FloatingPointTextures"></strong>
+ <object type="application/x-shockwave-flash">
+ <strong><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.
- </object>
- <script src="o3dtest.js"></script>
+ page, possibly because your device does not support that software
+ product, you should try visiting another site that instead uses
+ open vendor-neutral technologies.
+ </object>
</p>
</body>
</html></pre>
</div>
+<!--POLITICS-->
-
<h4 id=video><span class=secno>4.8.6 </span>The <dfn><code>video</code></dfn> element</h4>
<dl class=element><dt>Categories</dt>
Modified: index
===================================================================
--- index 2010-06-22 08:06:24 UTC (rev 5107)
+++ index 2010-06-24 06:41:49 UTC (rev 5108)
@@ -213,7 +213,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 22 June 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 24 June 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -22867,26 +22867,59 @@
<pre><!DOCTYPE HTML>
<html lang="en">
+ <head>
+ <title>O3D Utah Teapot</title>
+ </head>
+ <body>
+ <p>
+ <object type="application/vnd.o3d.auto">
+ <strong><param name="o3d_features" value="FloatingPointTextures"></strong>
+ <img src="o3d-teapot.png"
+ title="3D Utah Teapot illustration rendered using O3D."
+ alt="When O3D renders the Utah Teapot, it appears as a squat
+ teapot with a shiny metallic finish on which the
+ surroundings are reflected, with a faint shadow caused by
+ the lighting.">
+ <p>To see the teapot actually rendered by O3D on your
+ computer, please download and install the <a
+ href="http://code.google.com/apis/o3d/docs/gettingstarted.html#install">O3D plugin</a>.</p>
+ </object>
+ <script src="o3d-teapot.js"></script>
+ </p>
+ </body>
+</html></pre>
+
+ </div>
+
+<!--POLITICS-->
+ <div class=example>
+
+ <p>Here is another example showing much the same, this time using a
+ <code><a href=#the-param-element>param</a></code> element to pass a parameter to the Flash
+ plugin.</p>
+
+ <pre><!DOCTYPE HTML>
+<html lang="en">
<head>
- <title>O3D test page</title>
+ <title>Flash test page</title>
</head>
<body>
<p>
- <object type="application/vnd.o3d.auto">
- <strong><param name="o3d_features" value="FloatingPointTextures"></strong>
+ <object type="application/x-shockwave-flash">
+ <strong><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.
- </object>
- <script src="o3dtest.js"></script>
+ page, possibly because your device does not support that software
+ product, you should try visiting another site that instead uses
+ open vendor-neutral technologies.
+ </object>
</p>
</body>
</html></pre>
</div>
+<!--POLITICS-->
-
<h4 id=video><span class=secno>4.8.6 </span>The <dfn><code>video</code></dfn> element</h4>
<dl class=element><dt>Categories</dt>
Modified: source
===================================================================
--- source 2010-06-22 08:06:24 UTC (rev 5107)
+++ source 2010-06-24 06:41:49 UTC (rev 5108)
@@ -24518,26 +24518,59 @@
<pre><!DOCTYPE HTML>
<html lang="en">
+ <head>
+ <title>O3D Utah Teapot</title>
+ </head>
+ <body>
+ <p>
+ <object type="application/vnd.o3d.auto">
+ <strong><param name="o3d_features" value="FloatingPointTextures"></strong>
+ <img src="o3d-teapot.png"
+ title="3D Utah Teapot illustration rendered using O3D."
+ alt="When O3D renders the Utah Teapot, it appears as a squat
+ teapot with a shiny metallic finish on which the
+ surroundings are reflected, with a faint shadow caused by
+ the lighting.">
+ <p>To see the teapot actually rendered by O3D on your
+ computer, please download and install the <a
+ href="http://code.google.com/apis/o3d/docs/gettingstarted.html#install">O3D plugin</a>.</p>
+ </object>
+ <script src="o3d-teapot.js"></script>
+ </p>
+ </body>
+</html></pre>
+
+ </div>
+
+<!--END w3c-html--><!--POLITICS-->
+ <div class="example">
+
+ <p>Here is another example showing much the same, this time using a
+ <code>param</code> element to pass a parameter to the Flash
+ plugin.</p>
+
+ <pre><!DOCTYPE HTML>
+<html lang="en">
<head>
- <title>O3D test page</title>
+ <title>Flash test page</title>
</head>
<body>
<p>
- <object type="application/vnd.o3d.auto">
- <strong><param name="o3d_features" value="FloatingPointTextures"></strong>
+ <object type="application/x-shockwave-flash">
+ <strong><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.
- </object>
- <script src="o3dtest.js"></script>
+ page, possibly because your device does not support that software
+ product, you should try visiting another site that instead uses
+ open vendor-neutral technologies.
+ </object>
</p>
</body>
</html></pre>
</div>
+<!--START w3c-html--><!--POLITICS-->
-
<h4 id="video">The <dfn><code>video</code></dfn> element</h4>
<dl class="element">
More information about the Commit-Watchers
mailing list