2010/10/6 Sebo <[email protected]>: >> > Sometimes the same file is listed several times, suffixed with #2, #3 >> >> The repeated name occurs because <style> elements have no name, so if >> you have three <style> elements you'll see 3 repeated names in >> Firebug. > > Actually the numbering is happening, if you include the same CSS file > several times. I don't know, if that is what you meant, Pedro.
Not exactly. I was talking about inline styles via <style>, and not styles loaded via <link>. But the problem here seems that, as the user reported, the list changes. As far as I know, if the number of inline and linked styles don't change the list should NOT change, therefore it seems to be a bug. But we need a test case to confirm that. Pedro Simonetti. > > -- > 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. > > -- 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.
