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