[html5] r2868 - [ac] (0) Accessibility of <canvas> is not optional. (credit: sf)
whatwg at whatwg.org
whatwg at whatwg.org
Tue Feb 24 18:24:13 PST 2009
Author: ianh
Date: 2009-02-24 18:24:12 -0800 (Tue, 24 Feb 2009)
New Revision: 2868
Modified:
index
source
Log:
[ac] (0) Accessibility of <canvas> is not optional. (credit: sf)
Modified: index
===================================================================
--- index 2009-02-25 02:16:44 UTC (rev 2867)
+++ index 2009-02-25 02:24:12 UTC (rev 2868)
@@ -20089,8 +20089,8 @@
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>
- <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
+ <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,
Modified: source
===================================================================
--- source 2009-02-25 02:16:44 UTC (rev 2867)
+++ source 2009-02-25 02:24:12 UTC (rev 2868)
@@ -21785,8 +21785,8 @@
elements (typically <code>h1</code>) and then styled using CSS and
supporting technologies such as XBL.</p>
- <p>When authors use the <code>canvas</code> element, they should
- also provide content that, when presented to the user, conveys
+ <p>When authors use the <code>canvas</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>canvas</code>
element. The contents of the <code>canvas</code> element, if any,
More information about the Commit-Watchers
mailing list