0

Im working through an accessibility audit for one of our sites. One of the things that has came back is empty headers where we have used vue for the text content. The audit is not seeing the rendered content and is hightlighting this as an issue. Does anyone have any ideas as to a solution?

<h3 v-html="post.title.rendered"></h3>

This is seen as an empty h3

Adam Adams
  • 63
  • 10

1 Answers1

0

I found an link here that helps

Screen readers and Javascript

Thanks for the replies

Adam Adams
  • 63
  • 10