Why does Eclipse creates warning on HTML script tag?

前端 未结 3 1981

I have a warning on the line including the javascript file.



    
        

        
3条回答
  •  生来不讨喜
    2021-02-19 17:04

    It's the doc type. Eclipse is going to validate the DOM against the DTD. If unknown entities are not clearly defined in the DTD, then Eclipse will raise warnings.

提交回复
热议问题