What does this mean?
Heading elements (<h1>
, <h2>
, ...) must contain some machine-readable
text content.
Heading should never be empty, or just contain whitespace:
<h1> </h1>
Headings which contain images or other media must specify alternative text:
<h1>
<img src="heading.png" alt="Press releases">
</h1>
See Technique H42 for more details.
98.4% done
How close this website is to fixing this issue.
You can't view any more detail about this particular issue right now.
This is probably because we're still working on this. Take a look at another issue.
This is probably because we're still working on this. Take a look at another issue.