diff --git a/mozilla/dom/resources/locale/dom.properties b/mozilla/dom/resources/locale/dom.properties index 187a3daa062..4b508af6fb4 100644 --- a/mozilla/dom/resources/locale/dom.properties +++ b/mozilla/dom/resources/locale/dom.properties @@ -2,3 +2,5 @@ JSURLLoadBlockedWarning=Attempt to load a javascript: URL from one host\nin a wi WindowCloseBlockedWarning=Scripts may not close windows that were not opened by script. OnBeforeUnloadPreMessage=Are you sure you want to navigate away from this page? OnBeforeUnloadPostMessage=Press OK to continue, or Cancel to stay on the current page. +DocumentAllUsed=Non-standard document.all property was used. Use W3C standard document.getElementById() instead. +GlobalScopeElementReference=Non-standard Global Element reference was used. Use W3C standard document.getElementById() instead.