Hello,<br><br><div><span class="gmail_quote">On 11/1/06, <b class="gmail_sendername">Charles Iliya Krempeaux</b> <<a href="mailto:supercanadian@gmail.com">supercanadian@gmail.com</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;">
Hello Christoph,<br><br><div><span class="q"><span class="gmail_quote">On 11/1/06, <b class="gmail_sendername">Christoph Päper</b> <<a href="mailto:christoph.paeper@crissov.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
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;">
*Henri Sivonen*, 2006-10-29:<br><br>>> <a href="http://blog.fawny.org/2006/10/28/tbl-html/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://blog.fawny.org/2006/10/28/tbl-html/</a><br>>
<br>>>     * HTML has <span id="st" name="st" class="st">samp</span>, var, and kbd. I use all of them and I am
<br>>> pretty much the only one who does.<br>><br>> FWIW, I think <<span id="st" name="st" class="st">samp</span>> and <kbd> don't deserve to be in HTML and I am<br>> not convinced that the use cases for <var> could not be satisfied
<br>> by <i>.<br><br>I consider<br><br>   <a href="foo.xga"><<span id="st" name="st" class="st">samp</span>><img src="foo.qvga" alt="Foo"></<span id="st" name="st" class="st">
samp</span>></a></blockquote></span></div></blockquote><div><br>Thinking about it some more, something like the <q> element may be useful as well for marking thumbnails.<br><br>So, you might have something like this...
<br><br><a type="video/mpeg" href="<a href="http://example.com/video/123">http://example.com/video/123</a>"><br>  <q cite="<a href="http://example.com/video/123">http://example.com/video/123
</a>"><br>    <img src="<a href="http://example.com/thumbnail/123">http://example.com/thumbnail/123</a>" /><br>  </q><br></a><br><br>(Although you'd probably want to add a "quotes:none;" to that <q> element, since some browsers wrap a <q> with quotes.)
<br><br>One would know that the <img> is from the video because the URL in "cite" attribute (for the <q> element) matches the URL in the "href" attribute (of the <a> element.)<br><br>
<br>Comments?<br><br>See ya<br> </div></div><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>