Difference between revisions of "Event Watcher"
Jump to navigation
Jump to search
(Created page with " <html> <input type="text" /> <button> Test </button> <a href="#"> test </a> </html> Category:Techniques") |
|||
Line 1: | Line 1: | ||
+ | Move through the fields below and watch the events that are sent by the browser. For example, use with AT to find out what events are being fired. | ||
<html> | <html> | ||
Line 4: | Line 5: | ||
<button> Test </button> | <button> Test </button> | ||
<a href="#"> test </a> | <a href="#"> test </a> | ||
+ | <h3>Log area</h3> | ||
+ | <div> | ||
+ | </div> | ||
</html> | </html> | ||
[[Category:Techniques]] | [[Category:Techniques]] |
Revision as of 14:40, 14 April 2014
Move through the fields below and watch the events that are sent by the browser. For example, use with AT to find out what events are being fired.