Skip to content

Commit

Permalink
[e] (0) prepare an rtc extract for easier review by those who only wa…
Browse files Browse the repository at this point in the history
…nt to review the rtc stuff

git-svn-id: http://svn.whatwg.org/webapps@6131 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 12, 2011
1 parent 114c854 commit c22e14f
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 28 deletions.
25 changes: 19 additions & 6 deletions complete.html
Expand Up @@ -13242,7 +13242,9 @@ <h4 id=insertadjacenthtml()><span class=secno>3.5.7 </span><code title=dom-inser



<!--PEERCONNECTION-->
<h2 id=semantics><span class=secno>4 </span>The elements of HTML</h2>
<!--PEERCONNECTION-->

<h3 id=the-root-element><span class=secno>4.1 </span>The root element</h3>

Expand Down Expand Up @@ -21965,8 +21967,9 @@ <h4 id=edits-and-lists><span class=secno>4.7.5 </span>Edits and lists</h4>




<!--PEERCONNECTION-->
<h3 id=embedded-content-1><span class=secno>4.8 </span>Embedded content</h3>
<!--PEERCONNECTION-->


<h4 id=the-img-element><span class=secno>4.8.1 </span>The <dfn><code>img</code></dfn> element</h4>
Expand Down Expand Up @@ -26237,8 +26240,9 @@ <h4 id=the-track-element><span class=secno>4.8.9 </span>The <dfn><code>track</co
</div>



<!--PEERCONNECTION-->
<h4 id=media-elements><span class=secno>4.8.10 </span>Media elements</h4>
<!--PEERCONNECTION-->

