- From: poot <cvsmail@w3.org>
- Date: Mon, 23 May 2011 17:04:53 -0400
- To: public-html-diffs@w3.org
hixie: Further discourage misuse of <canvas> that cannot be made accessible or usable. (whatwg r6145) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4943&r2=1.4944&f=h http://html5.org/tools/web-apps-tracker?from=6144&to=6145 =================================================================== 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:04:55 UTC