on line 2
- The attribute 'style' may not appear in tag 'a'.
- [code: DISALLOWED_ATTR category: DISALLOWED_HTML]
+ [code: DISALLOWED_ATTR category: DISALLOWED_HTML see: https://www.ampproject.org/docs/reference/spec.html#links]
ACTION TAKEN: a.style attribute was removed due to validation issues.
- The attribute 'target' in tag 'a' is set to the invalid value '_parent'.
- [code: INVALID_ATTR_VALUE category: DISALLOWED_HTML]
+ [code: INVALID_ATTR_VALUE category: DISALLOWED_HTML see: https://www.ampproject.org/docs/reference/spec.html#html-tags]
ACTION TAKEN: a.target attribute was removed due to validation issues.
on line 5
@@ -182,7 +182,7 @@ FAIL
on line 6
- The attribute 'onmouseover' may not appear in tag 'div'.
- [code: DISALLOWED_ATTR category: DISALLOWED_HTML]
+ [code: DISALLOWED_ATTR category: DISALLOWED_HTML see: https://www.ampproject.org/docs/reference/spec.html#links]
ACTION TAKEN: div.onmouseover attribute was removed due to validation issues.