You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggest introducing Element.getComputedStyle( [pseudoelt] ) and Element.getUsedStyle( [pseudoelt] ) with proper computed value and used value semantics.
window.getComputedStyle( element, [pseudoelt] ) looks like a procedural function attached on a random object.