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

Issue 533893004: Adds accessibility role for figcaption tag (Closed)

Created:
6 years, 3 months ago by je_julie(Not used)
Modified:
6 years, 3 months ago
Reviewers:
dmazzoni
CC:
blink-reviews, jamesr, dglazkov+blink, dmazzoni, aboxhall, abarth-chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Adds accessibility role for figcaption tag BUG=282035 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181349

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M Source/core/accessibility/AXNodeObject.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/accessibility/AXObject.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/accessibility/AXRenderObject.cpp View 1 chunk +3 lines, -0 lines 1 comment Download
M Source/web/AssertMatchingEnums.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M public/web/WebAXEnums.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
je_julie(Not used)
dmazzoni, PTAL.
6 years, 3 months ago (2014-09-03 10:03:12 UTC) #2
dmazzoni
lgtm
6 years, 3 months ago (2014-09-03 21:19:23 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/je_julie.kim@samsung.com/533893004/1
6 years, 3 months ago (2014-09-03 21:20:37 UTC) #5
dmazzoni
https://codereview.chromium.org/533893004/diff/1/Source/core/accessibility/AXRenderObject.cpp File Source/core/accessibility/AXRenderObject.cpp (right): https://codereview.chromium.org/533893004/diff/1/Source/core/accessibility/AXRenderObject.cpp#newcode584 Source/core/accessibility/AXRenderObject.cpp:584: bool AXRenderObject::computeAccessibilityIsIgnored() const Note: I just realized you may ...
6 years, 3 months ago (2014-09-03 21:26:18 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1) as 181349
6 years, 3 months ago (2014-09-03 22:50:56 UTC) #7
je_julie(Not used)
On 2014/09/03 21:26:18, dmazzoni wrote: > https://codereview.chromium.org/533893004/diff/1/Source/core/accessibility/AXRenderObject.cpp > File Source/core/accessibility/AXRenderObject.cpp (right): > > https://codereview.chromium.org/533893004/diff/1/Source/core/accessibility/AXRenderObject.cpp#newcode584 > ...
6 years, 3 months ago (2014-09-04 04:55:19 UTC) #8
je_julie(Not used)
On 2014/09/04 04:55:19, je_julie.kim wrote: > On 2014/09/03 21:26:18, dmazzoni wrote: > > > https://codereview.chromium.org/533893004/diff/1/Source/core/accessibility/AXRenderObject.cpp ...
6 years, 3 months ago (2014-09-04 04:58:24 UTC) #9
je_julie(Not used)
dmazzoni, As you pointed out, We miss figcaption info with that test case on the ...
6 years, 3 months ago (2014-09-04 08:26:11 UTC) #10
dmazzoni
6 years, 3 months ago (2014-09-04 15:16:25 UTC) #11
Message was sent while issue was closed.
This change was already committed, so please just make a new change. You can
handle both figure and figcaption in that change if needed.

Powered by Google App Engine
This is Rietveld 408576698