[whatwg] removing attributes

On 8/5/05, Olav Junker Kj?r <olav at olav.dk> wrote:
> Is it possible to remove a constraint like maxLength (on input elements)
> through script, eg. by setting it to null? By default a field does not
> have any maxlength constraint, so it would seem natural that if you set
> a constraint through script, it could be removed again.

Wouldn't just calling removeAttribute of the HTML DOM do this?

Jim.

Received on Friday, 5 August 2005 13:56:55 UTC