RESOLVED FIXED Bug 65664
An element with role=textbox should have settable AXValue unless read-only
https://bugs.webkit.org/show_bug.cgi?id=65664
Summary An element with role=textbox should have settable AXValue unless read-only
Alice Boxhall
Reported 2011-08-03 21:17:02 PDT
http://www.w3.org/TR/wai-aria/roles#textbox describes the WAI-ARIA textbox role. As a subclass of the "input" role, the "textbox" role allows user input. Thus, its AXValue should be marked as writable.
Attachments
Patch (9.45 KB, patch)
2011-08-03 21:28 PDT, Alice Boxhall
no flags
Alice Boxhall
Comment 1 2011-08-03 21:28:54 PDT
chris fleizach
Comment 2 2011-08-03 22:56:16 PDT
Comment on attachment 102874 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=102874&action=review r=me, but please remove extraneous white space > Source/WebCore/accessibility/AccessibilityRenderObject.cpp:99 > + please remove extraneous white space > Source/WebCore/accessibility/AccessibilityRenderObject.cpp:656 > + please remove extraneous white space
Alice Boxhall
Comment 3 2011-08-03 23:03:03 PDT
Comment on attachment 102874 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=102874&action=review >> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:99 >> + > > please remove extraneous white space This change removes the extraneous white space which was there previously. >> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:656 >> + > > please remove extraneous white space This change removes the extraneous white space which was there previously.
WebKit Review Bot
Comment 4 2011-08-03 23:36:10 PDT
Comment on attachment 102874 [details] Patch Clearing flags on attachment: 102874 Committed r92352: <http://trac.webkit.org/changeset/92352>
WebKit Review Bot
Comment 5 2011-08-03 23:36:14 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.