Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Issue 779513007: Introduce new API ariaAutoComplete() to expose correct state and object attribute. (Closed)

Created:
6 years ago by shreeramk
Modified:
6 years ago
Reviewers:
*dmazzoni, Mike West, aboxhall
CC:
blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Introduce new API ariaAutoComplete() to expose correct state and object attribute. According to specs http://rawgit.com/w3c/aria/master/core-aam/core-aam.html aria-autocomplete {"inline", "list","both"} set IA2_STATE_SUPPORTS_AUTOCOMPLETION. aria-autocomplete {"none"} Not Mapped Also expose object attribute autocomplete: <value>. <div role="combobox" aria-autocomplete="inline"></div> <div role="combobox" aria-autocomplete="list"></div> <div role="combobox"aria-autocomplete="both"></div> <div role="combobox" aria-autocomplete="none"></div> AX Tree: ROLE_SYSTEM_COMBOBOX IA2_STATE_SUPPORTS_AUTOCOMPLETION autocomplete:inline ROLE_SYSTEM_COMBOBOX IA2_STATE_SUPPORTS_AUTOCOMPLETION autocomplete:list ROLE_SYSTEM_COMBOBOX IA2_STATE_SUPPORTS_AUTOCOMPLETION autocomplete:both ROLE_SYSTEM_COMBOBOX BUG=169559, 169563 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186919

Patch Set 1 #

Total comments: 2

Patch Set 2 : incoporating comments #

Total comments: 1

Patch Set 3 : fixing nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M Source/core/html/HTMLAttributeNames.in View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/accessibility/AXNodeObject.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/accessibility/AXNodeObject.cpp View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M Source/modules/accessibility/AXObject.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebAXObject.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
M public/web/WebAXObject.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
shreeramk
Please review. thanks!!
6 years ago (2014-12-08 17:08:17 UTC) #2
shreeramk
mkwst@chromium.org: Please review changes in web/ and HTMLAttributeNames.in Thanks!1
6 years ago (2014-12-08 17:10:21 UTC) #4
Mike West
web/ LGTM, but please wait for either Dominic or Alice to sign off on the ...
6 years ago (2014-12-09 14:12:03 UTC) #7
dmazzoni
https://codereview.chromium.org/779513007/diff/1/Source/modules/accessibility/AXNodeObject.cpp File Source/modules/accessibility/AXNodeObject.cpp (right): https://codereview.chromium.org/779513007/diff/1/Source/modules/accessibility/AXNodeObject.cpp#newcode957 Source/modules/accessibility/AXNodeObject.cpp:957: if (roleValue() == ComboBoxRole || roleValue() == TextAreaRole) This ...
6 years ago (2014-12-09 16:19:36 UTC) #8
shreeramk
@Dominic: Comments Incorporated. PTAL. Thanks!
6 years ago (2014-12-10 05:10:10 UTC) #9
dmazzoni
lgtm one more nit, then ok to land. thanks https://codereview.chromium.org/779513007/diff/20001/Source/modules/accessibility/AXNodeObject.cpp File Source/modules/accessibility/AXNodeObject.cpp (right): https://codereview.chromium.org/779513007/diff/20001/Source/modules/accessibility/AXNodeObject.cpp#newcode961 Source/modules/accessibility/AXNodeObject.cpp:961: ...
6 years ago (2014-12-10 18:20:00 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/779513007/40001
6 years ago (2014-12-11 05:18:22 UTC) #12
commit-bot: I haz the power
6 years ago (2014-12-11 06:16:54 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=186919

Powered by Google App Engine
This is Rietveld 408576698