> > Are the conditions for this behavior listed somewhere? > Yes, at our wiki page for the *HTML* panel<https://getfirebug.com/wiki/index.php/HTML_Panel#Node_View> :
"Faintly displayed elements mean they are not visible inside the page. That is e.g. when the CSS style display: none is applied to the element or the element doesn't have any dimensions." The logic for this is located in xml.js<https://github.com/firebug/firebug/blob/bc2ea3c0978a178828b1dfa9229484f9b7ccb95e/extension/content/firebug/lib/xml.js#L281> . Sebastian -- 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 http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/15759524-635f-4bc9-be10-9f4cee6868ee%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
