Closed
Bug 233213
Opened 21 years ago
Closed 19 years ago
Correction of DOM2Events constant values
Categories
(Documentation Graveyard :: Web Developer, defect)
Documentation Graveyard
Web Developer
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: liorean, Unassigned)
References
()
Details
The documentation listed the DOM Constants for event phase as:
0 CAPTURING_PHASE
1 AT_TARGET
2 BUBBLING_PHASE
While the DOM2Events specification as well as Mozilla's current implementation is:
1 CAPTURING_PHASE
2 AT_TARGET
3 BUBBLING_PHASE
Updated•21 years ago
|
Assignee: endico → nobody
Blocks: 93108
Component: webmaster@mozilla.org → Web Developer
Product: mozilla.org → Documentation
Version: other → unspecified
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•19 years ago
|
||
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•