Hello,<br><br><div><span class="gmail_quote">On 11/1/06, <b class="gmail_sendername">Christoph Päper</b> <<a href="mailto:christoph.paeper@crissov.de">christoph.paeper@crissov.de</a>> 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>><br>> Sure. FWIW, there's a lot of interest in browser vendors about<br>> introducing<br>> a <video> element or some such (or maybe making browsers natively<br>> support
<br>> video in <object>, 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>   <object type="video" data="
foo.mpv"/><br>   <object type="audio" data="foo.mpa"/><br>   <object type="image" data="foo.png"/>       ~= <img src="foo.png"><br>   <object type="application" data="
foo.swf"/> ~= <embed src="foo.swf"/><br>   <object type="text" data="foo.txt"/>        ~= <iframe src="foo.txt"/><br></blockquote></div><br>+1 for something like that.
<br><br>ALOT of "normal" web developers have problems with MIME types.  (They don't have them memorized.  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 "type" attribute to <a>'s... but "normal" web developers find this difficult.
<br><br>They know what they are dealing with is a "video"... but they don't know the different MIME types.  Like: "video/mpeg" for .mpg files, "video/x-ms-wmv" for .wmv files, "application/ogg" for Ogg Theora files, etc.
<br><br>Simplifying it to allow type="video" would make life alot easier on web developers IMO.  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 "video" or not.
<br><br><br>See ya<br><br>-- <br>    Charles Iliya Krempeaux, B.Sc.<br><br>    charles @ <a href="http://reptile.ca">reptile.ca</a><br>    supercanadian @ <a href="http://gmail.com">gmail.com</a><br><br>    developer weblog: 
<a href="http://ChangeLog.ca/">http://ChangeLog.ca/</a><br><br>