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?
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 `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 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)