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 feel like `command` might have a bit of undesirable baggage w/r/t the content editable API.

I like “invoke” personally. Makes me think about the `__invoke` magic method in PHP (handles when an object is invoked as a function).

Alternatively, `actiontype` and `actiontarget`? `invokee` becomes an `actor`? `invoker` becomes a `director`? 🙃 Might be too confusing. I still find invoker clearer conceptually.