Hi all,

I was wondering if someone might be able to explain this to me:

I have a document that uses a HTML 4.01 Strict doctype. Since a lot of
the actual DOM-tree is generated by javascript, I wanted to check out
the rendered tree to make sure everything is okay. Using firebug (1.3X.
01b), the code outputed uses XHTML in parts:

e.g. "<link rel="shortcut icon" href="favicon.ico">" is converted to
"<link rel="shortcut icon" href="favicon.ico" />."

When I go back and check with the firefox dom-inspector though, it is
as it should be: "<link rel="shortcut icon" href="favicon.ico">."

Any idea whats going on here? Any ideas?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to