Hacker News new | ask | show | jobs
by hmsimha 4483 days ago
DOM is separate from Ecmascript, but is actually one of the 3 components of Javascript (along with Ecmascript and the BOM). This is at least according to Professional Javascript for Web Developers (you can see it on 'page 3' in the Amazon preview).
1 comments

The sources I've read (Douglas Crockford or Wikipedia) clearly state that DOM is separate from JavaScript.