DOM Level 2: ECMA Script (2/3)


Accessing a CSS property from an event

var color =
  event.target
       .style
       .getPropertyValue("fill");