Difference between revisions of "ARIA img role"
Jump to navigation
Jump to search
One
Two
Rmccaffery (talk | contribs) |
|||
Line 48: | Line 48: | ||
</div> | </div> | ||
+ | <h3>Text with role img</h3> | ||
+ | <text role="img"> | ||
+ | <span> One </span> | ||
+ | <span> Two </span> | ||
+ | </text> | ||
</body | </body | ||
</html> | </html> | ||
[[Category:ARIA]] | [[Category:ARIA]] |
Revision as of 14:39, 3 October 2019
Div with role='img' and aria-label
x
Span with role='img' and aria-label
x
Div with role='img' and aria-labelledby
x
Span with role='img' and aria-labelledby
x This is a label This is another label
SVG with parent wrapping div with role="img" and aria-label
This lacks support in Firefox 62 but works in IE 11 and Chrome 68.
Div with role='img' and no accessible name
x