Nicol�s Lichtmaier wrote:
> I've written a small article to provide info to web developers who want
> to make their pages compatible with Mozilla. It focus in JavaScript
> compatibility problems (which are usually the worst kind, since they
> make pages/web-applications unuseable with Moz).
>
> I've originally written it in Spanish, made Google translate it to
> English and cleaned up the translation afterwards. It has surely lots of
> language errors (and perhaps a couple of facts wrong, who knows? =) ).
>
> Perhaps somebody can make some comments about my doc, and probably link
> to it from some Mozilla doc/evangelism place (If the article deserves
> that, of course).
>
> The doc is at:
> <http://mazinger.technisys.com.ar/pruebas-nick/mozilla/docs/compat.html>
>
> I's served with content negtotiation, so that the ES and EN version
> share the same URL. The direct URL to the english version is at
> <http://mazinger.technisys.com.ar/pruebas-nick/mozilla/docs/compat.html.en>.
>
>
> Thanks!
>
An error in your documentation:
----
Now the thing is just to replace in all places this way: Where you see
document.all.theMenu.style.color="black" change it to
findObject("theMenu).style.color="black".
----
A missing ending quote there.
/ David