What do the FireBug DOM colors mean?

Posted by André Pena on Stack Overflow See other posts from Stack Overflow or by André Pena
Published on 2009-11-18T10:13:43Z Indexed on 2010/03/18 12:41 UTC
Read the original article Hit count: 487

Filed under:
|
|

I'm confused with these colors. I noticed there are 4 colors showing in the left hand column of FireBug DOM tree:

  1. Bold black
  2. Black
  3. Bold green
  4. Green

In the right hand column:

  1. Blue
  2. Red
  3. Bold green
  4. Green
  5. Multiple color elements representing object structures.

What do this colors represent? And why, e.g, I can access window.document.URL and I can't access window.document.body in Console even though they are both in the "not-bold black" category in the DOM tree?

Thanks a lot

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about dom