diff --git a/README.md b/README.md index 3ffbb9dd..371351e3 100644 --- a/README.md +++ b/README.md @@ -161,18 +161,18 @@ FAIL on line 1 - 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. - Invalid URL protocol 'javascript:' for attribute 'href' in tag 'a'. - [code: INVALID_URL_PROTOCOL category: DISALLOWED_HTML] + [code: INVALID_URL_PROTOCOL category: DISALLOWED_HTML see: https://www.ampproject.org/docs/reference/spec.html#links] ACTION TAKEN: a.href attribute was removed due to validation issues. 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.