>A most requested feature but one that is widely misunderstood. In
>Firebug you are editing the end result of the server and browser
>processing. Saving this result will not necessarily help the site
>developer. It's like using scissors and glue on a newspaper: yes you
>can create amazing new layouts quickly, but the publisher of the paper
>may not be able to implement these changes by putting your cut and
>paste result into the press. I think there is scope for work in this
>area, but I don't know of anyone working on it.
Perhaps we can already do this and I am forgetting:
The modified styling is difficult or impossible to "save" so it can
be used directly as you point out. However, is there a way to
capture the effective styling as a record you can go back to your
code with? We have displays of the effective styling cascade for a
given element. Can we capture it? Is there any way to capture the
total cascade for all the elements? Is that logically
possible? Logistically feasible (e.g. how big does it get)?
By "capture" I am thinking of getting the information into a file, or
if that is too hard due to representing formatting in a file in a
simple way for example, then at least as a printout of the sort of
thing we see on the screen.
That would let me get the look I want and then document what the
effective cascade looked like to get it. I could go back to whatever
I have for code and change it to get the cascade effective cascade I need.
https://www.squarefree.com/bookmarklets/webdevel.html#edit_styles
It's easy to make a plugin that work for Firebug as long as you only
edit the CSS itself, and don't edit the computed property.
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups
> "Firebug" group.
> To post to this group, send email to fir...@googlegroups.com
> To unsubscribe from this group, send email to
> firebug-u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/firebug?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
>
>
--
View this message in context: http://old.nabble.com/Firebug---HTML-CSS-Editing---Saving--tp16239689p32267560.html
Sent from the FireBug mailing list archive at Nabble.com.