NEW 227945
AX: Voiceover announce wrong number of rows in the table
https://bugs.webkit.org/show_bug.cgi?id=227945
Summary AX: Voiceover announce wrong number of rows in the table
haeppa
Reported 2021-07-14 00:59:26 PDT
Created attachment 433492 [details] isssue screenshot wrong number of rows hi. I'm accessibility tester. Voiceover announce wrong number of rows in table(html) at ios 14.6 When I tested the lower version, the issue appeared from ios 13. example 1 <table summary="description"> <caption>name</caption> ... </table> when accessing the table, voiceover announce like this. "name, description, -9223372036854775808rows, table start, n rows, n columns" It is wrong number of rows "-9223372036854775808" example 2 <table summary="description"> <caption><h2>name</h2></caption> ... </table> when accessing the table, voiceover announce like this. "name, description, {first cell text}, row header, column header, 1 row, 1 column, table start, n rows, n columns" There is no problem. In conclusion, there is no problem(wrong number of rows) in the example 1.
Attachments
isssue screenshot wrong number of rows (139.60 KB, image/png)
2021-07-14 00:59 PDT, haeppa
no flags
Radar WebKit Bug Importer
Comment 1 2021-07-14 00:59:37 PDT
haeppa
Comment 2 2021-07-14 02:36:59 PDT
> In conclusion, there is no problem(wrong number of rows) in the example 1. It was my mistake. haha my intention is the 'example 1' need to fix.
Note You need to log in before you can comment on or make changes to this bug.