html5/spec Overview.html,1.4278,1.4279

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31069

Modified Files:
	Overview.html 
Log Message:
fix role for <input type=file> (whatwg r5362)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4278
retrieving revision 1.4279
diff -u -d -r1.4278 -r1.4279
--- Overview.html	26 Aug 2010 18:58:05 -0000	1.4278
+++ Overview.html	26 Aug 2010 19:05:20 -0000	1.4279
@@ -9168,7 +9168,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

Received on Thursday, 26 August 2010 19:05:28 UTC