Opinion poll!
You have a <button>, it makes a <foo> open. What would be the best declarative attribute for the button to control the foo?
<button clickaction=open
<button invokeaction=open
<button command=open
Other (comment ideas)
Poll ended at .
Opinion poll!
You have a <button>, it makes a <foo> open. What would be the best declarative attribute for the button to control the foo?
<button target="foo" action="open" on="click">@keithamus ah, just saw the docs at https://open-ui.org/components/invokers.explainer/
I like the concept behind dynamic invocation that fits the action (e.g. click for mouse/tap, keypress for keyboard)