html5/2dcontext Overview.html,1.184,1.185

Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv6664

Modified Files:
	Overview.html 
Log Message:
commit 41a026288d0aac3f4600e212189726b682a16f09
Author: Jay Munro <jaymunro@microsoft.com>
Date:   Thu Oct 18 13:51:46 2012 -0700

    Revert "Revert "removed features for issue-201""
    
    This reverts commit d6e7bdec63f75eef38dbfdb6f80abf85dd939097.


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- Overview.html	18 Oct 2012 18:13:29 -0000	1.184
+++ Overview.html	18 Oct 2012 21:13:34 -0000	1.185
@@ -588,11 +588,10 @@
  <li><a href="#hit-regions"><span class="secno">14 </span>Hit regions</a></li>
  <li><a href="#pixel-manipulation"><span class="secno">15 </span>Pixel manipulation</a></li>
  <li><a href="#compositing"><span class="secno">16 </span>Compositing</a></li>
- <li><a href="#image-smoothing"><span class="secno">17 </span>Image smoothing</a></li>
- <li><a href="#shadows"><span class="secno">18 </span>Shadows</a></li>
- <li><a href="#drawing-model"><span class="secno">19 </span>Drawing model</a></li>
- <li><a href="#best-practices"><span class="secno">20 </span>Best practices</a></li>
- <li><a href="#examples"><span class="secno">21 </span>Examples</a></li>
+ <li><a href="#shadows"><span class="secno">17 </span>Shadows</a></li>
+ <li><a href="#drawing-model"><span class="secno">18 </span>Drawing model</a></li>
+ <li><a href="#best-practices"><span class="secno">19 </span>Best practices</a></li>
[...1343 lines suppressed...]
   <p>When a shape or image is painted, user agents must follow these
   steps, in the order given (or act as if they do):</p>
@@ -5825,7 +5600,7 @@
   </div>
 
 
-  <h2 id="best-practices"><span class="secno">20 </span>Best practices</h2>
+  <h2 id="best-practices"><span class="secno">19 </span>Best practices</h2>
 
   <p><i>This section is non-normative.</i></p>
   <p>When a canvas is interactive, authors should include focusable
@@ -5890,7 +5665,7 @@
   attribute.</p>
 
 
-  <h2 id="examples"><span class="secno">21 </span>Examples</h2>
+  <h2 id="examples"><span class="secno">20 </span>Examples</h2>
 
   <p><i>This section is non-normative.</i></p>
   <div class="example">

Received on Thursday, 18 October 2012 21:13:37 UTC