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