Community
Participate
Working Groups
Build Identifier: helios for java ee i just see that, in a html file, a non declared function call like: <script language="javascript"> inter(); //declared in test-html/webcontent/test.js, even if test.js //not included with <script> asa(); //non-declared function neither in test.js or test-js </script> is tolared. Is there an option to activate in the html validator to validate such undeclared function call from <script> blocks? Reproducible: Always Steps to Reproduce: 1. create a static web project with a html file 2. write the above code in the html file 3.
I'm very sorry to have disturbed you. It is not valid. I activated Window/Preferences/Validation/Client Side Javascript. It now signals the error of non declared method.