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

Issue 713873002: Add the case for figure in title() and accessibilityDescription(). (Closed)

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

Description

Add textUnderElement of figcaption for figure in title and add the case for figure in accessibilityDescription. To follow the spec, http://rawgit.com/w3c/aria/master/html-aam/html-aam.html#el-figure, textUnderElement of figcaption is used for name of figure. BUG=282035 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185267

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update accessibilityDescription for figcaption #

Total comments: 4

Patch Set 3 : Update parameter name #

Patch Set 4 : Change API name to 'findChildWithTagName' #

Patch Set 5 : Update code on the latest source tree #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -0 lines) Patch
M Source/modules/accessibility/AXNodeObject.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/accessibility/AXNodeObject.cpp View 1 2 3 4 3 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
je_julie(Not used)
Dominic, This patch makes figure element use textUnderElement of figcaption for name attribute as the ...
6 years, 1 month ago (2014-11-10 15:40:41 UTC) #2
dmazzoni
https://codereview.chromium.org/713873002/diff/1/Source/core/accessibility/AXNodeObject.cpp File Source/core/accessibility/AXNodeObject.cpp (right): https://codereview.chromium.org/713873002/diff/1/Source/core/accessibility/AXNodeObject.cpp#newcode1258 Source/core/accessibility/AXNodeObject.cpp:1258: return child->textUnderElement(); I think this should be child->title() or ...
6 years, 1 month ago (2014-11-10 17:16:10 UTC) #3
je_julie(Not used)
https://codereview.chromium.org/713873002/diff/1/Source/core/accessibility/AXNodeObject.cpp File Source/core/accessibility/AXNodeObject.cpp (right): https://codereview.chromium.org/713873002/diff/1/Source/core/accessibility/AXNodeObject.cpp#newcode1258 Source/core/accessibility/AXNodeObject.cpp:1258: return child->textUnderElement(); Thanks for your idea. I took the ...
6 years, 1 month ago (2014-11-11 15:38:51 UTC) #4
dmazzoni
lgtm https://codereview.chromium.org/713873002/diff/20001/Source/core/accessibility/AXNodeObject.cpp File Source/core/accessibility/AXNodeObject.cpp (right): https://codereview.chromium.org/713873002/diff/20001/Source/core/accessibility/AXNodeObject.cpp#newcode1184 Source/core/accessibility/AXNodeObject.cpp:1184: AXObject* AXNodeObject::searchAXObjectFromChild(const HTMLQualifiedName& node) const The argument name ...
6 years, 1 month ago (2014-11-12 06:03:04 UTC) #5
je_julie(Not used)
Dominic, I updated patch with changing the parameter name. PTAL. https://codereview.chromium.org/713873002/diff/20001/Source/core/accessibility/AXNodeObject.cpp File Source/core/accessibility/AXNodeObject.cpp (right): https://codereview.chromium.org/713873002/diff/20001/Source/core/accessibility/AXNodeObject.cpp#newcode1184 ...
6 years, 1 month ago (2014-11-12 13:07:04 UTC) #6
dmazzoni
On 2014/11/12 13:07:04, je_julie wrote: > > Great idea for a helper function - I'd ...
6 years, 1 month ago (2014-11-12 19:54:38 UTC) #7
je_julie(Not used)
On 2014/11/12 19:54:38, dmazzoni wrote: > Sorry, to be clear - please change the function ...
6 years, 1 month ago (2014-11-13 00:53:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/713873002/80001
6 years, 1 month ago (2014-11-13 03:53:32 UTC) #10
commit-bot: I haz the power
6 years, 1 month ago (2014-11-13 04:35:18 UTC) #11
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as 185267

Powered by Google App Engine
This is Rietveld 408576698