I'm collecting all computed styles of an element with getComputedStyle. But it returns many unnecessary properties like 'animation-duration', 'direction', 'ime-mode', etc, yielding more than 200 properties total. Meanwhile browser's web dev toolbar shows only relevant computed styles. How do I access them?
Edit: Sorry, the question might be a duplicate of this one (though the latter seems to be about Google Chrome specifically).