2024-03-03 UTC
# real_devastatia I have a question about the innards of Firefox. Why is it that styles in an external stylesheet can't be accessed by, e.g., document.getElementById('whatever').style.whatever ? I've implemented a jQuery-esque workaround by adding an Element.prototype.css() method, which sniffs window.getComputedStyle(), but I'm still curious.