ios - Why do VoiceOver speaks out the first col of a html table-header? -
good evening clever people,
i have html table following structure:
<thead> <tr> <th>title</th> <th>title1</th> <th>title2</th> </tr> </thead> <tbody> <tr> <td>hello</td> <td>hello1</td> <td>hello2</td> </tr> </tbody>
when try voiceover on table in webview become strange result. if if click on title2 column voiceover speaks out "title" , "title2". don't know why reads out first col of header row too.
can avoid this?
thank & have nice day!
Comments
Post a Comment