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

Issue 2962673003: [DevTools] Bring ARIA config up to date with ARIA 1.1 (Closed)

Created:
3 years, 5 months ago by aboxhall
Modified:
3 years, 5 months ago
Reviewers:
aleventhal, lushnikov
CC:
chromium-reviews, caseq+blink_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, pfeldman+blink_chromium.org, nektarios, je_julie, dougt+watch_chromium.org, aleventhal+watch_chromium.org, dtseng+watch_chromium.org, devtools-reviews_chromium.org, blink-reviews, apavlov+blink_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman, dmazzoni, dmazzoni+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Bring ARIA config up to date with ARIA 1.1 (https://www.w3.org/TR/wai-aria-1.1) BUG=616950 Review-Url: https://codereview.chromium.org/2962673003 Cr-Commit-Position: refs/heads/master@{#485174} Committed: https://chromium.googlesource.com/chromium/src/+/11353980a216e622907d7077541128c4384c7850

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address review comments #

Patch Set 3 : Add aria-setsize and aria-posinset to row role #

Total comments: 30

Patch Set 4 : aleventhal comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -85 lines) Patch
M third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js View 1 2 3 5 chunks +272 lines, -85 lines 0 comments Download

Messages

Total messages: 28 (12 generated)
aboxhall
3 years, 5 months ago (2017-06-28 00:55:01 UTC) #2
lushnikov
https://codereview.chromium.org/2962673003/diff/1/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js File third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js (right): https://codereview.chromium.org/2962673003/diff/1/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js#newcode1 third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js:1: Accessibility.ARIAMetadata._config = { shouldn't we have a LICENSE here? ...
3 years, 5 months ago (2017-06-28 18:19:05 UTC) #6
aboxhall
On 2017/06/28 18:19:05, lushnikov wrote: > https://codereview.chromium.org/2962673003/diff/1/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js > File third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js > (right): > > https://codereview.chromium.org/2962673003/diff/1/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js#newcode1 ...
3 years, 5 months ago (2017-06-28 21:01:55 UTC) #7
aboxhall
https://codereview.chromium.org/2962673003/diff/1/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js File third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js (right): https://codereview.chromium.org/2962673003/diff/1/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js#newcode1 third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js:1: Accessibility.ARIAMetadata._config = { On 2017/06/28 18:19:05, lushnikov wrote: > ...
3 years, 5 months ago (2017-06-28 21:04:49 UTC) #8
aleventhal
On 2017/06/28 21:04:49, aboxhall wrote: > https://codereview.chromium.org/2962673003/diff/1/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js > File third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js > (right): > > https://codereview.chromium.org/2962673003/diff/1/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js#newcode1 ...
3 years, 5 months ago (2017-06-28 21:18:22 UTC) #9
lushnikov
yes, lgtm, but we should get license header back :)
3 years, 5 months ago (2017-06-28 22:54:14 UTC) #10
aleventhal
lgtm I went over the properties line-by-line, but not all of the roles. If you ...
3 years, 5 months ago (2017-06-29 20:18:13 UTC) #11
aboxhall
On 2017/06/28 22:54:14, lushnikov wrote: > yes, lgtm, but we should get license header back ...
3 years, 5 months ago (2017-06-29 23:56:07 UTC) #12
aboxhall
https://codereview.chromium.org/2962673003/diff/1/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js File third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js (left): https://codereview.chromium.org/2962673003/diff/1/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js#oldcode60 third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js:60: 'combobox': { On 2017/06/29 20:18:13, aleventhal wrote: > Note: ...
3 years, 5 months ago (2017-06-29 23:58:27 UTC) #13
aboxhall
On 2017/06/29 20:18:13, aleventhal wrote: > lgtm > > I went over the properties line-by-line, ...
3 years, 5 months ago (2017-06-30 00:01:28 UTC) #14
aleventhal
On 2017/06/29 23:58:27, aboxhall wrote: > Hm, the spec says: > > The "undefined" value, ...
3 years, 5 months ago (2017-06-30 13:46:51 UTC) #15
aleventhal
Ok, found stuff after going over each line. It was a Friday afternoon before a ...
3 years, 5 months ago (2017-06-30 20:30:20 UTC) #16
aboxhall
Thanks for the thorough review, that was really helpful! I realise you already LGTM'd, but ...
3 years, 5 months ago (2017-07-06 01:58:53 UTC) #19
aleventhal
On 2017/07/06 01:58:53, aboxhall wrote: > Thanks for the thorough review, that was really helpful! ...
3 years, 5 months ago (2017-07-06 14:55:19 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2962673003/60001
3 years, 5 months ago (2017-07-10 00:08:16 UTC) #25
commit-bot: I haz the power
3 years, 5 months ago (2017-07-10 02:24:43 UTC) #28
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/11353980a216e622907d70775411...

Powered by Google App Engine
This is Rietveld 408576698