[html5] r3352 - [e] (0) Make the markup prettier in the examples.

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 1 20:14:19 PDT 2009


Author: ianh
Date: 2009-07-01 20:14:17 -0700 (Wed, 01 Jul 2009)
New Revision: 3352

Modified:
   index
   source
Log:
[e] (0) Make the markup prettier in the examples.

Modified: index
===================================================================
--- index	2009-07-01 22:08:21 UTC (rev 3351)
+++ index	2009-07-02 03:14:17 UTC (rev 3352)
@@ -67,7 +67,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 1 July 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 2 July 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -19783,84 +19783,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><source src="video.mp4" type="video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;"></pre></dd>
+    <dd><pre><source src='video.mp4' type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'></pre></dd>
 
     <dt>H.264 Extended profile video (baseline-compatible) level 3 and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre><source src="video.mp4" type="video/mp4; codecs=&quot;avc1.58A01E, mp4a.40.2&quot;"></pre></dd>
+    <dd><pre><source src='video.mp4' type='video/mp4; codecs="avc1.58A01E, mp4a.40.2"'></pre></dd>
 
     <dt>H.264 Main profile video level 3 and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre><source src="video.mp4" type="video/mp4; codecs=&quot;avc1.4D401E, mp4a.40.2&quot;"></pre></dd>
+    <dd><pre><source src='video.mp4' type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"'></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><source src="video.mp4" type="video/mp4; codecs=&quot;avc1.64001E, mp4a.40.2&quot;"></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><source src='video.mp4' type='video/mp4; codecs="avc1.64001E, mp4a.40.2"'></pre></dd>
 
 
     <dt>MPEG-4 Visual Simple Profile Level 0 video and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre><source src="video.mp4" type="video/mp4; codecs=&quot;mp4v.20.8, mp4a.40.2&quot;"></pre></dd>
+    <dd><pre><source src='video.mp4' type='video/mp4; codecs="mp4v.20.8, mp4a.40.2"'></pre></dd>
 
     <dt>MPEG-4 Advanced Simple Profile Level 0 video and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre><source src="video.mp4" type="video/mp4; codecs=&quot;mp4v.20.240, mp4a.40.2&quot;"></pre></dd>
+    <dd><pre><source src='video.mp4' type='video/mp4; codecs="mp4v.20.240, mp4a.40.2"'></pre></dd>
 
     <dt>MPEG-4 Visual Simple Profile Level 0 video and AMR audio in 3GPP container</dt>
-    <dd><pre><source src="video.3gp" type="video/3gpp; codecs=&quot;mp4v.20.8, samr&quot;"></pre></dd>
+    <dd><pre><source src='video.3gp' type='video/3gpp; codecs="mp4v.20.8, samr"'></pre></dd>
 
 
     <dt>Theora video and Vorbis audio in Ogg container</dt>
-    <dd><pre><source src="video.ogv" type="video/ogg; codecs=&quot;theora, vorbis&quot;"></pre></dd>
+    <dd><pre><source src='video.ogv' type='video/ogg; codecs="theora, vorbis"'></pre></dd>
 
     <dt>Theora video and Speex audio in Ogg container</dt>
-    <dd><pre><source src="video.ogv" type="video/ogg; codecs=&quot;theora, speex&quot;"></pre></dd>
+    <dd><pre><source src='video.ogv' type='video/ogg; codecs="theora, speex"'></pre></dd>
 
     <dt>Vorbis audio alone in Ogg container</dt>
-    <dd><pre><source src="audio.ogg" type="audio/ogg; codecs=vorbis"></pre></dd>
+    <dd><pre><source src='audio.ogg' type='audio/ogg; codecs=vorbis'></pre></dd>
 
     <dt>Speex audio alone in Ogg container</dt>
-    <dd><pre><source src="audio.spx" type="audio/ogg; codecs=speex"></pre></dd>
+    <dd><pre><source src='audio.spx' type='audio/ogg; codecs=speex'></pre></dd>
 
     <dt>FLAC audio alone in Ogg container</dt>
-    <dd><pre><source src="audio.oga" type="audio/ogg; codecs=flac"></pre></dd>
+    <dd><pre><source src='audio.oga' type='audio/ogg; codecs=flac'></pre></dd>
 
     <dt>Dirac video and Vorbis audio in Ogg container</dt>
