Tidy: <...> inserting "..." attribute
Cause:
A mandatory attribute for this tag is not defined.
Example:
Sample: <script> inserting "type" attribute. The <script> tag has a required attribute type.
 | <script language="Javascript"> |
 | <script type="text/javascript"> |
Sample: <style> inserting "type" attribute. The <style> tag has a required attribute type.
 | <style> |
 | <style type="text/css"> |
Solution:
Check the definition of the tag. Look for the required attributes. Add the requested attribute.
References: