html5/spec Overview.html,1.4943,1.4944

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

Modified Files:
	Overview.html 
Log Message:
Further discourage misuse of <canvas> that cannot be made accessible or usable. (whatwg r6145)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4943
retrieving revision 1.4944
diff -u -d -r1.4943 -r1.4944
--- Overview.html	23 May 2011 20:43:07 -0000	1.4943
+++ Overview.html	23 May 2011 21:03:14 -0000	1.4944
@@ -27263,7 +27263,7 @@
    <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#embedded-content">embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
-   <dd><a href="#transparent">Transparent</a>.</dd>
+   <dd><a href="#transparent">Transparent</a>, but with no <a href="#interactive-content">interactive content</a> descendants except for <code><a href="#the-a-element">a</a></code> elements, <code><a href="#the-button-element">button</a></code> elements, <code><a href="#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute are in the <a href="#checkbox-state" title="attr-input-type-checkbox">Checkbox</a> or <a href="#radio-button-state" title="attr-input-type-radio">Radio Button</a> states, and <code><a href="#the-input-element">input</a></code> elements that are <a href="#concept-button" title="concept-button">buttons</a>.</dd> 
    <dt>Content attributes:</dt>
    <dd><a href="#global-attributes">Global attributes</a></dd>
    <dd><code title="attr-canvas-width"><a href="#attr-canvas-width">width</a></code></dd>

Received on Monday, 23 May 2011 21:03:20 UTC