[whatwg] [html5] r6630 - [giow] (0) Define navigating to video and audio resources Fixing http://www.w3.o [...]

Simon Pieters simonp at opera.com
Wed Oct 5 00:44:02 PDT 2011


On Wed, 05 Oct 2011 02:02:52 +0200, <whatwg at whatwg.org> wrote:

> Author: ianh
> Date: 2011-10-04 17:02:51 -0700 (Tue, 04 Oct 2011)
> New Revision: 6630
>
> Modified:
>    complete.html
>    index
>    source
> Log:
> [giow] (0) Define navigating to video and audio resources
> Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13759


> +  <p>The element <var title="">host element</var> to create for the
> +  media is the element given in the table below in the second cell of
> +  the row whose first cell describes the media. The appropriate
> +  attribute to set is the one given by the third cell in that same
> +  row.</p>
> +
> +  <table>
> +   <thead>
> +    <tr> <th> Type of media
> +         <th> Element for the media
> +         <th> Appropriate attribute
> +    <tr> <td> Image
> +         <td> <code>img</code>
> +         <td> <code title="attr-img-src">src</code>
> +    <tr> <td> Video
> +         <td> <code>video</code>
> +         <td> <code title="attr-media-src">src</code>
> +    <tr> <td> Audio
> +         <td> <code>audio</code>
> +         <td> <code title="attr-media-src">src</code>
> +  </table>

video and audio should have controls="" and autoplay=""

-- 
Simon Pieters
Opera Software


More information about the whatwg mailing list