¿Por qué es necesario escribir:
window.getComputedStyle(element);
en lugar de la orientada a objetos:
element.getComputedStyle();