[whatwg] Scroll events + bubbling?

On Mon, Jul 14, 2008 at 12:39 PM, Garrett Smith <dhtmlkitchen at gmail.com> wrote:
> On Mon, Jul 14, 2008 at 11:36 AM, Brady Eidson <beidson at apple.com> 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
>>
>

Received on Monday, 14 July 2008 12:40:19 UTC