html5/markup/elements audio.html,1.17,1.18 video.html,1.17,1.18

Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv17009/elements

Modified Files:
	audio.html video.html 
Log Message:
document the mediagroup attribute


Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/elements/audio.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- audio.html	12 Aug 2010 19:55:34 -0000	1.17
+++ audio.html	5 May 2011 18:12:05 -0000	1.18
@@ -60,6 +60,11 @@
       <dd>Instructs the UA to seek back to the start of the
         audio stream upon reaching the end.</dd>
     </dl>
+    <dl>
+      <dt id="audio.attrs.mediagroup">mediagroup</dt>
+      <dd>Instructs the UA to link multiple videos and/or audio streams
+      together.</dd>
+    </dl>
   </div>
   <div id="dom-interface">HTMLAudioElement</div>
 </div>

Index: video.html
===================================================================
RCS file: /sources/public/html5/markup/elements/video.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- video.html	30 Apr 2011 12:41:01 -0000	1.17
+++ video.html	5 May 2011 18:12:05 -0000	1.18
@@ -78,6 +78,11 @@
       <dd>Represents the default state of the audio channel of the video,
       potentially overriding user preferences.</dd>
     </dl>
+    <dl>
+      <dt id="video.attrs.mediagroup">mediagroup</dt>
+      <dd>Instructs the UA to link multiple videos and/or audio streams
+      together.</dd>
+    </dl>
   </div>
   <div id="dom-interface">HTMLVideoElement</div>
 </div>

Received on Thursday, 5 May 2011 18:12:39 UTC