Make the markup prettier in the examples. (whatwg r3352)

Make the markup prettier in the examples. (whatwg r3352)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2489&r2=1.2490&f=h
http://html5.org/tools/web-apps-tracker?from=3351&to=3352

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2489
retrieving revision 1.2490
diff -u -d -r1.2489 -r1.2490
--- Overview.html 1 Jul 2009 22:08:27 -0000 1.2489
+++ Overview.html 2 Jul 2009 03:14:23 -0000 1.2490
@@ -174,7 +174,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 1 July 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 2 July 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -267,7 +267,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 1 July 2009 Editor's Draft.
+  This specification is the 2 July 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -17188,84 +17188,84 @@
    <p>The following list shows some examples of how to use the <code title="">codecs=</code> MIME parameter in the <code title="attr-source-type"><a href="#attr-source-type">type</a></code> attribute.</p>
 
    <dl><dt>H.264 Simple baseline profile video (main and extended video compatible) level 3 and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre>&lt;source src="video.mp4" type="video/mp4; codecs=&amp;quot;avc1.42E01E, mp4a.40.2&amp;quot;"&gt;</pre></dd>
+    <dd><pre>&lt;source src='video.mp4' type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'&gt;</pre></dd>
 
     <dt>H.264 Extended profile video (baseline-compatible) level 3 and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre>&lt;source src="video.mp4" type="video/mp4; codecs=&amp;quot;avc1.58A01E, mp4a.40.2&amp;quot;"&gt;</pre></dd>
+    <dd><pre>&lt;source src='video.mp4' type='video/mp4; codecs="avc1.58A01E, mp4a.40.2"'&gt;</pre></dd>
 
     <dt>H.264 Main profile video level 3 and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre>&lt;source src="video.mp4" type="video/mp4; codecs=&amp;quot;avc1.4D401E, mp4a.40.2&amp;quot;"&gt;</pre></dd>
+    <dd><pre>&lt;source src='video.mp4' type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"'&gt;</pre></dd>
 
-    <dt>H.264 "High" profile video (incompatible with main, baseline, or extended profiles) level 3 and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre>&lt;source src="video.mp4" type="video/mp4; codecs=&amp;quot;avc1.64001E, mp4a.40.2&amp;quot;"&gt;</pre></dd>
+    <dt>H.264 'High' profile video (incompatible with main, baseline, or extended profiles) level 3 and Low-Complexity AAC audio in MP4 container</dt>
+    <dd><pre>&lt;source src='video.mp4' type='video/mp4; codecs="avc1.64001E, mp4a.40.2"'&gt;</pre></dd>
 
 
     <dt>MPEG-4 Visual Simple Profile Level 0 video and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre>&lt;source src="video.mp4" type="video/mp4; codecs=&amp;quot;mp4v.20.8, mp4a.40.2&amp;quot;"&gt;</pre></dd>
+    <dd><pre>&lt;source src='video.mp4' type='video/mp4; codecs="mp4v.20.8, mp4a.40.2"'&gt;</pre></dd>
 
     <dt>MPEG-4 Advanced Simple Profile Level 0 video and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre>&lt;source src="video.mp4" type="video/mp4; codecs=&amp;quot;mp4v.20.240, mp4a.40.2&amp;quot;"&gt;</pre></dd>
+    <dd><pre>&lt;source src='video.mp4' type='video/mp4; codecs="mp4v.20.240, mp4a.40.2"'&gt;</pre></dd>
 
     <dt>MPEG-4 Visual Simple Profile Level 0 video and AMR audio in 3GPP container</dt>
-    <dd><pre>&lt;source src="video.3gp" type="video/3gpp; codecs=&amp;quot;mp4v.20.8, samr&amp;quot;"&gt;</pre></dd>
+    <dd><pre>&lt;source src='video.3gp' type='video/3gpp; codecs="mp4v.20.8, samr"'&gt;</pre></dd>
 
 
     <dt>Theora video and Vorbis audio in Ogg container</dt>
-    <dd><pre>&lt;source src="video.ogv" type="video/ogg; codecs=&amp;quot;theora, vorbis&amp;quot;"&gt;</pre></dd>
+    <dd><pre>&lt;source src='video.ogv' type='video/ogg; codecs="theora, vorbis"'&gt;</pre></dd>
 
     <dt>Theora video and Speex audio in Ogg container</dt>
-    <dd><pre>&lt;source src="video.ogv" type="video/ogg; codecs=&amp;quot;theora, speex&amp;quot;"&gt;</pre></dd>
+    <dd><pre>&lt;source src='video.ogv' type='video/ogg; codecs="theora, speex"'&gt;</pre></dd>
 
     <dt>Vorbis audio alone in Ogg container</dt>
