- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 22 Aug 2009 01:34:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29120
Modified Files:
Overview.html
Log Message:
Remove the role=presentation implication since it screws up contenteditable, draggable, etc. (whatwg r3658)
Index: Overview.html
===================================================================
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:34:38 UTC