Difference between revisions of "Accessible name calc"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <img src=”test.gif” aria-label= | + | <img src=”test.gif” aria-label="here" alt="hello"> |
<p>having an accessible name of “here hello”.</p> | <p>having an accessible name of “here hello”.</p> | ||
− | <img src= | + | <img src="test.gif" aria-label=" " alt="hello"> |
<p>having an accessible name of “hello”.</p> | <p>having an accessible name of “hello”.</p> | ||
− | <img src= | + | <img src="test.gif" aria-label="" alt="hello"> |
<p> having an accessible name of “hello”.</p> | <p> having an accessible name of “hello”.</p> | ||
</html> | </html> |
Revision as of 14:03, 29 November 2016
having an accessible name of “here hello”.
having an accessible name of “hello”.
having an accessible name of “hello”.