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

Issue 887643003: Changed accessibility properies to meet W3C standard.

Created:
5 years, 10 months ago by m.lapinski
Modified:
5 years, 9 months ago
Reviewers:
dmazzoni
CC:
shreeram.srib
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Changed accessibility properies to meet W3C standard. Added missing stringValue implementation for slider and menu list elements. Fixed role property for menu list to correct value. Patch fixes failing canvas-fallback-content-2 test. BUG=385014

Patch Set 1 #

Total comments: 5

Patch Set 2 : Applying reviewer's sugestion. #

Patch Set 3 : Rebase #

Patch Set 4 : #

Patch Set 5 : Added test expectation for Android #

Total comments: 1

Patch Set 6 : Aplying rewiewer's sugestion. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -8 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
A + LayoutTests/platform/android/accessibility/canvas-fallback-content-2-expected.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXNodeObject.cpp View 1 2 3 4 5 2 chunks +11 lines, -4 lines 0 comments Download
M Source/modules/accessibility/AXRenderObject.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (5 generated)
m.lapinski
5 years, 10 months ago (2015-01-29 12:55:38 UTC) #2
dmazzoni
I suspect this will change the output of some DumpAccessibilityTree tests on the Chromium side. ...
5 years, 10 months ago (2015-01-29 16:28:29 UTC) #3
m.lapinski
https://codereview.chromium.org/887643003/diff/1/Source/modules/accessibility/AXRenderObject.cpp File Source/modules/accessibility/AXRenderObject.cpp (right): https://codereview.chromium.org/887643003/diff/1/Source/modules/accessibility/AXRenderObject.cpp#newcode285 Source/modules/accessibility/AXRenderObject.cpp:285: return (selectElement.multiple() || selectElement.size() > 1 ) ? ListBoxRole ...
5 years, 10 months ago (2015-01-30 10:46:21 UTC) #4
m.lapinski
On 2015/01/29 16:28:29, dmazzoni wrote: > I suspect this will change the output of some ...
5 years, 10 months ago (2015-02-02 16:24:51 UTC) #5
m.lapinski
On 2015/02/02 16:24:51, m.lapinski wrote: > I've built it by: > $ ninja -C out/Debug ...
5 years, 10 months ago (2015-02-02 16:48:12 UTC) #6
dmazzoni
On 2015/02/02 16:24:51, m.lapinski wrote: > On 2015/01/29 16:28:29, dmazzoni wrote: > > I suspect ...
5 years, 10 months ago (2015-02-02 18:59:25 UTC) #7
dmazzoni
https://codereview.chromium.org/887643003/diff/1/Source/modules/accessibility/AXRenderObject.cpp File Source/modules/accessibility/AXRenderObject.cpp (right): https://codereview.chromium.org/887643003/diff/1/Source/modules/accessibility/AXRenderObject.cpp#newcode285 Source/modules/accessibility/AXRenderObject.cpp:285: return (selectElement.multiple() || selectElement.size() > 1 ) ? ListBoxRole ...
5 years, 10 months ago (2015-02-02 19:49:25 UTC) #8
m.lapinski
I've done what you asked me to. Could you check it out?
5 years, 10 months ago (2015-02-18 10:49:30 UTC) #11
dmazzoni
Shreeram or Krzysztof, could either of you help by running try jobs and guiding m.lapinski ...
5 years, 10 months ago (2015-02-18 19:00:28 UTC) #14
dmazzoni
https://codereview.chromium.org/887643003/diff/80001/Source/modules/accessibility/AXRenderObject.cpp File Source/modules/accessibility/AXRenderObject.cpp (right): https://codereview.chromium.org/887643003/diff/80001/Source/modules/accessibility/AXRenderObject.cpp#newcode910 Source/modules/accessibility/AXRenderObject.cpp:910: if (isHTMLSelectElement(m_renderer->node())) { As I commented before, I don't ...
5 years, 10 months ago (2015-02-18 19:01:38 UTC) #15
k.czech
On 2015/02/18 19:00:28, dmazzoni wrote: > Shreeram or Krzysztof, could either of you help by ...
5 years, 10 months ago (2015-02-18 23:43:56 UTC) #16
k.czech
On 2015/02/18 23:43:56, k.czech wrote: > On 2015/02/18 19:00:28, dmazzoni wrote: > > Shreeram or ...
5 years, 10 months ago (2015-02-19 23:20:28 UTC) #17
dmazzoni
On 2015/02/19 23:20:28, k.czech wrote: > I'm not able to run try-bots for another user. ...
5 years, 10 months ago (2015-02-20 00:34:27 UTC) #18
shreeramk
5 years, 9 months ago (2015-03-23 18:06:26 UTC) #19
Developers with special try bot access can run try bot for others in browser on
this(codereview) site.

But if anyone having try job access for him/herself then he/she can run try bots
for others from linux terminal or DOS prompt.

Steps:
1. git checkout -b trybots origin/master
2. git cl issue 887643003
3. git cl patch 887643003
4. git cl try

Powered by Google App Engine
This is Rietveld 408576698