HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/5362

SVNBugCommentTime (UTC)
536210439[Gecko] [Internet Explorer] [Opera] [Webkit] fix role for <input type=file>2010-08-26 19:05
Index: source
===================================================================
--- source	(revision 5361)
+++ source	(revision 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

|