Hi all, I'm not sure this is a bug or some option I'm not aware of, but it is happening for quite a whille and I cannot figure out how to solve it, and it getting kind of ridiculous:
Since I'm using poliglote Xhtml5, I'm validating my code on: http://validator.nu/ by pasting the code on the text field. I'm using dreamweavers code view to write the code (it helps keeping files organized), viewing the files on several browsers and using their several development tools to inspect elements. On firefox I'm using firebug (and a bunch of other develpment extensio tools). The validator.nu has trouble accepting the autofocus attribute if I write it as simply " ... autofocus /> ..." so I change it to " ... autofocus="autofocus" /> ..." wich is equally valid and it acepts it. But every single time I reload the file on firefox, firebug (I presume) rewrites the attribute right then and there! I can see dreamwever reloading the page I've just seen on firefox, back with the atribute at the form " ... autofocus />. It only happends whith fixefox, developer extensions on webkit or trident browsers do nothing of the kind. I've searched all over the place for an option to disable code rewriting, I cannot find one. I cannot also find this reported on firebug help or refered googleing for it. Thanks in advance isabel -- 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 https://groups.google.com/forum/#!forum/firebug
