hixie: Remove the role=presentation implication since it screws up contenteditable, draggable, etc. (whatwg r3658)

hixie: Remove the role=presentation implication since it screws up
contenteditable, draggable, etc. (whatwg r3658)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2837&r2=1.2838&f=h
http://html5.org/tools/web-apps-tracker?from=3657&to=3658

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2837
retrieving revision 1.2838
diff -u -d -r1.2837 -r1.2838
--- Overview.html 22 Aug 2009 01:10:56 -0000 1.2837
+++ Overview.html 22 Aug 2009 01:34:26 -0000 1.2838
@@ -8135,10 +8135,6 @@
      <td><code title="attr-aria-role-note">note</code> role
      <td>Role must be either <code title="attr-aria-role-note">note</code>, <code title="attr-aria-role-complementary">complementary</code>, or <code title="attr-aria-role-search">search</code>
 
-    <tr><td><code><a href="#the-div-element">div</a></code> element
-     <td><code title="attr-aria-role-presentation">presentation</code> role
-     <td>No restrictions
-
     <tr><td><code><a href="#the-html-element">html</a></code> element
      <td><code title="attr-aria-role-document">document</code> role
      <td>Role must be either <code title="attr-aria-role-document">document</code> or <code title="attr-aria-role-application">application</code>

Received on Saturday, 22 August 2009 01:35:23 UTC