-    <dd><pre>&lt;source src="audio.ogg" type="audio/ogg; codecs=vorbis"&gt;</pre></dd>
+    <dd><pre>&lt;source src='audio.ogg' type='audio/ogg; codecs=vorbis'&gt;</pre></dd>
 
     <dt>Speex audio alone in Ogg container</dt>
-    <dd><pre>&lt;source src="audio.spx" type="audio/ogg; codecs=speex"&gt;</pre></dd>
+    <dd><pre>&lt;source src='audio.spx' type='audio/ogg; codecs=speex'&gt;</pre></dd>
 
     <dt>FLAC audio alone in Ogg container</dt>
-    <dd><pre>&lt;source src="audio.oga" type="audio/ogg; codecs=flac"&gt;</pre></dd>
+    <dd><pre>&lt;source src='audio.oga' type='audio/ogg; codecs=flac'&gt;</pre></dd>
 
     <dt>Dirac video and Vorbis audio in Ogg container</dt>
-    <dd><pre>&lt;source src="video.ogv" type="video/ogg; codecs=&amp;quot;dirac, vorbis&amp;quot;"&gt;</pre></dd>
+    <dd><pre>&lt;source src='video.ogv' type='video/ogg; codecs="dirac, vorbis"'&gt;</pre></dd>
 
     <dt>Theora video and Vorbis audio in Matroska container</dt>
-    <dd><pre>&lt;source src="video.mkv" type="video/x-matroska; codecs=&amp;quot;theora, vorbis&amp;quot;"&gt;</pre></dd>
+    <dd><pre>&lt;source src='video.mkv' type='video/x-matroska; codecs="theora, vorbis"'&gt;</pre></dd>
 
 <!-- awaiting definition by the Ogg or BBC guys:
     <dt>Dirac video and Vorbis audio in Matroska container</dt>
-    <dd><pre>&lt;source src="video.mkv" type="video/x-matroska; codecs="></pre></dd>
+    <dd><pre>&lt;source src='video.mkv' type='video/x-matroska; codecs='></pre></dd>
 -->
 
 
 <!-- awaiting definition by the Microsoft guys:
 
     <dt>WMV9 video and WMA 2 audio in ASF container</dt>
-    <dd><pre>&lt;source src="video.wmv" type="video/x-ms-wmv; codecs="></pre></dd>
+    <dd><pre>&lt;source src='video.wmv' type='video/x-ms-wmv; codecs='></pre></dd>
 
     <dt>WMV8 video and WMA 2 audio in ASF container</dt>
-    <dd><pre>&lt;source src="video.wmv" type="video/x-ms-wmv; codecs="></pre></dd>
+    <dd><pre>&lt;source src='video.wmv' type='video/x-ms-wmv; codecs='></pre></dd>
 
     <dt>VC-1 video and WMA 10 Pro audio in ASF container</dt>
-    <dd><pre>&lt;source src="video.wmv" type="video/x-ms-wmv; codecs="></pre></dd>
+    <dd><pre>&lt;source src='video.wmv' type='video/x-ms-wmv; codecs='></pre></dd>
 
     <dt>XviD video and MP3 audio in AVI container</dt>
-    <dd><pre>&lt;source src="video.avi" type="video/x-msvideo; codecs="></pre></dd>
+    <dd><pre>&lt;source src='video.avi' type='video/x-msvideo; codecs='></pre></dd>
 
     <dt>Motion-JPEG video and uncompressed PCM audio in AVI container</dt>
-    <dd><pre>&lt;source src="video.avi" type="video/x-msvideo; codecs="></pre></dd>
+    <dd><pre>&lt;source src='video.avi' type='video/x-msvideo; codecs='></pre></dd>
 
 -->
 
 
 <!-- awaiting definition by Real:
     <dt>Real Video 10 video and High-Efficiency AAC audio in Real Media container</dt>
-    <dd><pre>&lt;source src="video.rm" type="application/vnd.rn-realmedia; codecs="></pre></dd>
+    <dd><pre>&lt;source src='video.rm' type='application/vnd.rn-realmedia; codecs='></pre></dd>
 -->
 
 
 <!--  undefined:
     <dt>MPEG-1 video and MPEG-1 Audio Layer II audio in MPEG-1 program stream</dt>
-    <dd><pre>&lt;source src="video.mpg" type="video/mpeg; codecs="></pre></dd>
+    <dd><pre>&lt;source src='video.mpg' type='video/mpeg; codecs='></pre></dd>
 -->
 
    </dl></div><p>The <dfn id="attr-source-media" title="attr-source-media"><code>media</code></dfn>
@@ -65833,6 +65833,7 @@
   Silvia Pfeiffer,
   Simon Montagu,
   Simon Pieters,
+  skeww, <!-- on reddit -->
   Stefan Haustein,
   Steffen Meschkat,
   Stephen Ma,

Received on Thursday, 2 July 2009 03:15:24 UTC