Bug 221061

Summary: AX: Long narrow tables should not be made in data tables unnecessarily
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, andresg_22, apinheiro, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

Description chris fleizach 2021-01-27 14:45:45 PST
Some tables might hae 1 column and many rows. This is done for layout purposes. 

However, there is AX logic to say if there are 20 rows, to always treat it as a table.

I believe that logic should be amended to make it more strict in this case.
Comment 1 Radar WebKit Bug Importer 2021-01-27 14:45:53 PST
<rdar://problem/73681149>
Comment 2 chris fleizach 2021-01-27 14:49:36 PST
Created attachment 418586 [details]
patch
Comment 3 Andres Gonzalez 2021-01-28 06:51:47 PST
(In reply to chris fleizach from comment #2)
> Created attachment 418586 [details]
> patch

Looks good. Thanks!
Comment 4 EWS 2021-01-28 11:55:27 PST
Committed r272024: <https://trac.webkit.org/changeset/272024>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 418586 [details].