[Webkit-unassigned] [Bug 227945] New: AX: Voiceover announce wrong number of rows in the table

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 14 00:59:26 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=227945

            Bug ID: 227945
           Summary: AX: Voiceover announce wrong number of rows in the
                    table
           Product: WebKit
           Version: Safari 14
          Hardware: iPhone / iPad
                OS: iOS 14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: haeppa at gmail.com
                CC: webkit-bug-importer at group.apple.com

Created attachment 433492

  --> https://bugs.webkit.org/attachment.cgi?id=433492&action=review

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210714/15352558/attachment.htm>


More information about the webkit-unassigned mailing list