Hello,<br><br><div><span class="gmail_quote">On 11/1/06, <b class="gmail_sendername">Christoph Päper</b> &lt;<a href="mailto:christoph.paeper@crissov.de">christoph.paeper@crissov.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
*Ian Hickson*, 2006-10-30:<br>&gt;<br>&gt; Sure. FWIW, there's a lot of interest in browser vendors about<br>&gt; introducing<br>&gt; a &lt;video&gt; element or some such (or maybe making browsers natively<br>&gt; support
<br>&gt; video in &lt;object&gt;, or both).<br><br>I think it would be helpful to /explicitly/ allow content types<br>(alias media types) in |type| of |object| to omit the subtype, e.g.:<br><br>&nbsp;&nbsp; &lt;object type=&quot;video&quot; data=&quot;
foo.mpv&quot;/&gt;<br>&nbsp;&nbsp; &lt;object type=&quot;audio&quot; data=&quot;foo.mpa&quot;/&gt;<br>&nbsp;&nbsp; &lt;object type=&quot;image&quot; data=&quot;foo.png&quot;/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ~= &lt;img src=&quot;foo.png&quot;&gt;<br>&nbsp;&nbsp; &lt;object type=&quot;application&quot; data=&quot;
foo.swf&quot;/&gt; ~= &lt;embed src=&quot;foo.swf&quot;/&gt;<br>&nbsp;&nbsp; &lt;object type=&quot;text&quot; data=&quot;foo.txt&quot;/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;~= &lt;iframe src=&quot;foo.txt&quot;/&gt;<br></blockquote></div><br>+1 for something like that.
<br><br>ALOT of &quot;normal&quot; web developers have problems with MIME types.&nbsp; (They don't have them memorized.&nbsp; And don't know what MIME type corresponds to what file type.)<br><br>I've done things where I've asked people to add a &quot;type&quot; attribute to &lt;a&gt;'s... but &quot;normal&quot; web developers find this difficult.
<br><br>They know what they are dealing with is a &quot;video&quot;... but they don't know the different MIME types.&nbsp; Like: &quot;video/mpeg&quot; for .mpg files, &quot;video/x-ms-wmv&quot; for .wmv files, &quot;application/ogg&quot; for Ogg Theora files, etc.
<br><br>Simplifying it to allow type=&quot;video&quot; would make life alot easier on web developers IMO.&nbsp; And alot of times, when I asked web developers to do this, I didn't care what the subtype was... I only cared whether it was a &quot;video&quot; or not.
<br><br><br>See ya<br><br>-- <br>&nbsp;&nbsp;&nbsp;&nbsp;Charles Iliya Krempeaux, B.Sc.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;charles @ <a href="http://reptile.ca">reptile.ca</a><br>&nbsp;&nbsp;&nbsp;&nbsp;supercanadian @ <a href="http://gmail.com">gmail.com</a><br><br>&nbsp;&nbsp;&nbsp;&nbsp;developer weblog: 
<a href="http://ChangeLog.ca/">http://ChangeLog.ca/</a><br><br>