- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Jun 2010 06:46:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv24531 Modified Files: spec.html the-iframe-element.html Log Message: 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. (whatwg r5108) [updated by splitter] Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- the-iframe-element.html 22 Jun 2010 10:26:47 -0000 1.5 +++ the-iframe-element.html 24 Jun 2010 06:46:45 -0000 1.6 @@ -2028,21 +2028,26 @@ <pre><!DOCTYPE HTML> <html lang="en"> - <head> - <title>O3D test page</title> - </head> - <body> - <p> - <object type="application/vnd.o3d.auto"> - <strong><param name="o3d_features" value="FloatingPointTextures"></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> - </p> - </body> + <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></body></html> \ No newline at end of file Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1042 retrieving revision 1.1043 diff -u -d -r1.1042 -r1.1043 --- spec.html 22 Jun 2010 10:26:46 -0000 1.1042 +++ spec.html 24 Jun 2010 06:46:45 -0000 1.1043 @@ -333,7 +333,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4102. +This is revision 1.4103. </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, 24 June 2010 06:46:49 UTC