- From: poot <cvsmail@w3.org>
- Date: Wed, 25 Feb 2009 11:27:25 +0900 (JST)
- To: public-html-diffs@w3.org
Accessibility of <canvas> is not optional. (credit: sf) (whatwg r2868) HTMLCanvasElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.2039.html#htmlcanvaselement http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2038&r2=1.2039&f=h http://html5.org/tools/web-apps-tracker?from=2867&to=2868 =================================================================== 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:28:05 UTC