Difference between revisions of "ARIA label Property"
Jump to navigation
Jump to search
This is some text in the region.
SSB BART Group
Line 33: | Line 33: | ||
==Button example== | ==Button example== | ||
<html> | <html> | ||
− | <button aria-label=" | + | <button aria-label="my label"></button> |
− | <button aria-label=" | + | <button aria-label="my label">inner text</button> |
<button title="title"></button> | <button title="title"></button> | ||
<button> <span class="visuallyhidden">visually hidden text</span></button> | <button> <span class="visuallyhidden">visually hidden text</span></button> |
Revision as of 01:09, 13 March 2016
- aria-label won't be announced when applied to elements that do not contain valid ARIA region/landmark roles or if they are not already active elements like form fields, links, or buttons.
Input example
Link example
Learn more about SSB BART Group Click here
Region example
Related links
Button example
Span
This is text.
Div
This is text.