I know that screen readers read for some elements/tags not only what they contain, but also the element/tag it self. For example:
<button class="class-of-the-button">Text inside</button>
Will result for screen readers as: Button Text inside.
Or something similar to that, I'm not very sure(please correct if you know how exactly it will be). Saying that, I would like to ask you to tell me what are the other elements/tags that screen reader read with the content of the element/tag it self, and particular this(but not only. if you have a list of them or just know some, please tell. I would really appreciate you help):
for
<input type="radio">
for
<input type="checkbox">
for
<h1>
to<h6>
tags.