<p><dfn id=media-element title="media element">Media elements</dfn>
(<code><a href=#the-audio-element>audio</a></code> and <code><a href=#the-video-element>video</a></code>, in this specification)
Expand Down Expand Up @@ -26350,9 +26354,13 @@ <h4 id=media-elements><span class=secno>4.8.10 </span>Media elements</h4>
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>
elements</a> for audio or for video.
<!--PEERCONNECTION-->
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.
<!--PEERCONNECTION-->
</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
Expand Down Expand Up @@ -28817,8 +28825,9 @@ <h5 id=seeking><span class=secno>4.8.10.9 </span>Seeking</h5>

</div>


<!--PEERCONNECTION-->
<h5 id=media-resources-with-multiple-media-tracks><span class=secno>4.8.10.10 </span>Media resources with multiple media tracks</h5>
<!--PEERCONNECTION-->

<p>A <a href=#media-resource>media resource</a> can have multiple embedded audio
and video tracks. For example, in addition to the primary video and
Expand Down Expand Up @@ -28869,16 +28878,19 @@ <h5 id=media-resources-with-multiple-media-tracks><span class=secno>4.8.10.10 </
</div>


<!--PEERCONNECTION-->
<h6 id=tracklist-objects><span class=secno>4.8.10.10.1 </span><code><a href=#tracklist>TrackList</a></code> objects</h6>

<!-- should probably move this section out since it is also used by
the video conferencing stuff -->

<!--PEERCONNECTION-->
<p>The <code><a href=#multipletracklist>MultipleTrackList</a></code> and
<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.</p>
<!--PEERCONNECTION-->

<pre class=idl>interface <dfn id=tracklist>TrackList</dfn> {
readonly attribute unsigned long <a href=#dom-tracklist-length title=dom-TrackList-length>length</a>;
Expand Down Expand Up @@ -29163,6 +29175,7 @@ <h6 id=selecting-specific-audio-and-video-tracks-declaratively><span class=secno
selection -->

</div>
<!--PEERCONNECTION-->


<h5 id=synchronising-multiple-media-elements><span class=secno>4.8.10.11 </span>Synchronising multiple media elements</h5>
Expand Down
27 changes: 20 additions & 7 deletions index
Expand Up @@ -1337,7 +1337,7 @@
differ in a small number of ways. The main difference is that the
W3C version does not include some newer features, such as:</p>

<ul class=brief><li>The <code><a href=#peerconnection>PeerConnection</a></code> API and related video-conferencing features.</li> <!--PEERCONTROLLER-->
<ul class=brief><li>The <code><a href=#peerconnection>PeerConnection</a></code> API and related video-conferencing features.</li> <!--PEERCONNECTION-->
<li>The <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attribute and related <a href=#hyperlink-auditing>hyperlink auditing</a> features.</li> <!--PING-->
<li>The <a href=#webvtt>WebVTT</a> format and some <a href=#text-track>text track</a> API features.</li> <!--TTVTT-->
<li>Rules for <a href=#atom>converting HTML to Atom</a>.</li> <!--MD-->
Expand Down Expand Up @@ -13267,7 +13267,9 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )



<!--PEERCONNECTION-->
<h2 id=semantics><span class=secno>4 </span>The elements of HTML</h2>
<!--PEERCONNECTION-->

<h3 id=the-root-element><span class=secno>4.1 </span>The root element</h3>

Expand Down Expand Up @@ -21990,8 +21992,9 @@ Sydney&lt;/p&gt;</pre>




<!--PEERCONNECTION-->
<h3 id=embedded-content-1><span class=secno>4.8 </span>Embedded content</h3>
<!--PEERCONNECTION-->


<h4 id=the-img-element><span class=secno>4.8.1 </span>The <dfn><code>img</code></dfn> element</h4>
Expand Down Expand Up @@ -26265,8 +26268,9 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
</div>



<!--PEERCONNECTION-->
<h4 id=media-elements><span class=secno>4.8.10 </span>Media elements</h4>
<!--PEERCONNECTION-->

<p><dfn id=media-element title="media element">Media elements</dfn>
(<code><a href=#the-audio-element>audio</a></code> and <code><a href=#the-video-element>video</a></code>, in this specification)
Expand Down Expand Up @@ -26378,9 +26382,13 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
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>
elements</a> for audio or for video.
<!--PEERCONNECTION-->
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.
<!--PEERCONNECTION-->
</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
Expand Down Expand Up @@ -28845,8 +28853,9 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael

</div>


<!--PEERCONNECTION-->
<h5 id=media-resources-with-multiple-media-tracks><span class=secno>4.8.10.10 </span>Media resources with multiple media tracks</h5>
<!--PEERCONNECTION-->

<p>A <a href=#media-resource>media resource</a> can have multiple embedded audio
and video tracks. For example, in addition to the primary video and
Expand Down Expand Up @@ -28897,16 +28906,19 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
</div>


<!--PEERCONNECTION-->
<h6 id=tracklist-objects><span class=secno>4.8.10.10.1 </span><code><a href=#tracklist>TrackList</a></code> objects</h6>

<!-- should probably move this section out since it is also used by
the video conferencing stuff -->

<!--PEERCONNECTION-->
<p>The <code><a href=#multipletracklist>MultipleTrackList</a></code> and
<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.</p>
<!--PEERCONNECTION-->

<pre class=idl>interface <dfn id=tracklist>TrackList</dfn> {
readonly attribute unsigned long <a href=#dom-tracklist-length title=dom-TrackList-length>length</a>;
Expand Down Expand Up @@ -29191,6 +29203,7 @@ interface <dfn id=exclusivetracklist>ExclusiveTrackList</dfn> : <a href=#trackli
selection -->

</div>
<!--PEERCONNECTION-->


<h5 id=synchronising-multiple-media-elements><span class=secno>4.8.10.11 </span>Synchronising multiple media elements</h5>
Expand Down
43 changes: 28 additions & 15 deletions source
Expand Up @@ -70,7 +70,7 @@
W3C version does not include some newer features, such as:</p>

<ul class="brief">
<li>The <code>PeerConnection</code> API and related video-conferencing features.</li> <!--PEERCONTROLLER-->
<li>The <code>PeerConnection</code> API and related video-conferencing features.</li> <!--PEERCONNECTION-->
<li>The <code title="attr-hyperlink-ping">ping</code> attribute and related <span>hyperlink auditing</span> features.</li> <!--PING-->
<li>The <span>WebVTT</span> format and some <span>text track</span> API features.</li> <!--TTVTT-->
<li>Rules for <a href="#atom">converting HTML to Atom</a>.</li> <!--MD-->
Expand Down Expand Up @@ -13993,7 +13993,9 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )



<!--START rtc--><!--PEERCONNECTION-->
<h2 id="semantics">The elements of HTML</h2>
<!--END rtc--><!--PEERCONNECTION-->

<h3>The root element</h3>

Expand Down Expand Up @@ -23625,8 +23627,9 @@ Sydney&lt;/p&gt;</pre>




<!--START rtc--><!--PEERCONNECTION-->
<h3>Embedded content</h3>
<!--END rtc--><!--PEERCONNECTION-->


<h4>The <dfn><code>img</code></dfn> element</h4>
Expand Down Expand Up @@ -28388,8 +28391,9 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
</div>



<!--START rtc--><!--PEERCONNECTION-->
<h4>Media elements</h4>
<!--END rtc--><!--PEERCONNECTION-->

<p><dfn title="media element">Media elements</dfn>
(<code>audio</code> and <code>video</code>, in this specification)
Expand Down Expand Up @@ -28506,9 +28510,13 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
present audio data, or video and audio data, to the user. This is
referred to as <dfn>media data</dfn> in this section, since this
section applies equally to <span title="media element">media
elements</span> for audio or for video. The term <dfn>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>
elements</span> for audio or for video.
<!--START rtc--><!--PEERCONNECTION-->
The term <dfn>media resource</dfn> is used to refer to the complete
set of media data, e.g. the complete video file, or complete audio
file.
<!--END rtc--><!--PEERCONNECTION-->
</p>

<p>A <span>media resource</span> can have multiple audio and video
tracks. For the purposes of a <span>media element</span>, the video
Expand Down Expand Up @@ -31451,8 +31459,9 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>

</div>


<!--START rtc--><!--PEERCONNECTION-->
<h5>Media resources with multiple media tracks</h5>
<!--END rtc--><!--PEERCONNECTION-->

<p>A <span>media resource</span> can have multiple embedded audio
and video tracks. For example, in addition to the primary video and
Expand Down Expand Up @@ -31509,16 +31518,19 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
</div>


<!--START rtc--><!--PEERCONNECTION-->
<h6><code>TrackList</code> objects</h6>

<!-- should probably move this section out since it is also used by
the video conferencing stuff -->

<!--END rtc--><!--PEERCONNECTION-->
<p>The <code>MultipleTrackList</code> and
<code>ExclusiveTrackList</code> interfaces, used by the attributes
defined in the previous section, are substantially similar. Their
common features are defined in the <code>TrackList</code> interface,
from which they both inherit.</p>
<!--START rtc--><!--PEERCONNECTION-->

<pre class="idl">interface <dfn>TrackList</dfn> {
readonly attribute unsigned long <span title="dom-TrackList-length">length</span>;
Expand Down Expand Up @@ -31849,6 +31861,7 @@ interface <dfn>ExclusiveTrackList</dfn> : <span>TrackList</span> {
selection -->

</div>
<!--END rtc--><!--PEERCONNECTION-->


<h5>Synchronising multiple media elements</h5>
Expand Down Expand Up @@ -83951,7 +83964,7 @@ v2 (well, really v0):
"justifycenter", "justifyright", "justifyfull", "indent", "outdent"
-->

<!--END w3c-html--><!--PEERCONNECTION-->
<!--START rtc--><!--END w3c-html--><!--PEERCONNECTION-->
<div data-component="other Hixie drafts (editor: Ian Hickson)">

<h2>Video conferencing and peer-to-peer communication</h2>
Expand Down Expand Up @@ -85985,7 +85998,7 @@ local.onaddstream = function (event) {

</div>

<!--START w3c-html--><!--PEERCONNECTION-->
<!--END rtc--><!--START w3c-html--><!--PEERCONNECTION-->
<!--END html--><!--END dev-html--><!--END w3c-html-->


Expand Down Expand Up @@ -107919,7 +107932,7 @@ interface <span>HTMLDocument</span> {
<!--END microdata--><!--START w3c-html--><!--MD-->


<!--END w3c-html--><!--PEERCONNECTION-->
<!--START rtc--><!--END w3c-html--><!--PEERCONNECTION-->
<h3><dfn><code>application/html-peer-connection-data</code></dfn></h3>

<p>This registration is for community review and will be submitted
Expand Down Expand Up @@ -108001,7 +108014,7 @@ interface <span>HTMLDocument</span> {

<p>Fragment identifiers used with <code>text/html</code> resources
refer to <span>the indicated part of the document</span>.</p>
<!--START w3c-html--><!--PEERCONNECTION-->
<!--END rtc--><!--START w3c-html--><!--PEERCONNECTION-->


<!--END w3c-html--><!--PING-->
Expand Down Expand Up @@ -111816,7 +111829,7 @@ interface <span>HTMLDocument</span> {
<!--START html-device--><!--START microdata--><!--START 2dcontext--><!--START postmsg--><!--START w3c-html-->
<!--START websocket-api--><!--START storage--><!--START eventsource--><!--START workers-->
<!--START whatwg-workers--><!--START vocabs--><!--START vCard--><!--START vEvent--><!--START work-->
<!--START webvtt-->
<!--START webvtt--><!--START rtc-->

<h2 class="no-num" id="references">References</h2><!--REFS-->

Expand Down Expand Up @@ -112696,7 +112709,7 @@ interface <span>HTMLDocument</span> {
</dl>


<!--END webvtt-->
<!--END webvtt--><!--END rtc-->
<!--END whatwg-workers--><!--END vocabs--><!--END vCard--><!--END vEvent--><!--END work-->
<!--END websocket-api--><!--END storage--><!--END eventsource--><!--END workers-->
<!--END html-device--><!--END microdata--><!--END 2dcontext--><!--END postmsg--><!--END w3c-html-->
Expand Down Expand Up @@ -113478,10 +113491,10 @@ Consistency in editorial style:
<li><img alt="A calendar grid with a clock in the upper right
hand corner." src="sample-datetime-ui-3"></li>
-->
<!--START webvtt-->
<!--START webvtt--><!--START rtc-->
</body>
</html>
<!--END webvtt-->
<!--END webvtt--><!--END rtc-->
<!--END html--><!--END dev-html--><!--END w3c-html-->
<!--END complete--><!--END epub-->
<!--END validation-->

0 comments on commit c22e14f

Please sign in to comment.