html5/spec spec.html,1.1492,1.1493 the-iframe-element.html,1.55,1.56

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5459

Modified Files:
	spec.html the-iframe-element.html 
Log Message:
prepare an rtc extract for easier review by those who only want to review the rtc stuff (whatwg r6131)

[updated by splitter]


Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- the-iframe-element.html	12 May 2011 06:46:51 -0000	1.55
+++ the-iframe-element.html	12 May 2011 19:46:46 -0000	1.56
@@ -2729,9 +2729,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><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><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

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1492
retrieving revision 1.1493
diff -u -d -r1.1492 -r1.1493
--- spec.html	12 May 2011 07:46:39 -0000	1.1492
+++ spec.html	12 May 2011 19:46:46 -0000	1.1493
@@ -384,7 +384,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4932.
+This is revision 1.4933.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Thursday, 12 May 2011 19:46:50 UTC