-    <dd><pre><source src="video.ogv" type="video/ogg; codecs=&quot;dirac, vorbis&quot;"></pre></dd>
+    <dd><pre><source src='video.ogv' type='video/ogg; codecs="dirac, vorbis"'></pre></dd>
 
     <dt>Theora video and Vorbis audio in Matroska container</dt>
-    <dd><pre><source src="video.mkv" type="video/x-matroska; codecs=&quot;theora, vorbis&quot;"></pre></dd>
+    <dd><pre><source src='video.mkv' type='video/x-matroska; codecs="theora, vorbis"'></pre></dd>
 
 <!-- awaiting definition by the Ogg or BBC guys:
     <dt>Dirac video and Vorbis audio in Matroska container</dt>
-    <dd><pre><source src="video.mkv" type="video/x-matroska; codecs="></pre></dd>
+    <dd><pre><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><source src="video.wmv" type="video/x-ms-wmv; codecs="></pre></dd>
+    <dd><pre><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><source src="video.wmv" type="video/x-ms-wmv; codecs="></pre></dd>
+    <dd><pre><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><source src="video.wmv" type="video/x-ms-wmv; codecs="></pre></dd>
+    <dd><pre><source src='video.wmv' type='video/x-ms-wmv; codecs='></pre></dd>
 
     <dt>XviD video and MP3 audio in AVI container</dt>
-    <dd><pre><source src="video.avi" type="video/x-msvideo; codecs="></pre></dd>
+    <dd><pre><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><source src="video.avi" type="video/x-msvideo; codecs="></pre></dd>
+    <dd><pre><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><source src="video.rm" type="application/vnd.rn-realmedia; codecs="></pre></dd>
+    <dd><pre><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><source src="video.mpg" type="video/mpeg; codecs="></pre></dd>
+    <dd><pre><source src='video.mpg' type='video/mpeg; codecs='></pre></dd>
 -->
 
    </dl></div>
@@ -72068,6 +72068,7 @@
   Silvia Pfeiffer,
   Simon Montagu,
   Simon Pieters,
+  skeww, <!-- on reddit -->
   Stefan Haustein,
   Steffen Meschkat,
   Stephen Ma,

Modified: source
===================================================================
--- source	2009-07-01 22:08:21 UTC (rev 3351)
+++ source	2009-07-02 03:14:17 UTC (rev 3352)
@@ -21193,84 +21193,84 @@
    <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><source src="video.mp4" type="video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;"></pre></dd>
+    <dd><pre><source src='video.mp4' type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'></pre></dd>
 
     <dt>H.264 Extended profile video (baseline-compatible) level 3 and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre><source src="video.mp4" type="video/mp4; codecs=&quot;avc1.58A01E, mp4a.40.2&quot;"></pre></dd>
+    <dd><pre><source src='video.mp4' type='video/mp4; codecs="avc1.58A01E, mp4a.40.2"'></pre></dd>
 
     <dt>H.264 Main profile video level 3 and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre><source src="video.mp4" type="video/mp4; codecs=&quot;avc1.4D401E, mp4a.40.2&quot;"></pre></dd>
+    <dd><pre><source src='video.mp4' type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"'></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><source src="video.mp4" type="video/mp4; codecs=&quot;avc1.64001E, mp4a.40.2&quot;"></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><source src='video.mp4' type='video/mp4; codecs="avc1.64001E, mp4a.40.2"'></pre></dd>
 
 
     <dt>MPEG-4 Visual Simple Profile Level 0 video and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre><source src="video.mp4" type="video/mp4; codecs=&quot;mp4v.20.8, mp4a.40.2&quot;"></pre></dd>
+    <dd><pre><source src='video.mp4' type='video/mp4; codecs="mp4v.20.8, mp4a.40.2"'></pre></dd>
 
     <dt>MPEG-4 Advanced Simple Profile Level 0 video and Low-Complexity AAC audio in MP4 container</dt>
-    <dd><pre><source src="video.mp4" type="video/mp4; codecs=&quot;mp4v.20.240, mp4a.40.2&quot;"></pre></dd>
+    <dd><pre><source src='video.mp4' type='video/mp4; codecs="mp4v.20.240, mp4a.40.2"'></pre></dd>
 
     <dt>MPEG-4 Visual Simple Profile Level 0 video and AMR audio in 3GPP container</dt>
