Difference between revisions of "ARIA img role"
Jump to navigation
Jump to search
Rmccaffery (talk | contribs) |
Rmccaffery (talk | contribs) |
||
Line 35: | Line 35: | ||
<span id="a2">This is another label</span> | <span id="a2">This is another label</span> | ||
− | <h3>SVG with parent wrapping | + | <h3>SVG with parent wrapping div with role="img" and aria-label</h3> |
<div role="img" aria-label="blue square"> | <div role="img" aria-label="blue square"> | ||
<svg tabindex="-1" width="300" height="110"> | <svg tabindex="-1" width="300" height="110"> |
Revision as of 13:46, 12 September 2018
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
Div with role='img' and no accessible name
x