Re: Allowing / Disallowing Attributes

* Joel Trunick wrote:
>I want to disallow certain attribute names from all tags, such as
>"listener". i.e.:

What do you mean exactly by disallow here?

><input listener="ognl:listeners.ok">

That would give

  Warning: <input> proprietary attribute "listener"

and `--drop-proprietary-attributes yes` would remove it.

Received on Friday, 16 July 2004 03:00:44 UTC