html5/canvas-extensions Overview-source.html,1.1,1.2 Overview.html,1.8,1.9

Update of /sources/public/html5/canvas-extensions
In directory hutz:/tmp/cvs-serv1289

Modified Files:
	Overview-source.html Overview.html 
Log Message:
Fixed drawsFocusRing IDL.


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/canvas-extensions/Overview.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.html	14 Dec 2011 11:52:31 -0000	1.8
+++ Overview.html	14 Dec 2011 12:49:27 -0000	1.9
@@ -230,7 +230,7 @@
 <ins>
                                                                                                          
   // Focus management                                                                                    
-  boolean <a href="#dom-context-2d-drawfocusring" title="dom-context-2d-drawFocusRing">drawFocusRing</a>(in <span>Element</span> element);                                                             
+  boolean <a href="#dom-context-2d-drawfocusring" title="dom-context-2d-drawFocusRing">drawFocusRing</a>(in <span>Element</span> element, in optional boolean canDrawCustom);                          
                                                                                                          
   // Caret and selection management                                                                      
   long <a href="#dom-context-2d-caretBlinkRate" title="dom-context-2d-caretBlinkRate">caretBlinkRate</a>();                                                                                 
@@ -522,4 +522,4 @@
 </dd><dt id="bib-RFC2119">[RFC2119]</dt><dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119.  URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a> 
 </dd><dt id="bib-WEBIDL">[WEBIDL]</dt><dd>Cameron McCormack. <a href="http://www.w3.org/TR/2008/WD-WebIDL-20081219"><cite>Web IDL.</cite></a> 19 December 2008. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2008/WD-WebIDL-20081219">http://www.w3.org/TR/2008/WD-WebIDL-20081219</a> 
 </dd></dl></div><div class="section" id="informative-references"><h3><span class="secno">A.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-WAI-ARIA">[WAI-ARIA]</dt><dd>Lisa Pappas; et al. <a href="http://www.w3.org/TR/2009/WD-wai-aria-20090224"><cite>Accessible Rich Internet Applications (WAI-ARIA) 1.0.</cite></a> 24 February 2009. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2009/WD-wai-aria-20090224">http://www.w3.org/TR/2009/WD-wai-aria-20090224</a> 
-</dd></dl></div></div></body></html>
\ No newline at end of file
+</dd></dl></div></div></body></html>

Index: Overview-source.html
===================================================================
RCS file: /sources/public/html5/canvas-extensions/Overview-source.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Overview-source.html	14 Dec 2011 11:54:00 -0000	1.1
+++ Overview-source.html	14 Dec 2011 12:49:26 -0000	1.2
@@ -259,7 +259,7 @@
 <ins>
                                                                                                          
   // Focus management                                                                                    
-  boolean <a href="#dom-context-2d-drawfocusring" title="dom-context-2d-drawFocusRing">drawFocusRing</a>(in <span>Element</span> element);                                                             
+  boolean <a href="#dom-context-2d-drawfocusring" title="dom-context-2d-drawFocusRing">drawFocusRing</a>(in <span>Element</span> element, in optional boolean canDrawCustom);                          
                                                                                                          
   // Caret and selection management                                                                      
   long <a href="#dom-context-2d-caretBlinkRate" title="dom-context-2d-caretBlinkRate">caretBlinkRate</a>();                                                                                 

Received on Wednesday, 14 December 2011 12:51:41 UTC