Bug 200394

Summary: Add accessibility object method to determine whether an element is inside a table cell. Needed for iOS accessibility client.
Product: WebKit Reporter: Andres Gonzalez <andresg_22>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Andres Gonzalez 2019-08-02 10:34:02 PDT
Add accessibility object method to determine whether an element is inside a table cell. Needed for iOS accessibility client.
Comment 1 Andres Gonzalez 2019-08-02 10:46:17 PDT
Created attachment 375424 [details]
Patch
Comment 2 Andres Gonzalez 2019-08-02 10:51:42 PDT
<rdar://problem/52914964>
Comment 3 WebKit Commit Bot 2019-08-02 12:10:09 PDT
Comment on attachment 375424 [details]
Patch

Clearing flags on attachment: 375424

Committed r248169: <https://trac.webkit.org/changeset/248169>
Comment 4 WebKit Commit Bot 2019-08-02 12:10:11 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Andres Gonzalez 2019-08-02 14:23:14 PDT
Reopening to attach new patch.
Comment 6 Andres Gonzalez 2019-08-02 14:23:15 PDT
Created attachment 375456 [details]
Patch
Comment 7 chris fleizach 2019-08-02 14:26:55 PDT
Comment on attachment 375456 [details]
Patch

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

> Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:606
> +    }));

this should be return AccessibilityObject::matchparent() ... ) != nullptr;
Comment 8 Andres Gonzalez 2019-08-02 14:59:05 PDT
Created attachment 375461 [details]
Patch
Comment 9 WebKit Commit Bot 2019-08-02 16:03:12 PDT
Comment on attachment 375461 [details]
Patch

Clearing flags on attachment: 375461

Committed r248188: <https://trac.webkit.org/changeset/248188>
Comment 10 WebKit Commit Bot 2019-08-02 16:03:14 PDT
All reviewed patches have been landed.  Closing bug.