Closed
Bug 384276
Opened 18 years ago
Closed 14 years ago
Wrong documentation for Syntax examples for some DOM:element event handlers
Categories
(Documentation Graveyard :: Web Developer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rahov, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12
Build Identifier: *
Go to http://developer.mozilla.org/en/docs/DOM:element
And inspect descriprtion for onkeydown event.
The Syntax example is:
event handling code = element.onkeydown
but it should be
element.onkeydown = event handling code
The same is aslo valid for:
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•14 years ago
|
||
Finally fixed for events listed here:
https://developer.mozilla.org/en/DOM/element#Event_Handlers
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•