For example:
<c:a href="/myurl" style="margin: 5px;" addJsessionId="true" logEvent="true">
click here</c:a>
such that:
1) all standard attributes of (style) are propagated as is.
2) my tag handler implementation handles the custom attributes (addJsessionId and logEvent in this case).