hixie: prepare an rtc extract for easier review by those who only want to review the rtc stuff (whatwg r6131)

hixie: prepare an rtc extract for easier review by those who only want
to review the rtc stuff (whatwg r6131)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4932&r2=1.4933&f=h
http://html5.org/tools/web-apps-tracker?from=6130&to=6131

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4932
retrieving revision 1.4933
diff -u -d -r1.4932 -r1.4933
--- Overview.html 12 May 2011 07:08:31 -0000 1.4932
+++ Overview.html 12 May 2011 19:10:24 -0000 1.4933
@@ -21977,9 +21977,11 @@
   present audio data, or video and audio data, to the user. This is
   referred to as <dfn id="media-data">media data</dfn> in this section, since this
   section applies equally to <a href="#media-element" title="media element">media
-  elements</a> for audio or for video. The term <dfn id="media-resource">media
-  resource</dfn> is used to refer to the complete set of media data,
-  e.g. the complete video file, or complete audio file.<p>A <a href="#media-resource">media resource</a> can have multiple audio and video
+  elements</a> for audio or for video.
+  The term <dfn id="media-resource">media resource</dfn> is used to refer to the complete
+  set of media data, e.g. the complete video file, or complete audio
+  file.
+  <p>A <a href="#media-resource">media resource</a> can have multiple audio and video
   tracks. For the purposes of a <a href="#media-element">media element</a>, the video
   data of the <a href="#media-resource">media resource</a> is only that of the
   currently selected track (if any) given by the element's <code title="dom-media-videoTracks"><a href="#dom-media-videotracks">videoTracks</a></code> attribute, and the
@@ -24315,7 +24317,7 @@
   <code><a href="#exclusivetracklist">ExclusiveTrackList</a></code> interfaces, used by the attributes
   defined in the previous section, are substantially similar. Their
   common features are defined in the <code><a href="#tracklist">TrackList</a></code> interface,
-  from which they both inherit.<pre class="idl">interface <dfn id="tracklist">TrackList</dfn> {
+  from which they both inherit.</p><pre class="idl">interface <dfn id="tracklist">TrackList</dfn> {
   readonly attribute unsigned long <a href="#dom-tracklist-length" title="dom-TrackList-length">length</a>;
   DOMString <a href="#dom-tracklist-getid" title="dom-TrackList-getID">getID</a>(in unsigned long index);
   DOMString <a href="#dom-tracklist-getkind" title="dom-TrackList-getKind">getKind</a>(in unsigned long index);

Received on Thursday, 12 May 2011 19:34:58 UTC