I had to place an <h3>
tag inside <td>
, but the voice over is not reading the text inside <h3>
tag. Earlier when the <h3>
was inside <div>
, voice over / talkback were reading the text inside <h3>
. Can someone please suggest how can I use <h3>
inside <td>
and still make it accessibility compliant?
Asked
Active
Viewed 69 times
0

sekhar
- 371
- 2
- 10
-
are you using JAWS Screen reader? – Monkey_Dev1400 Jul 19 '17 at 19:40
-
No @Monkey_Dev1300, I tried using Voiceover on Mac and Talkback on Android – sekhar Jul 19 '17 at 20:14
-
Can you use `
` instead and style it to meet your needs? I'm not sure it's best practice to put header tags inside a table – Joe B. Jul 20 '17 at 03:01