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

Issue 98183011: Expose semantics of landmark and related roles for assitive technologies (Closed)

Created:
6 years, 11 months ago by Takeshi Kurosawa
Modified:
6 years, 11 months ago
Reviewers:
dmazzoni
CC:
chromium-reviews, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, jam, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org
Base URL:
https://src.chromium.org/chrome/trunk/src/
Visibility:
Public.

Description

Expose semantics of HTML5 native elements (landmark and related roles) for assistive technologies on Windows. This changeset adds support for - article (xml-roles:article) - header (xml-roles:banner) - aside (xml-roles:complementary) - address (xml-roles:contentinfo) - footer (xml-roles:contentinfo) - main (xml-roles:main) - nav (xml-roles:navigation) - section (xml-roles:region) Patch from Takeshi Kurosawa <taken.spc@gmail.com>; BUG=253027 TEST=content\renderer\accessibility\accessibility_node_serializer.cc Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243522

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -4 lines) Patch
M AUTHORS View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/accessibility/dump_accessibility_tree_browsertest.cc View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M content/renderer/accessibility/accessibility_node_serializer.cc View 1 2 3 4 2 chunks +28 lines, -0 lines 0 comments Download
M content/test/data/accessibility/article.html View 1 2 3 4 1 chunk +5 lines, -1 line 0 comments Download
M content/test/data/accessibility/article-expected-android.txt View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M content/test/data/accessibility/article-expected-mac.txt View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M content/test/data/accessibility/article-expected-win.txt View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
A content/test/data/accessibility/landmark.html View 1 2 3 4 1 chunk +23 lines, -0 lines 0 comments Download
A content/test/data/accessibility/landmark-expected-android.txt View 1 2 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download
A content/test/data/accessibility/landmark-expected-mac.txt View 1 2 3 4 5 1 chunk +27 lines, -0 lines 0 comments Download
A content/test/data/accessibility/landmark-expected-win.txt View 1 2 3 4 5 1 chunk +27 lines, -0 lines 0 comments Download
A content/test/data/accessibility/region.html View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
A content/test/data/accessibility/region-expected-android.txt View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
A content/test/data/accessibility/region-expected-mac.txt View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
A content/test/data/accessibility/region-expected-win.txt View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Takeshi Kurosawa
6 years, 11 months ago (2014-01-03 17:09:42 UTC) #1
Takeshi Kurosawa
https://codereview.chromium.org/104583006/ is a related blink changeset. Without that, the landmark and related objects will be ...
6 years, 11 months ago (2014-01-03 17:15:34 UTC) #2
dmazzoni
Thanks! Making this work sounds great, but it shouldn't be necessary to change this source ...
6 years, 11 months ago (2014-01-03 18:16:54 UTC) #3
Takeshi Kurosawa
Thank you for your review. On 2014/01/03 18:16:54, Dominic Mazzoni wrote: > Thanks! Making this ...
6 years, 11 months ago (2014-01-04 12:02:13 UTC) #4
dmazzoni
On 2014/01/04 12:02:13, taken wrote: > The purpose of this changeset is adding support for ...
6 years, 11 months ago (2014-01-05 05:27:31 UTC) #5
dmazzoni
https://codereview.chromium.org/98183011/diff/90001/content/renderer/accessibility/accessibility_node_serializer.cc File content/renderer/accessibility/accessibility_node_serializer.cc (right): https://codereview.chromium.org/98183011/diff/90001/content/renderer/accessibility/accessibility_node_serializer.cc#newcode127 content/renderer/accessibility/accessibility_node_serializer.cc:127: std::string ConvertRole(const blink::WebAXRole role) { Let's call this GetEquivalentAriaRoleString. ...
6 years, 11 months ago (2014-01-05 05:27:38 UTC) #6
Takeshi Kurosawa
On 2014/01/05 05:27:31, Dominic Mazzoni wrote: > On 2014/01/04 12:02:13, taken wrote: > > The ...
6 years, 11 months ago (2014-01-05 23:19:54 UTC) #7
dmazzoni
You can get the Mac and Android expectations from the logs, e.g.: http://build.chromium.org/p/tryserver.chromium/builders/mac/builds/113179/steps/content_browsertests/logs/stdio
6 years, 11 months ago (2014-01-06 09:18:56 UTC) #8
dmazzoni
On 2014/01/05 23:19:54, taken wrote: > In my understanding, xml-roles is used to distinguish html ...
6 years, 11 months ago (2014-01-06 09:22:13 UTC) #9
Takeshi Kurosawa
Thank you for your reviews and kindness. I addressed your review comments (improved naming and ...
6 years, 11 months ago (2014-01-06 14:24:00 UTC) #10
dmazzoni
lgtm Great! I'll land this shortly if the tryjobs pass.
6 years, 11 months ago (2014-01-06 22:35:56 UTC) #11
Takeshi Kurosawa
On 2014/01/06 22:35:56, Dominic Mazzoni wrote: > lgtm > > Great! I'll land this shortly ...
6 years, 11 months ago (2014-01-07 13:52:00 UTC) #12
dmazzoni
On 2014/01/07 13:52:00, taken wrote: > On 2014/01/06 22:35:56, Dominic Mazzoni wrote: > > lgtm ...
6 years, 11 months ago (2014-01-07 16:22:31 UTC) #13
Takeshi Kurosawa
On 2014/01/07 16:22:31, Dominic Mazzoni wrote: > > As content/ was refactored, I will update ...
6 years, 11 months ago (2014-01-07 23:06:04 UTC) #14
dmazzoni
lgtm
6 years, 11 months ago (2014-01-07 23:14:43 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/taken.spc@gmail.com/98183011/380001
6 years, 11 months ago (2014-01-07 23:17:10 UTC) #16
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=43642
6 years, 11 months ago (2014-01-07 23:42:30 UTC) #17
dmazzoni
** Presubmit Warnings ** taken.spc@gmail.com is not in AUTHORS file. You already signed the CLA, ...
6 years, 11 months ago (2014-01-07 23:48:43 UTC) #18
Takeshi Kurosawa
On 2014/01/07 23:48:43, Dominic Mazzoni wrote: > ** Presubmit Warnings ** > mailto:taken.spc@gmail.com is not ...
6 years, 11 months ago (2014-01-08 04:04:50 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/taken.spc@gmail.com/98183011/580001
6 years, 11 months ago (2014-01-08 04:45:37 UTC) #20
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=243052
6 years, 11 months ago (2014-01-08 05:53:09 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/taken.spc@gmail.com/98183011/580001
6 years, 11 months ago (2014-01-08 06:29:23 UTC) #22
commit-bot: I haz the power
6 years, 11 months ago (2014-01-08 12:05:12 UTC) #23
Message was sent while issue was closed.
Change committed as 243522

Powered by Google App Engine
This is Rietveld 408576698