Difference between revisions of "ARIA label Property"
Jump to navigation
Jump to search
This is some text in the region.
SSB BART Group
(Created page with "*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...") |
|||
Line 6: | Line 6: | ||
<input aria-label="user name" type="text" id="t1" /> | <input aria-label="user name" type="text" id="t1" /> | ||
<button> Login </button> | <button> Login </button> | ||
+ | </html> | ||
+ | |||
+ | <html> | ||
+ | <label>City:</label> | ||
+ | <input aria-label="City" type="text" id="c1" /> | ||
+ | <button> Go </button> | ||
</html> | </html> | ||
Revision as of 01:01, 30 August 2014
- 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