-
Notifications
You must be signed in to change notification settings - Fork 360
Closed
Description
F99 mentions to beware "the presence of the .keycode attribute".
- That looks like a DOM property accessor, and to the best of my knowledge, there is no (.)keycode attribute, assuming HTML is the host language. Note that DOM property accessors might yield different results than the
getAttributemethod for the reflected attribute. - DOM property names are case sensitive:
keyCode. keyCodehas been deprecated since, eh, I'm not an archeologist. :-) A superficial search unveils a Stackoverflow question from 2016.
Reactions are currently unavailable