How can I add various HTML attributes to a Web Item?

I know we have the <styleClass> element for use in Web-Items, but how about handling arbitrary attributes? For instance, I want to add these AUI attributes to a web-item definition:

  • data-aui-trigger
  • aria-controls=my-cool-id

Is this even possible?

argh im back to this issue