- From: <bugzilla@jessica.w3.org>
- Date: Sun, 27 Jun 2010 03:06:31 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9657
Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xn--mlform-iua@xn--mlform-i
| |ua.no
--- Comment #1 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> 2010-06-27 03:06:30 ---
ISSUE-107 is related to this. Lachlan's example breaks with the new content
model of HTML5, as it - per HTML5's understanding - is nesting a <p> inside a
<p>:
<p>
<object type="application/vnd.o3d.auto">
<param name="o3d_features" value="FloatingPointTextures">
<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>
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-param-element
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Sunday, 27 June 2010 03:06:33 UTC