Bug 227945 - AX: Voiceover announce wrong number of rows in the table
Summary: AX: Voiceover announce wrong number of rows in the table
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: Safari 14
Hardware: iPhone / iPad iOS 14
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-14 00:59 PDT by haeppa
Modified: 2021-07-14 02:36 PDT (History)
1 user (show)

See Also:


Attachments
isssue screenshot wrong number of rows (139.60 KB, image/png)
2021-07-14 00:59 PDT, haeppa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description haeppa 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.
Comment 1 Radar WebKit Bug Importer 2021-07-14 00:59:37 PDT
<rdar://problem/80563225>
Comment 2 haeppa 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.