Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Herbert.Peters

Member since
Herbert.Peters

Recent Docs Activity

View all activity
Page Date Comment

Using the button role


The demo code had a bug. if (event.keyCode = 32) ... assigns 32 to event.keyCode and evaluates always to true

Using the button role


There was an error in the demo code (event.keyCode = 32)