CVS html5/misc

Update of /sources/public/html5/misc
In directory roscoe:/tmp/cvs-serv31398

Modified Files:
	canvas-implementation.html 
Log Message:
Changed the drawSystemFocusRing, drawCustomFocusRing, and ScrollPathIntoView from needs tests to at risk. Also changed drawingStyleObjects to interoperable.

--- /sources/public/html5/misc/canvas-implementation.html	2013/07/03 16:00:45	1.1
+++ /sources/public/html5/misc/canvas-implementation.html	2013/07/08 17:45:46	1.2
@@ -75,7 +75,7 @@
 
 <body>
   <h1>W3C HTML Canvas 2D Context Candidate Recommendation 17 December 2012</h1>
-  <div>Status document: June 20, 2013</div>
+  <div>Status document: 8 July, 2013</div>
   <div ><p>This is status for the <a href="http://www.w3.org/TR/2012/CR-2dcontext-20121217/">HTML Canvas 2D Context Candidate Recommendation </a>. </p>
     <p> Items have been tagged as having tests are based on tests listed at <a href="http://w3c-test.org/web-platform-tests/master/2dcontext/">http://w3c-test.org/web-platform-tests/master/2dcontext/</a> and 
     at the test authors site <a href="http://philip.html5.org/tests/canvas/suite/tests/">http://philip.html5.org/tests/canvas/suite/tests/</a>.
@@ -142,12 +142,12 @@
       </tr>
 
       <tr>
-        <td class="Red1">       
+        <td class="Green1">       
         3. DrawingStyle objects</td>
       </tr>
 
       <tr>
-        <td class="Red2">
+        <td class="Green">
          a. DrawingStyle object</td>
       </tr>
 
@@ -401,15 +401,15 @@
       </tr>
 
       <tr>
-        <td class="Yellow1">d.&nbsp; drawSystemFocusRing()</td>
+        <td class="Red2">d.&nbsp; drawSystemFocusRing()</td>
       </tr>
 
       <tr>
-        <td class="Yellow1">e.&nbsp;drawCustomFocusRing()</td>
+        <td class="Red2">e.&nbsp;drawCustomFocusRing()</td>
       </tr>
 
       <tr>
-        <td class="Yellow1">
+        <td class="Red2">
 
         f.&nbsp; scrollPathIntoView()</td>
       </tr>

Received on Monday, 8 July 2013 17:45:47 UTC