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

Issue 653433002: Input type number should return SpinButtonRole from blink to chromium side to expose w correct role. (Closed)

Created:
6 years, 2 months ago by shreeramk
Modified:
6 years, 1 month ago
CC:
blink-reviews, dglazkov+blink, aboxhall, mkwst+moarreviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Input type number should return SpinButtonRole from blink to chromium side to expose w correct role. This patch would return SpinButtonRole for input type number. So, that input type attribute "number" could be exposed similar to ARIA role spinbutton. This is in accordance with following http://rawgit.com/w3c/aria/master/html-aam/html-aam.html BUG=385014

Patch Set 1 #

Patch Set 2 : Incorporating comments #

Patch Set 3 : Updating based on latest editor draft spec #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M Source/core/accessibility/AXNodeObject.cpp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/accessibility/AXRenderObject.cpp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (3 generated)
shreeramk
Please review. This CL would be followed up by a Chromium side CL. Thanks!
6 years, 2 months ago (2014-10-12 18:51:19 UTC) #2
Mike West
The code change looks reasonable, but accessibility/canvas-fallback-content-2.html is failing consistently. Please take a look at ...
6 years, 2 months ago (2014-10-13 04:07:15 UTC) #3
shreeramk
On 2014/10/13 04:07:15, Mike West wrote: > The code change looks reasonable, but > accessibility/canvas-fallback-content-2.html ...
6 years, 2 months ago (2014-10-13 06:01:54 UTC) #4
dmazzoni
Let's call this NumberFieldRole rather than just NumberRole, to make it clear that this role ...
6 years, 2 months ago (2014-10-13 07:51:43 UTC) #5
shreeramk
On 2014/10/13 07:51:43, dmazzoni wrote: > Let's call this NumberFieldRole rather than just NumberRole, to ...
6 years, 2 months ago (2014-10-13 08:09:13 UTC) #6
dmazzoni
lgtm
6 years, 2 months ago (2014-10-13 08:20:32 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/653433002/150001
6 years, 2 months ago (2014-10-13 08:21:23 UTC) #9
shreeramk
On 2014/10/13 08:21:23, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years, 2 months ago (2014-10-13 08:42:58 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/28947)
6 years, 2 months ago (2014-10-13 09:47:23 UTC) #12
shreeramk
On 2014/10/13 09:47:23, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 2 months ago (2014-10-14 17:45:35 UTC) #13
dmazzoni
Inside a canvas, it'd be calling the AXNodeObject code, and outside it'll be calling the ...
6 years, 2 months ago (2014-10-15 13:38:55 UTC) #14
shreeramk
On 2014/10/15 13:38:55, dmazzoni wrote: > Inside a canvas, it'd be calling the AXNodeObject code, ...
6 years, 2 months ago (2014-10-15 14:07:54 UTC) #15
dmazzoni
Part of the issue is that you're introducing a new role that's used in a ...
6 years, 2 months ago (2014-10-15 15:10:35 UTC) #16
shreeramk
I ll update this issue once I ll be back to office. Sorry for the ...
6 years, 1 month ago (2014-10-27 16:07:05 UTC) #17
shreeramk
6 years, 1 month ago (2014-11-10 11:19:14 UTC) #18
On 2014/10/27 16:07:05, shreeramk wrote:
> I ll update this issue once I ll be back to office. Sorry for the delay.

I am facing problem in rebasing this CL. So, I'm continuing the same in this new
CL https://codereview.chromium.org/718433002/

Thanks :)

Powered by Google App Engine
This is Rietveld 408576698