Firefox/Projects/Inspector: Difference between revisions
Jump to navigation
Jump to search
m (→restricted) |
|||
Line 3: | Line 3: | ||
== Summary == | == Summary == | ||
Analogous to the DOM inspector or Firebug inspector, this is a mechanism to get a fast drill-down into an HTML page with associated properties for the selected element. | |||
=== Features === | |||
* fast '''and''' pretty | |||
* Graphical highlighter | |||
* Rulers & guides | |||
* Properties, palettes? | |||
* Canvas/Layer-based, unobtrusive to inspected document | |||
== Current Status == | == Current Status == |
Revision as of 18:51, 20 February 2010
Summary
Analogous to the DOM inspector or Firebug inspector, this is a mechanism to get a fast drill-down into an HTML page with associated properties for the selected element.
Features
- fast and pretty
- Graphical highlighter
- Rulers & guides
- Properties, palettes?
- Canvas/Layer-based, unobtrusive to inspected document
Current Status
Design stage complete, initial hacking begins.
Next Steps
- migrate startup extension code to Firefox
- create dom tree panel
- highlight node code
Related Bugs
Team
- Project Lead: robcee
- Design consultant: alimi
Designs
standby for mockup
Goals/Use Cases
- Provide basic web page inspector functionality
- be visually pleasing