Text emphasis/quotes (text-emphasis)
Verify that emphasized or quoted text is not just visually styled but also uses <em>, <strong>, <blockquote>, or <q>.
Missing q element:
This quote doesn't use a <q> element:
"Don't Panic." -Douglas Adams
Verify that emphasized or quoted text is not just visually styled but also uses <em>, <strong>, <blockquote>, or <q>.
Missing q element:
This quote doesn't use a <q> element:
"Don't Panic." -Douglas Adams
Note: Impossible to automatically test or detect. Requires a human tester or AI to visually determine which texts can be considered quotes, and programmatically ensure that these text elements use proper identifiers for the quotes.