Difference between revisions of "IMG with null ALT and non-null aria-labelledby attributes"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
<html> | <html> | ||
− | <img src="test.jpg" alt="hello | + | <img src="test.jpg" alt="hello" aria-labelledby="i3"> |
<div id="i3"></div> | <div id="i3"></div> | ||
</html> | </html> |
Revision as of 15:22, 14 November 2016
this is a test