[uf-discuss] Re: Show Microformat Brainstorming
Charles Iliya Krempeaux
supercanadian at gmail.com
Tue Dec 6 15:34:50 PST 2005
Hello,
Sorry, just a correction.
On 12/6/05, Charles Iliya Krempeaux <supercanadian at gmail.com> wrote:
> Hello,
>
> On 12/6/05, Charles Iliya Krempeaux <supercanadian at gmail.com> wrote:
> > Hello,
> >
> > On 12/6/05, Charles Iliya Krempeaux <supercanadian at gmail.com> wrote:
> >
> > [...]
> >
> > > So, the orthogonal concepts here seem like:
> > > * there's the concept of a "preview" image. (maybe thumbnail would
> > > be a better name.)
> > > * there's the concept of a "show"
> > > * there's the concept of a "teaser"
> > > * If it is a teaser there is a "Pay to View" link
> > > * show can divided up into multiple contiguous files
> > > * teaser can be made up of multiple files
> > > * alternatives of the same media
> > > * you can combine all these
> >
> > (Some more things to add.)
> >
> > * there's the concept of a "clip"
> > * there's the concept of the "media file". (What the <a> tag's
> > "href" points to)
>
> This is probably the foundation of it all -- the "media file". So, to
> mark something as being media, you could do something like:
>
> <a class="media" href="clip.mpeg">watch this</a>
>
> However, if you want to attach metadata to the media file (beyond what
> the <a> tag lets you do) then you might do something like the
> following:
>
> <span class="media">
> <img class="preview" src="preview.png" />
> <a class="reference" href="clip.mpeg">MPEG</a>
> <div class="description">description goes here</div>
> <a href="text">text version goes here... useful to the deaf
> and for searching and indexing</a>
> </span>
That part that says:
<a href="text">text version goes here... useful to the deaf and
for searching and indexing</a>
...is wrong. It should be:
<a class="text" href="">the "text version" is pointed to by the
href... useful to the deaf and for searching and indexing. It could
be plain text. Or another format. Like a format that would sync up
text with frame sequences in the media file.</a>
[...]
See ya
--
Charles Iliya Krempeaux, B.Sc.
charles @ reptile.ca
supercanadian @ gmail.com
developer weblog: http://ChangeLog.ca/
___________________________________________________________________________
Never forget where you came from
More information about the microformats-discuss
mailing list