• #dev 2024-03-03
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2024-03-03 UTC
# 20:42
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.