On Jan 9, 1:27 pm, Kimp <[email protected]> wrote: > When I send raw text with <option> tags in it to Firefox, I get the > expected result in the brower, but not in the Firebug HTML view. > > More specifically, when I send this text: > > <option> A</option><option> B</option><option> C</option> > > Firebug shows: > > <body> A B C </body> > > I.e. The option elements are not shown in Firebug. Is this a bug?
It could be a bug in Firefox, you'd have to ask them or some HTML experts. Firebug is just telling you the facts: the fact is that your Firefox has a body element containing A B C. Firebug never reads your source so it does not know about the option stuff. jjb -- 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.
