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
17.1%
<button invokeaction=open
42.1%
<button command=open
26.3%
Other (comment ideas)
14.5%
Poll ended at .
@keithamus I assume this would need some sort of pointer at the thing it opens? <button command=open for=foo> or similar? Then I think “command” is good because “invokeaction” is unbearably techie (and sounds like it’s trying to be “invocation”, which sounds a lot cooler (a magic spell!) but not very professional), “clickaction” isn’t really right (it’s not always a click, and the click event would be called something different if named today) and everyone knows what a command is
@sil yes exactly. Likely the idref pointer would be named similarly, but wit `target` e.g. `clicktarget`, `invoketarget`, `commandtarget`.