Difference between revisions of "ARIA keyshortcuts property"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | h1,h2, label { | ||
+ | color: #552c9f; | ||
+ | } | ||
[aria-keyshortcut] { | [aria-keyshortcut] { | ||
color: #552c9f; | color: #552c9f; | ||
Line 11: | Line 14: | ||
} | } | ||
</style> | </style> | ||
− | < | + | <label for="t1">Comment:</label> |
− | <textarea aria-label="comment"></textarea> | + | <textarea id="t1" aria-label="comment"></textarea> |
<div> | <div> | ||
<button aria-keyshortcut="Alt+Shift+P"> Post </button> | <button aria-keyshortcut="Alt+Shift+P"> Post </button> |
Revision as of 02:22, 9 June 2017
- note keystrokes doesn't actually do anything
- keystroke is "alt+shift+p"
Assistive Technology Support
- Not supported by iOS 10.3.3 with VoiceOver