[whatwg] Scroll events + bubbling?

Garrett Smith dhtmlkitchen at gmail.com
Mon Jul 14 12:40:19 PDT 2008


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
>>
>



More information about the whatwg mailing list