Difference between revisions of "IMG with null ALT and non-null aria-labelledby attributes"
Jump to navigation
Jump to search
(Created page with "<html> <img src="test.jpg" alt="" aria-labelledby="i1"> <div id="i1"> this is a test</div> </html>") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <img src="test.jpg" alt="" aria-labelledby=" | + | <img tabindex="1" src="test.jpg" alt="" aria-label="jon" aria-labelledby="i2"> |
− | <div id=" | + | <div id="i2"></div> |
+ | </html> | ||
+ | |||
+ | <html> | ||
+ | <img tabindex="0" src="test.jpg" alt="hello" aria-label="" aria-labelledby="i3"> | ||
+ | <div id="i3"></div> | ||
</html> | </html> |
Latest revision as of 14:15, 15 November 2016