[whatwg] The type mismatch validity flag

So the AC actually works like a custom widget hooked into the input 
element? I think the AC should call changed() on the input element when 
the value has been changed, to trigger validation and the formchanged 
events. Just changing the value through script aren't supposed to 
trigger validation or other events, since this could cause loops.

Olav Junker Kj?r


Jim Ley wrote:
> Well only breaks in the sense that they won't be informed, it doesn't
> actually break anything other than their content won't be validated. 
> Some AT hook into browsers and insert their users input from other
> devices directly into the form field similar to if you did
> .value="foo" in script.

Received on Wednesday, 8 December 2004 06:50:32 UTC