Text emphasis/quotes (text-emphasis)
Verify that emphasized or quoted text is not just visually styled but also uses <em>, <strong>, <blockquote>, or <q>.
i instead of em for emphasized text:
This emphasized text doesn't use a proper <em> element (instead it uses an <i> element):
You shouldn't have done that!