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

Issue 2334693003: Add ARIA markup for tabs & tab panels (Closed)

Created:
4 years, 3 months ago by hhillen
Modified:
4 years, 3 months ago
Reviewers:
hans.hillen, einbinder, dgozman, aboxhall, pfeldman
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add ARIA markup for tabs & tab panels, make active tab part of the tab order BUG=646099 Committed: https://crrev.com/044ed68383b84bb98ecb7985fc065e12dc84b084 Cr-Commit-Position: refs/heads/master@{#418700}

Patch Set 1 #

Total comments: 6

Patch Set 2 : fixed aboxhall comments #

Total comments: 2

Patch Set 3 : Remove roving tabindex per einbinder's suggestion #

Patch Set 4 : forgot changing two aria-expanded attributes to aria-selected #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M AUTHORS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/Panel.js View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js View 1 2 3 4 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (21 generated)
hhillen
4 years, 3 months ago (2016-09-12 20:37:26 UTC) #2
aboxhall
https://codereview.chromium.org/2334693003/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js File third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js (right): https://codereview.chromium.org/2334693003/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js#newcode37 third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js:37: // change This probably isn't needed any more? https://codereview.chromium.org/2334693003/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js#newcode51 ...
4 years, 3 months ago (2016-09-12 20:41:11 UTC) #9
hhillen
https://codereview.chromium.org/2334693003/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js File third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js (right): https://codereview.chromium.org/2334693003/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js#newcode37 third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js:37: // change On 2016/09/12 20:41:11, aboxhall wrote: > This ...
4 years, 3 months ago (2016-09-12 21:11:18 UTC) #10
aboxhall
lgtm +einbinder for devtools review
4 years, 3 months ago (2016-09-12 21:13:35 UTC) #13
einbinder
lgtm https://codereview.chromium.org/2334693003/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js File third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js (right): https://codereview.chromium.org/2334693003/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js#newcode774 third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js:774: tab.tabElement.tabIndex = 0; Let's move the tabIndex changes ...
4 years, 3 months ago (2016-09-12 23:21:25 UTC) #19
hhillen
https://codereview.chromium.org/2334693003/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js File third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js (right): https://codereview.chromium.org/2334693003/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js#newcode774 third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js:774: tab.tabElement.tabIndex = 0; On 2016/09/12 23:21:25, einbinder wrote: > ...
4 years, 3 months ago (2016-09-12 23:26:52 UTC) #20
hhillen
4 years, 3 months ago (2016-09-12 23:26:54 UTC) #21
hhillen
4 years, 3 months ago (2016-09-13 16:51:36 UTC) #22
aboxhall
lgtm
4 years, 3 months ago (2016-09-13 16:53:48 UTC) #23
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/2334693003/60001
4 years, 3 months ago (2016-09-13 16:55:39 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/258411)
4 years, 3 months ago (2016-09-13 17:03:36 UTC) #28
pfeldman
lgtm
4 years, 3 months ago (2016-09-14 00:23:05 UTC) #30
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/2334693003/60001
4 years, 3 months ago (2016-09-14 21:06:00 UTC) #32
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-14 22:35:41 UTC) #34
commit-bot: I haz the power
4 years, 3 months ago (2016-09-14 22:38:26 UTC) #36
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/044ed68383b84bb98ecb7985fc065e12dc84b084
Cr-Commit-Position: refs/heads/master@{#418700}

Powered by Google App Engine
This is Rietveld 408576698