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>") |
|||
Line 2: | Line 2: | ||
<img src="test.jpg" alt="" aria-labelledby="i1"> | <img src="test.jpg" alt="" aria-labelledby="i1"> | ||
<div id="i1"> this is a test</div> | <div id="i1"> this is a test</div> | ||
+ | </html> | ||
+ | |||
+ | <html> | ||
+ | <img src="test.jpg" alt="" aria-label="jon" aria-labelledby="i2"> | ||
+ | <div id="i2"></div> | ||
</html> | </html> |
Revision as of 15:20, 14 November 2016
this is a test