New Zenner
- Join Date:
- Mar 2007
- Location:
- Cheshire
- Posts:
- 73
- Plugin Contributions:
- 0
Validation Errors
Am working on reducing WC3 validation errors for my site but cant figure out the following, the code relates to the google analytics mod.
- Line 48, Column 50: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified. document.write("<script id='__ie_onload' defer**>**</script>");
- Line 48, Column 50: document type does not allow element "script" here. document.write("<script id='__ie_onload' defer**>**</script>");
- Line 48, Column 51: character "<" is the first character of a delimiter but occurred as data. document.write("<script id='__ie_onload' defer></script>");
- Line 48, Column 50: XML Parsing Error: Specification mandate value for attribute defer. document.write("<script id='__ie_onload' defer**></script>"); Line 48, Column 52: XML Parsing Error: StartTag: invalid element name. document.write("<script id='__ie_onload' defer><**/script>");