What do the FireBug DOM colors mean?

前端 未结 3 1690
迷失自我
迷失自我 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:49

    From http://getfirebug.com/dom.html

    Objects are color coded so that HTML elements, numbers, strings, functions, arrays, objects, and nulls are all easy to distinguish.

    But I can't be bothered to lookup which color represents what. With this info I bet you can make that out yourself

提交回复
热议问题