[Bug 10711] <video>: Playlists

https://www.w3.org/Bugs/Public/show_bug.cgi?id=10711

Karl Dubost <karl+w3c@la-grange.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karl+w3c@la-grange.net

--- Comment #8 from Karl Dubost <karl+w3c@la-grange.net> ---
It seems that a new element is not absolutely necessary. I wonder if  a defined
rel value on an list element could do the job. Something ala

     ul rel='playlist'

YouTube

<ol 
    id="watch7-playlist-tray" 
    class="yt-uix-scroller" 
    data-scroll-action="yt.www.watch.lists.loadThumbnails" 
    data-scroller-offset="563" 
    data-scroller-mousewheel-listener="" 
    data-scroller-scroll-listener="">
    <li 
        class="video-list-item yt-uix-scroller-scroll-unit " 
        data-video-id="LsZEv7kAllo" 
        data-video-clip-end="None" 
        data-video-title="Verdi: Requiem" 
        data-index="1" 
        data-video-clip-start="None" 
        data-video-username="UCtelevision">
    <li…

See for example:
https://www.youtube.com/watch?v=bFCxJ56n3zY&playnext=1&list=PL490F5639C2CA0672&feature=results_main

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 26 March 2013 19:20:01 UTC