Confirmed users, Bureaucrats and Sysops emeriti
2,088
edits
(revise and expand spec based on pre-implementation review) |
|||
Line 55: | Line 55: | ||
; onOpen: a tab is opened | ; onOpen: a tab is opened | ||
; onClose: a tab is closed | ; onClose: a tab is closed | ||
; | ; onReady: the text content of a top-level document in a tab has been loaded and parsed into a DOMDocument object (i.e. the <tt>DOMContentLoaded</tt> event has occurred) | ||
; onLoad: the text, image, style, and script content of a top-level document in a tab has been loaded (i.e. the DOM <tt>load</tt> event has occurred) | ; onLoad: the text, image, style, and script content of a top-level document in a tab has been loaded (i.e. the DOM <tt>load</tt> event has occurred) | ||
; onPaint: the visual representation of a top-level document in a tab has changed (i.e. the <tt>MozAfterPaint</tt> event has occurred) | ; onPaint: the visual representation of a top-level document in a tab has changed (i.e. the <tt>MozAfterPaint</tt> event has occurred) |