Bart Veneman

Creator of Project Wallace, analytics for CSS. <noscript>-fanboy. Serverless clearfix engineer. I can lift node_modules twice my own weight.

role=doc-subtitle

👉If you want to semantically identify a heading subtitle, look no further than role="doc-subtitle" https://t.co/wG2rVfU3d4#HTML #ARIA #WebDev pic.twitter.com/uaHcVRp6oz

— Steve Faulkner (@stevefaulkner) March 7, 2020
<header>
<h1>The title</h1>
<p role="doc-subtitle">The subtitle</p>
</header>

Docs on W3

Tags