[uf-discuss] Re: RFC: sHTML Video Thumbnailing
Benjamin Hawkes-Lewis
bhawkeslewis at googlemail.com
Sun May 27 11:48:42 PDT 2007
Intriguing. A few points:
1. About your CSS, neither border nor text-decoration remove the
quotation punctuation added to q by browsers that attempt to follow the
HTML specification for q. You'd want to use the quotes property:
http://www.w3.org/TR/CSS21/generate.html#quotes
Since q is an inline element and blockquote is block, presumably
sometimes you'd want to use blockquote instead.
2. Your examples should include proper alt text.
3. I'd suggest using class="videothumbnail" instead of class="video",
which could mean all sorts of things.
--
Benjamin Hawkes-Lewis
Charles Iliya Krempeaux wrote:
> Hello,
>
> Note... there is a detail I left out of this.
>
> One many browsers, the <q> element adds a specific style that really
> doesn't work a thumbnail.
>
> So I add the following to the <q> element...
>
> style="border:0;text-decoration:none;"
>
> (I could probably get away with just the "border:0"... but I add the
> "text-decoration:none" just to be safe.)
>
> See ya
>
More information about the microformats-discuss
mailing list