I just checked the related code. This is obviously because all those tags 
except <base> are special cased to be displayed normally instead of being 
dimmed.
See 
https://github.com/firebug/firebug/blob/master/extension/content/firebug/lib/xml.js#L579-L639
.
So, it looks like the <base> tag simply got missed when the list of 
exception tags got created.

Note that the Firefox DevTools do a better job here. They don't have those 
exceptions and display all those tags slightly faint.
And as Firebug 3 will integrate into the DevTools, it will be fixed once 
that version is released.

Sebastian

On Tuesday, April 26, 2016 at 8:55:29 PM UTC+2, bsmither wrote:
>
> Technically and practically, everything in the <head> section does not get 
> displayed. (I should have mentioned the <base> tag is the first tag that 
> should appear in the <head> section, and that is where it is at.)
>
> Yet, of everything in the <head> section, only the <base> tag is dimmed.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/ee54ef7f-36e1-4881-8015-d6037a86e63e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to