[whatwg] Feature Request: Media Elements as Targets for Links

Ian Hickson ian at hixie.ch
Mon Dec 17 16:37:12 PST 2012


On Sat, 24 Nov 2012, Nils Dagsson Moskopp wrote:
> 
> Use Case Description:
> 
>   Linking to specific fragments of media is possible via media fragment
>   URIs [1]. However, it is not possible to apply a link to embedded
>   media declaratively, for example to link to a specific point in time
>   for a media element on a page.
> 
>   [1] <http://www.w3.org/TR/media-frags/>

Basically, you're saying you have a Web page with a single "major" <video> 
or <audio> element in it, e.g. the YouTube watch page, and you want to be 
able to link to that page with a fragment identifier that causes the video 
to start playing at a particular time, without any scripts involved?

Or is this just an internal-to-the-page thing? As in, you want to be able 
to, from within a page, cause a media element to seek to a specific time, 
in response to user interaction, without script?

Or is relying on scripting ok?

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


More information about the whatwg mailing list