|
Re: Mouseover/mouseout event stopping over shadow scopes in sXBL: msg#00046web.svg
I agree with Ian's analysis. I will expand on it (and hope Ian agrees with this). Event flow follows the flattened tree. In this case, the flattened tree looks like this: svg:svg ex:test1 rect ex:test2 circle Thus, if I remember my DOM Events properly, capture starts with the Document object and descends to the target element, and bubbling starts with the target element and ascends to the Document object. XBL adds the extra wrinkle with event marshalling at the shadow tree boundary such that a new Event object is created when you capture/bubble across the boundary per the rules documented at (http://www.w3.org/TR/sXBL/#event7). Jon At 07:39 AM 2/8/2005, Ian Hickson wrote: On Thu, 20 Jan 2005, Cameron McCormack wrote: |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Mouseover/mouseout event stopping over shadow scopes in sXBL: 00046, Ian Hickson |
|---|---|
| Next by Date: | Re: Mouseover/mouseout event stopping over shadow scopes in sXBL: 00046, Cameron McCormack |
| Previous by Thread: | Re: Mouseover/mouseout event stopping over shadow scopes in sXBLi: 00046, Ian Hickson |
| Next by Thread: | Re: Mouseover/mouseout event stopping over shadow scopes in sXBL: 00046, Cameron McCormack |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |