What are the criteria for the classification of DOM0,DOM2,DOM3 for JavaScript DOM-level events? What's the point?

another: how does the DOM level description in P6-P7 in elevation be understood with an example?

Mar.02,2021

you don't have to understand it. Dom0 is a factual "specification", that is, when there is no specification, browsers have done so, so it has become a reality. Taking this as a starting point, it is called dom0.
dom1/dom2/dom3 is the official specification of different periods, just like js developed to ES7, 8, and so on, just like ES6 compared ES5 to add declaration keywords such as const/let, added something new, and these new dom-related syntax is added in dom2/dom3.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37a66-2b902.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37a66-2b902.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?