@nolan, I would say that the closest equivalent would have to be a `<figcaption>` with a "visually-hidden" class (this class would be a hack, but there's no better alternative I can think of)
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure
@walter Ahhh, <figcaption> seems like a great idea! I like it a lot, and yeah although it's a hack to visually hide it, it's not a big deal to me.