Deep Links
From ActiveArchives
This page collects different forms of fragment identifier -- used to further discretize further by pointing to an inner element/reference and create deeper links.
Contents |
text/html
http://www.example.org/foo.html#bar
Points to element with id "bar". Browsers typically scroll to the element.
Plain text
http://example.com/document.txt#line=10,20 http://example.com/document.txt#char=130,320
See: http://tools.ietf.org/html/rfc5147
Unrelated is Vim concept of "stream"; it defines more discrete entities in a text, including sentences and paragraphs.
Xpointer
http://www.example.org/foo.xml#xpointer(//Rube)
Youtube
http://www.youtube.com/watch?v=zlfKdbWwruY#t=1m18s
As an additional bonus, if you mention a specific time in a video comment, e.g. "haha 1:14 is funny", this will become a hyperlink. Viewers can simply click on the time and the video will automatically jump to the point you are referencing. Pretty cool huh? -- http://youtube-global.blogspot.com/2008/10/link-to-best-parts-in-your-videos.html
Google video
http://video.google.com/videoplay?docid=6396990712930217422#1m26s
http://googlevideo.blogspot.com/2006/07/new-feature-link-within-video_19.html
Acrobat
http://example.org/doc.pdf#page=10 http://example.org/doc.pdf#view=fitb&nameddest=Chapter3
W3C media frag
http://www.example.com/example.ogv#a=b&c=d http://www.example.com/example.ogv#t=10,20 http://www.example.com/example.ogv#track=audio&t=10,20 http://www.example.com/example.ogv#id=Cap%C3%ADtulo%202
Media fragments support addressing the media along four dimensions: temporal This dimension denotes a specific time range in the original media, such as "starting at second 10, continuing until second 20"; spatial this dimension denotes a specific range of pixels in the original media, such as "a rectangle with size (100,100) with its top-left at coordinate (10,10)"; track this dimension denotes one or more tracks in the original media, such as "the english audio and the video track"; named this dimension denotes a named section of the original media, such as "chapter 2". -- http://www.w3.org/TR/media-frags/