summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webaccessibility.h
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-01 19:52:04 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-01 19:52:04 +0000
commitbd554c644039736cf4eb3944f63b7a8e87c449d9 (patch)
treec10f024ecd6f3a5665c4eacf6a9c0c81f866a9b1 /webkit/glue/webaccessibility.h
parent017091110712afd7f2bdba2ab9c97f51d06c87b5 (diff)
downloadchromium_src-bd554c644039736cf4eb3944f63b7a8e87c449d9.zip
chromium_src-bd554c644039736cf4eb3944f63b7a8e87c449d9.tar.gz
chromium_src-bd554c644039736cf4eb3944f63b7a8e87c449d9.tar.bz2
Make the selection start and end attributes of an html input control
accessible, implement IAccessibleText methods to retrieve this info, and post a notification when the cursor moves within a text field. BUG=none TEST=Added new test to renderer_accessibility_browsertest Review URL: http://codereview.chromium.org/3389037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61216 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webaccessibility.h')
-rw-r--r--webkit/glue/webaccessibility.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/glue/webaccessibility.h b/webkit/glue/webaccessibility.h
index 09a9473..cc92939 100644
--- a/webkit/glue/webaccessibility.h
+++ b/webkit/glue/webaccessibility.h
@@ -163,6 +163,10 @@ struct WebAccessibility {
ATTR_DOC_MIMETYPE,
ATTR_DOC_DOCTYPE,
+ // Editable text attributes
+ ATTR_TEXT_SEL_START,
+ ATTR_TEXT_SEL_END,
+
// Attributes that could apply to any node.
ATTR_ACTION,
ATTR_DESCRIPTION,