[html5] r3658 - [] (0) Remove the role=presentation implication since it screws up contenteditab [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 21 18:35:00 PDT 2009
Author: ianh
Date: 2009-08-21 18:34:59 -0700 (Fri, 21 Aug 2009)
New Revision: 3658
Modified:
index
source
Log:
[] (0) Remove the role=presentation implication since it screws up contenteditable, draggable, etc.
Modified: index
===================================================================
--- index 2009-08-22 01:11:28 UTC (rev 3657)
+++ index 2009-08-22 01:34:59 UTC (rev 3658)
@@ -9164,10 +9164,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>
Modified: source
===================================================================
--- source 2009-08-22 01:11:28 UTC (rev 3657)
+++ source 2009-08-22 01:34:59 UTC (rev 3658)
@@ -9507,11 +9507,6 @@
<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>div</code> element
- <td><code title="attr-aria-role-presentation">presentation</code> role
- <td>No restrictions
-
- <tr>
<td><code>html</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>
More information about the Commit-Watchers
mailing list