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'm slightly confused by this - would there then be another attribute that gives the id of the <foo> element?

@keithamus and can't we have the attribute be called `action` even if one already exists in <form>s?

So maybe like:

```
<button action="open" controls="my-dialog-id">Show options</button>
```

I guess for a dialog we might also have a "showModal" action available... 🤔

@sarajw @keithamus Fwiw showModal is one of the proposed actions :)
@Lukew @keithamus excellent, consider me fully on board, tell me where I can star/thumbs up/boost/comment to help it along, and I'm so there
@sarajw @Lukew by voting and replying to this you've already helped immensely! This is great feedback, thank you!
@keithamus @Lukew then you're very welcome! I'm no authority but happy to help in any way