2Dapi; hixie: mark example up (whatwg r5379)

2Dapi; hixie: mark example up (whatwg r5379)

http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.67&r2=1.68&f=h
http://html5.org/tools/web-apps-tracker?from=5378&to=5379

===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- Overview.html 27 Aug 2010 19:18:22 -0000 1.67
+++ Overview.html 27 Aug 2010 23:06:06 -0000 1.68
@@ -3113,8 +3113,12 @@
    region</a> over the current canvas bitmap using the current
    composition operator.</li>
 
-  </ol></div><h2 id="examples"><span class="secno">15 </span>Examples</h2><p><i>This section is non-normative.</i><p>Here is an example of a script that uses canvas to draw pretty
-  glowing lines.<pre>&lt;canvas width="800" height="450"&gt;&lt;/canvas&gt;
+  </ol></div><h2 id="examples"><span class="secno">15 </span>Examples</h2><p><i>This section is non-normative.</i><div class="example">
+
+  <p>Here is an example of a script that uses canvas to draw pretty
+  glowing lines.</p>
+
+  <pre>&lt;canvas width="800" height="450"&gt;&lt;/canvas&gt;
 &lt;script&gt;
 
  var context = document.getElementsByTagName('canvas')[0].getContext('2d');
@@ -3153,7 +3157,9 @@
  }
  setInterval(blank, 40);
 
-&lt;/script&gt;</pre><h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web, because the newer ones keep changing. --><dl><dt id="refsBEZIER">[BEZIER]</dt>
+&lt;/script&gt;</pre>
+
+  </div><h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web, because the newer ones keep changing. --><dl><dt id="refsBEZIER">[BEZIER]</dt>
    <dd><cite>Courbes &agrave; poles</cite>, P. de Casteljau. INPI, 1959.</dd>
 
    <dt id="refsCSS">[CSS]</dt>

Received on Friday, 27 August 2010 23:06:50 UTC