Browsers do not clone javascript attributes with the DOM clone method

When a DOM object is cloned, only the DOM portion is cloned. All attributes that are added to the object's handle using javascript are not cloned

This page was created in response to this page which was referenced on Quirksmode's bug listing

  1. Press the "Add" button
  2. Press the "Clone" button
  3. Note the differences in onClick actions

The demo:

1