Why is it necessary to write:
window.getComputedStyle(element);
rather than the object-oriented:
element.getComputedStyle();