What do the FireBug DOM colors mean?

前端 未结 3 1572
迷失自我
迷失自我 2021-02-10 01:53

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
3条回答
  •  梦如初夏
    2021-02-10 02:41

    Here is the correct answer.

    Bold Black                   Objects
    Black                        DOM objects
    get in gray                  "Getter" functions
    Bold green                   User functions
    Green                        DOM functions
    Bold Red                     Constructor functions
    

    Check out the link for more information.
    Further info in the FAQ link.

提交回复
热议问题