[html5] r5362 - [giow] (1) fix role for <input type=file> Fixing http://www.w3.org/Bugs/Public/s [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 26 12:05:16 PDT 2010
Author: ianh
Date: 2010-08-26 12:05:14 -0700 (Thu, 26 Aug 2010)
New Revision: 5362
Modified:
complete.html
index
source
Log:
[giow] (1) fix role for <input type=file>
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10439
Modified: complete.html
===================================================================
--- complete.html 2010-08-26 18:57:54 UTC (rev 5361)
+++ complete.html 2010-08-26 19:05:14 UTC (rev 5362)
@@ -10721,7 +10721,7 @@
<td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=title-aria-readonly>aria-readonly</code> state set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
<tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href=#file-upload-state title=attr-input-type-file>File Upload</a> state
- <td><code title=attr-aria-role-button>button</code> role
+ <td>No role
<tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href=#hidden-state title=attr-input-type-hidden>Hidden</a> state
<td>No role
Modified: index
===================================================================
--- index 2010-08-26 18:57:54 UTC (rev 5361)
+++ index 2010-08-26 19:05:14 UTC (rev 5362)
@@ -10643,7 +10643,7 @@
<td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=title-aria-readonly>aria-readonly</code> state set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
<tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href=#file-upload-state title=attr-input-type-file>File Upload</a> state
- <td><code title=attr-aria-role-button>button</code> role
+ <td>No role
<tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href=#hidden-state title=attr-input-type-hidden>Hidden</a> state
<td>No role
Modified: source
===================================================================
--- source 2010-08-26 18:57:54 UTC (rev 5361)
+++ source 2010-08-26 19:05:14 UTC (rev 5362)
@@ -10935,7 +10935,7 @@
<tr>
<td><code>input</code> element with a <code title="attr-input-type">type</code> attribute in the <span title="attr-input-type-file">File Upload</span> state
- <td><code title="attr-aria-role-button">button</code> role
+ <td>No role
<tr>
<td><code>input</code> element with a <code title="attr-input-type">type</code> attribute in the <span title="attr-input-type-hidden">Hidden</span> state
More information about the Commit-Watchers
mailing list