Adding interesttarget attribute to <button>, <input type="button"> / <input type="reset">, and <a> elements would allow authors to assign behaviour to buttons in a more accessible and declarative way, while reducing bugs and reducing the amount of JavaScript pages are required to ship for interactivity. Buttons with interesttarget will - when hovered, focused, or long pressed (touch support) - dispatch an interest event on the element referenced by interesttarget, with some default behaviours, and dispatch a loseinterest event when focus, hover or long press is finished.
This proposal builds on invokers by adding a new `interesttarget` attribute that can be used on buttons and links to trigger a popover based on focus, hover or other mechanisms.
None
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
None
No milestones specified