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 `invokeaction` is the clearest one to me.

Now, thinking purely of ergonomics, @sarajw 's idea looks quite enticing:

```
<button action="open" target="idref">Open</button>
```

And I'd agree it's fitting with the `<form action="url" target="frame">` syntax, even if the attributes mean different things (in my mind they're different elements after all, so it shouldn't be a problem).

@keithamus I also don't think there'd be a conflict with the `formaction` attribute, nor with your `interestaction` proposal. For me, it's like saying: "button's primary actions are invoke actions, no need to specify it all the time."

@keithamus regardless, I'm beyond happy with Invokers coming out, thank you for working on this :))

(I just wouldn't consider anything `click` related at this point, as per your PAQ :-) https://open-ui.org/components/invokers.explainer/#why-the-name-invoke-why-not-click)

Invokers (Explainer) | Open UI

Open UI