[whatwg] [HTML5] 2.9.16. The samp element

2.9.16. The |samp| element

Would the following be inadequate usage according to this specification?

   <a href="foo.img"><samp><img src="foo.t.img" alt="..."/></samp></a>

instead of

   <a href="foo.img"><img src="foo.t.img" alt="..." class="thumb"/></a>

for thumbnail (i.e. preview) images.

Received on Tuesday, 21 March 2006 07:02:01 UTC