Index of /test/html/editing/event-listeners
Name Last modified Size Description
Parent Directory -
001.htm 2008-03-09 01:15 356 designMode (before): .onclick
002.htm 2008-03-09 01:15 501 designMode (before): addEventListener
003.htm 2008-03-09 01:15 471 designMode (before): attachEvent
004.htm 2008-03-09 01:15 395 designMode (after): onclick=""
005.htm 2008-03-09 01:15 358 designMode (after): .onclick
006.htm 2008-03-09 01:15 503 designMode (after): addEventListener
007.htm 2008-03-09 01:15 473 designMode (after): attachEvent
008.htm 2008-03-09 01:15 256 designMode (before): onclick=""
009.htm 2008-03-09 01:15 373 contentEditable (before): .onclick
010.htm 2008-03-09 01:15 518 contentEditable (before): addEventListener
011.htm 2008-03-09 01:15 488 contentEditable (before): attachEvent
012.htm 2008-03-09 01:15 263 contentEditable (before): onclick=""
013.htm 2008-03-09 01:15 367 contentEditable (after): .onclick
014.htm 2008-03-09 01:15 517 contentEditable (after): addEventListener
015.htm 2008-03-09 01:15 487 contentEditable (after): attachEvent
016.htm 2008-03-09 01:15 297 contentEditable (after): onclick=""
support/ 2007-11-16 07:08 -
| IE7 | Moz | Saf | O9.5,9600
----+-----+-----+-----+----------
001 | P | F | P | P
002 | N/A | P | P | P
003 | P | N/A | N/A | P
004 | N/A | P | F | F
005 | P | P | F | F
006 | N/A | F | P | P
007 | P | N/A | N/A | F
008 | P | P | F | F
009 | P | P | P | P
010 | N/A | P | P | P
011 | P | N/A | N/A | P
012 | P | P | P | P
013 | P | P | P | P
014 | N/A | P | P | P
015 | P | N/A | N/A | P
016 | P | P | P | P
IE7's logic: Distroy all existing event listeners when designMode is
turned on.
Mozilla's logic: ignore all event listeners but those added with
addEventListener from the outer document.
Safari/Opera: always run scripts.