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?
@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.