ISSUE-36 - Public View
DOMContentLoaded?
- State:
- CLOSED
- Product:
- DOM 3 Events
- Raised by:
- Anne van Kesteren
- Opened on:
- 2006-03-05
- Description:
I'm raising this new issue to complete ACTION-21. You can find the proposed text below. I suggest that we discuss tomorrow, if there is time, whether to include it or not. DOMContentLoaded This event MUST be dispatched once the source file has been fully loaded and parsed into a DOM tree. Specifically, this event can be dispatched before all external resources are loaded and applied and MUST be dispatched before the load event. Language specific requirements can make the UA to load certain dependencies first. In HTML all scripts have to be loaded for example. This event can be used by authors to make transformations to the DOM as soon as all the Nodes are retrievable by methods like getElementById() while still waiting for style sheets and images to be loaded for example. One thing that we also have to decide upon is whether or not to go with this name. In the name of misnomers (images are content) and compatibility we should probably use it. The original proposal used the name DOMDocumentParsed.
- Related emails:
- ISSUE-36: DOMContentLoaded? (from dean+cgi@w3.org on 2006-03-05)
- Re: ISSUE-36: DOMContentLoaded? (from jonas@sicking.cc on 2006-03-05)
- Re: ISSUE-36: DOMContentLoaded? (from robodesign@gmail.com on 2006-03-05)
- Re: ISSUE-36: DOMContentLoaded? (from bzbarsky@mit.edu on 2006-03-05)
- Re: ISSUE-36: DOMContentLoaded? (from jonas@sicking.cc on 2006-03-06)
- Re: ISSUE-36: DOMContentLoaded? (from robodesign@gmail.com on 2006-03-06)
- Re: ISSUE-36: DOMContentLoaded? (from annevk@opera.com on 2006-03-06)
- Re: ISSUE-36: DOMContentLoaded? (from jonas@sicking.cc on 2006-03-07)
- Re: ISSUE-36: DOMContentLoaded? (from annevk@opera.com on 2006-03-07)
- Re: ISSUE-36: DOMContentLoaded? (from jonas@sicking.cc on 2006-03-07)
- Re: ISSUE-36: DOMContentLoaded? (from jim@jibbering.com on 2006-03-09)
- Re: ISSUE-36: DOMContentLoaded? (from jonas@sicking.cc on 2006-03-10)
- Re: ISSUE-36: DOMContentLoaded? (from jim@jibbering.com on 2006-03-10)
- Re: ISSUE-36: DOMContentLoaded? (from bzbarsky@mit.edu on 2006-03-10)
- Re: ISSUE-36: DOMContentLoaded? (from jim@jibbering.com on 2006-03-10)
- Re: ISSUE-36: DOMContentLoaded? (from bzbarsky@mit.edu on 2006-03-10)
- Re: ISSUE-36: DOMContentLoaded? (from jim@jibbering.com on 2006-03-11)
- Re: ISSUE-36: DOMContentLoaded? (from bzbarsky@mit.edu on 2006-03-11)
- RE: ISSUE-36: DOMContentLoaded? (from doug@schepers.cc on 2006-03-12)
- Re: ISSUE-36: DOMContentLoaded? (from bzbarsky@mit.edu on 2006-03-12)
- Re: ISSUE-36: DOMContentLoaded? (from mjs@apple.com on 2006-03-13)
- Re: ISSUE-36: DOMContentLoaded? (from mjs@apple.com on 2006-03-13)
- Re: ISSUE-36: DOMContentLoaded? (from jim@jibbering.com on 2006-03-13)
- Re: ISSUE-36: DOMContentLoaded? (from mjs@apple.com on 2006-03-13)
- Re: ISSUE-36: DOMContentLoaded? (from mihai.sucan@gmail.com on 2006-03-13)
- Re: ISSUE-36: DOMContentLoaded? (from mjs@apple.com on 2006-03-13)
- Re: ISSUE-36: DOMContentLoaded? (from mihai.sucan@gmail.com on 2006-03-13)
- Re: ISSUE-36: DOMContentLoaded? (from derhoermi@gmx.net on 2006-03-13)
- Re: ISSUE-36: DOMContentLoaded? (from annevk@opera.com on 2006-03-13)
- Re: ISSUE-36: DOMContentLoaded? (from jim@jibbering.com on 2006-03-13)
- Re: ISSUE-36: DOMContentLoaded? (from ian@hixie.ch on 2006-03-13)
- Re: ISSUE-36: DOMContentLoaded? (from bzbarsky@mit.edu on 2006-03-13)
- Re: ISSUE-36: DOMContentLoaded? (from ian@hixie.ch on 2006-03-13)
Note: Some of these links may be accessible only to W3C Members.
Related notes:
2006-05-03: Separate specification or DOM Level 5!!!