html5/spec Overview.html,1.2038,1.2039

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28206

Modified Files:
	Overview.html 
Log Message:
Accessibility of <canvas> is not optional. (credit: sf) (whatwg r2868)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2038
retrieving revision 1.2039
diff -u -d -r1.2038 -r1.2039
--- Overview.html	25 Feb 2009 02:16:49 -0000	1.2038
+++ Overview.html	25 Feb 2009 02:24:18 -0000	1.2039
@@ -16492,8 +16492,8 @@
   page heading: if the desired presentation of the heading is
   graphically intense, it should be marked up using appropriate
   elements (typically <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h1</a></code>) and then styled using CSS and
-  supporting technologies such as XBL.<p>When authors use the <code><a href=#the-canvas-element>canvas</a></code> element, they should
-  also provide content that, when presented to the user, conveys
+  supporting technologies such as XBL.<p>When authors use the <code><a href=#the-canvas-element>canvas</a></code> element, they must also
+  provide content that, when presented to the user, conveys
   essentially the same function or purpose as the bitmap canvas. This
   content may be placed as content of the <code><a href=#the-canvas-element>canvas</a></code>
   element. The contents of the <code><a href=#the-canvas-element>canvas</a></code> element, if any,

Received on Wednesday, 25 February 2009 02:24:31 UTC