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: 510
I'm confused with these colors. I noticed there are 4 colors showing in the left hand column of FireBug DOM tree:
- Bold black
- Black
- Bold green
- Green
In the right hand column:
- Blue
- Red
- Bold green
- Green
- 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