Bug 155374 - [AX] SVG element with child desc not exposed
Summary: [AX] SVG element with child desc not exposed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joanmarie Diggs
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-03-11 11:43 PST by Joanmarie Diggs
Modified: 2016-03-14 10:18 PDT (History)
9 users (show)

See Also:


Attachments
Patch (4.98 KB, patch)
2016-03-11 11:48 PST, Joanmarie Diggs
no flags Details | Formatted Diff | Diff
Patch (6.03 KB, patch)
2016-03-14 08:33 PDT, Joanmarie Diggs
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joanmarie Diggs 2016-03-11 11:43:59 PST
[AX] SVG element with child desc not exposed
Comment 1 Joanmarie Diggs 2016-03-11 11:48:05 PST
Created attachment 273750 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2016-03-11 11:49:23 PST
<rdar://problem/25114469>
Comment 3 Darin Adler 2016-03-11 13:56:11 PST
Comment on attachment 273750 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=273750&action=review

> Source/WebCore/accessibility/AccessibilitySVGElement.h:35
> +class AccessibilitySVGElement : public AccessibilityRenderObject {

Since the class is no longer final, best practice would be to mark the overrides of virtual functions here final, instead of override, unless we need to override them further in the derived class.

I believe that’s true for *all* the override functions in this class.

Further, everything in this class except the constructor that is currently protected seems like it should be private instead.
Comment 4 Joanmarie Diggs 2016-03-14 08:33:34 PDT
Created attachment 273979 [details]
Patch
Comment 5 Joanmarie Diggs 2016-03-14 09:22:18 PDT
@Darin: Changes made. Thanks for the review!

@Chris: Accessibility sanity check? :)
Comment 6 chris fleizach 2016-03-14 09:25:28 PDT
(In reply to comment #5)
> @Darin: Changes made. Thanks for the review!
> 
> @Chris: Accessibility sanity check? :)

LGTM
Comment 7 WebKit Commit Bot 2016-03-14 10:18:40 PDT
Comment on attachment 273979 [details]
Patch

Clearing flags on attachment: 273979

Committed r198137: <http://trac.webkit.org/changeset/198137>
Comment 8 WebKit Commit Bot 2016-03-14 10:18:44 PDT
All reviewed patches have been landed.  Closing bug.