1

I have the following jsp and try to put attribute aria-label.

<td>
  <strong>abc</strong>
</td>

I try using div, but screen read unable to read "test".

<td>
   <div aria-label="test"><strong>abc</strong></div> 
</td>

I also try using span, screen reader does not read "test" as well.

<td>  
  <span aria-label="test"><strong>abc</strong></span> 
</td>

Any suggestion. Many many thanks.

Learner
  • 33
  • 1
  • 4

0 Answers0