markup fixes
authorOlivier Thereaux <Olivier.Thereaux@bbc.co.uk>
Thu, 30 Aug 2012 08:48:53 +0100
changeset 151 a1c1325607fa
parent 150 5b010953b78b
child 152 b0c193985c98
markup fixes
reqs/Overview.html
--- a/reqs/Overview.html	Thu Aug 30 08:46:30 2012 +0100
+++ b/reqs/Overview.html	Thu Aug 30 08:48:53 2012 +0100
@@ -237,11 +237,13 @@
         <li><p>Smooth muting requires the ability to <em>smoothly automate gain changes</em> over a time interval, without using browser-unfriendly coding techniques like tight loops or high-frequency callbacks. The <em>parameter automation</em> features associated with <code>AudioParam</code> are useful for this kind of feature.</p></li>
         <li><p>Pausing and resuming the show on the audience side implies the ability to <em>buffer data received from audio sources</em> in the processing graph, and also to <em>send buffered data to audio destinations</em>.</p></li>
         <li><p>Speed changes are currently unsupported by the Web Audio API. Thus, the functionality for audio speed changing, a custom algorithm, requires the ability to <em>create custom audio transformations</em> using a browser programming language (e.g. <code>JavaScriptAudioNode</code>). When audio delivery is slowed down, audio samples will have to be locally buffered by the application up to some allowed limit, since they continue to be delivered by the incoming stream at a normal rate.</p></li>
-        <li><p>There is a standard way to access a set of <em>metadata properties for media resources</em> with the following W3C documents:
-          <ul><li><p> <a href="http://www.w3.org/TR/mediaont-10/" title="http://www.w3.org/TR/mediaont-10/">Ontology for Media Resources 1.0</a>. This document defines a core set of metadata properties for media resources, along with their mappings to elements from a set of existing metadata formats.
-          </p></li><li><p> <a href="http://www.w3.org/TR/mediaont-api-1.0/" title="http://www.w3.org/TR/mediaont-api-1.0/">API for Media Resources 1.0</a>. This API provides developers with a convenient access to metadata information stored in different metadata formats. It provides means to access the set of metadata properties defined in the Ontology for Media Resources 1.0 specification. 
-          </p></li></ul>
-        </p></li>
+        <li><p>There is a standard way to access a set of <em>metadata properties for media resources</em> with the following W3C documents:</p>
+          <ul>
+            <li><p> <a href="http://www.w3.org/TR/mediaont-10/" title="http://www.w3.org/TR/mediaont-10/">Ontology for Media Resources 1.0</a>. This document defines a core set of metadata properties for media resources, along with their mappings to elements from a set of existing metadata formats.
+            </p></li>
+            <li><p> <a href="http://www.w3.org/TR/mediaont-api-1.0/" title="http://www.w3.org/TR/mediaont-api-1.0/">API for Media Resources 1.0</a>. This API provides developers with a convenient access to metadata information stored in different metadata formats. It provides means to access the set of metadata properties defined in the Ontology for Media Resources 1.0 specification. </p></li>
+          </ul>
+        </li>
         <li>The ability for the listeners to create their own mix rely on the possibility of sending multiple tracks in the RTC stream. This is in scope of the current WebRTC specification, where one <code>MediaStream</code> can have multiple <code>MediaStreamTrack</code>s.</li> 
       </ol>
     </section>