On Mon, Jul 14, 2008 at 12:39 PM, Garrett Smith <[EMAIL PROTECTED]> wrote:
> On Mon, Jul 14, 2008 at 11:36 AM, Brady Eidson <[EMAIL PROTECTED]> wrote:


> // captures bubbled change.
> aForm.addEventListener("change", formChanged, false);
>
> // doesn't capture bubbled change.
> aForm.onchange = attributeChanged;
>

IN retrospect, 'capture' was probably not the best term to use here.


>
> Garrett
>
>> ~Brady
>>
>

Reply via email to