Closed Bug 233213 Opened 21 years ago Closed 19 years ago

Correction of DOM2Events constant values

Categories

(Documentation Graveyard :: Web Developer, defect)

defect
Not set
normal

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
Assignee: endico → nobody
Blocks: 93108
Component: webmaster@mozilla.org → Web Developer
Product: mozilla.org → Documentation
Version: other → unspecified
Status: UNCONFIRMED → NEW
Ever confirmed: true
fixed: http://developer.mozilla.org/en/docs/DOM:event.eventPhase
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.