Sorry to be a bit fussy, but :before and :after are not pseudo- classes, but pseudo-elements. Therefore we already have an issue described at http://code.google.com/p/fbug/issues/detail?id=537 Until now it was not possible to get that info via the Firefox APIs. Good news is, that they finally implemented that last week (see https://bugzilla.mozilla.org/show_bug.cgi?id=557726). I already started to implement it, so it will be in Firebug 1.8. Then it just depends on the Firefox guys and when they release the final version of Firefox including the change.
Sebastian On May 6, 7:11 pm, rzea <[email protected]> wrote: > Can't live without Firebug, thanks for doing such tremendous work with > this extension. > > However, there's something Firebug is missing: displaying the :before > and :after CSS3 pseudo classes. > > For example, if you have: > > li:before { float:left; content:""; width:16px; height:16px; } > > ...Firebug won't show it. > > Can you have Firebug show these pseudo classes? > > Thanks. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
