- From: poot <cvsmail@w3.org>
- Date: Fri, 27 Aug 2010 04:11:20 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: fix role for <input type=file> (whatwg r5362) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4278&r2=1.4279&f=h http://html5.org/tools/web-apps-tracker?from=5361&to=5362 =================================================================== 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:06:06 UTC