-    <dd><pre><source src="video.3gp" type="video/3gpp; codecs=&quot;mp4v.20.8, samr&quot;"></pre></dd>
+    <dd><pre><source src='video.3gp' type='video/3gpp; codecs="mp4v.20.8, samr"'></pre></dd>
 
 
     <dt>Theora video and Vorbis audio in Ogg container</dt>
-    <dd><pre><source src="video.ogv" type="video/ogg; codecs=&quot;theora, vorbis&quot;"></pre></dd>
+    <dd><pre><source src='video.ogv' type='video/ogg; codecs="theora, vorbis"'></pre></dd>
 
     <dt>Theora video and Speex audio in Ogg container</dt>
-    <dd><pre><source src="video.ogv" type="video/ogg; codecs=&quot;theora, speex&quot;"></pre></dd>
+    <dd><pre><source src='video.ogv' type='video/ogg; codecs="theora, speex"'></pre></dd>
 
     <dt>Vorbis audio alone in Ogg container</dt>
-    <dd><pre><source src="audio.ogg" type="audio/ogg; codecs=vorbis"></pre></dd>
+    <dd><pre><source src='audio.ogg' type='audio/ogg; codecs=vorbis'></pre></dd>
 
     <dt>Speex audio alone in Ogg container</dt>
-    <dd><pre><source src="audio.spx" type="audio/ogg; codecs=speex"></pre></dd>
+    <dd><pre><source src='audio.spx' type='audio/ogg; codecs=speex'></pre></dd>
 
     <dt>FLAC audio alone in Ogg container</dt>
-    <dd><pre><source src="audio.oga" type="audio/ogg; codecs=flac"></pre></dd>
+    <dd><pre><source src='audio.oga' type='audio/ogg; codecs=flac'></pre></dd>
 
     <dt>Dirac video and Vorbis audio in Ogg container</dt>
-    <dd><pre><source src="video.ogv" type="video/ogg; codecs=&quot;dirac, vorbis&quot;"></pre></dd>
+    <dd><pre><source src='video.ogv' type='video/ogg; codecs="dirac, vorbis"'></pre></dd>
 
     <dt>Theora video and Vorbis audio in Matroska container</dt>
-    <dd><pre><source src="video.mkv" type="video/x-matroska; codecs=&quot;theora, vorbis&quot;"></pre></dd>
+    <dd><pre><source src='video.mkv' type='video/x-matroska; codecs="theora, vorbis"'></pre></dd>
 
 <!-- awaiting definition by the Ogg or BBC guys:
     <dt>Dirac video and Vorbis audio in Matroska container</dt>
-    <dd><pre><source src="video.mkv" type="video/x-matroska; codecs="></pre></dd>
+    <dd><pre><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><source src="video.wmv" type="video/x-ms-wmv; codecs="></pre></dd>
+    <dd><pre><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><source src="video.wmv" type="video/x-ms-wmv; codecs="></pre></dd>
+    <dd><pre><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><source src="video.wmv" type="video/x-ms-wmv; codecs="></pre></dd>
+    <dd><pre><source src='video.wmv' type='video/x-ms-wmv; codecs='></pre></dd>
 
     <dt>XviD video and MP3 audio in AVI container</dt>
-    <dd><pre><source src="video.avi" type="video/x-msvideo; codecs="></pre></dd>
+    <dd><pre><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><source src="video.avi" type="video/x-msvideo; codecs="></pre></dd>
+    <dd><pre><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><source src="video.rm" type="application/vnd.rn-realmedia; codecs="></pre></dd>
+    <dd><pre><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><source src="video.mpg" type="video/mpeg; codecs="></pre></dd>
+    <dd><pre><source src='video.mpg' type='video/mpeg; codecs='></pre></dd>
 -->
 
    </dl>
@@ -84973,6 +84973,7 @@
   Silvia Pfeiffer,
   Simon Montagu,
   Simon Pieters,
+  skeww, <!-- on reddit -->
   Stefan Haustein,
   Steffen Meschkat,
   Stephen Ma,




More information about the Commit-Watchers mailing list