Firebug shows some UA styles but not all.
It seems, it shows only the styles, which had been configured by a
user via the options dialog.
Firebug does not show the styles of, e.g.
resource://gre/res/html.css
I would enjoy to see an option in Firebug to show these styles.
What do you think of that suggestion?
@ all developers of Firebug:
Thanks a lot for your very useful extension! :)
It is one of the most valueable extension for me.
Regards, Andreas
--
http://borumat.de/thunderbird-email-tipps
http://borumat.de/firefox-browser-tipps
>> Firebug shows some UA styles but not all.
>>
>> It seems, it shows only the styles, which had been configured by a
>> user via the options dialog.
>>
>> Firebug does not show the styles of, e.g.
>> resource://gre/res/html.css
>>
>> I would enjoy to see an option in Firebug to show these styles.
>>
>> What do you think of that suggestion?
> I think this bug report is related:
> http://code.google.com/p/fbug/issues/detail?id=1717
Hhmm.
I did not think of @media blocks.
I just pointed to one part of the cascade:
the first part of the cascade are the built-in user agent styles.
In Firefox you could show them, when you enter
resource://gre/res/html.css
in the address field.
I think is useful, when firebug would show the whole cascade.
Andreas
--
http://borumat.de
>> Firebug shows some UA styles but not all.
>>
>> It seems, it shows only the styles, which had been configured by a
>> user via the options dialog.
>>
>> Firebug does not show the styles of, e.g.
>> resource://gre/res/html.css
>>
>> I would enjoy to see an option in Firebug to show these styles.
>
> Firebug > HTML Panel > Style Side Panel > mini-menu on tab > Show User
> Agent CSS true.
Thanks. But I tried that before I posted my issue.
That option does not show the UA styles.
For example:
One Firefox UA style rule for p is:
resource://gre/res/html.css:
| p, dl, multicol {
| display: block;
| margin: 1em 0;
| }
Andreas
--
http://borumat.de
Blame on me.
You are right.
I don't know why I hadn't see that. I'm sorry.
Thanks!
Andreas
--
http://borumat.de