- From: <bugzilla@jessica.w3.org>
- Date: Sat, 25 Aug 2012 05:06:40 +0000
- To: www-validator-cvs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18687
Summary: Mengapa Script Google Analytics muncul setelah tag
penutup html?
Product: Validator (Nu)
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: General
AssignedTo: mike+validator@w3.org
ReportedBy: fransiskusyosef@gmail.com
QAContact: www-validator-cvs@w3.org
<!doctype html>↩
<html>↩
<head><meta charset="utf-8"><title>Sumber Belajar</title></head>↩
<body><article><a href="//www.google-styleguide.googlecode.com" title="Google
Styleguide">Google Styleguide</a>. <a href="//www.angularjs.org"
title="AngularJS">AngularJS.org</a></article></body></html><script
type="text/javascript">↩
↩
var _gaq = _gaq || [];↩
_gaq.push(['_setAccount', 'UA-29308303-1']);↩
_gaq.push(['_trackPageview']);↩
↩
(function() {↩
var ga = document.createElement('script'); ga.type = 'text/javascript';
ga.async = true;↩
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';↩
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);↩
})();↩
↩
</script>
Namun saat saya coba mengubah validator inputnya menjadi html. Kode saya yang
sebenarnya:
<!doctype html>↩
<html>↩
<head><meta charset="utf-8"><title>Sumber Belajar</title></head>↩
<body><article><a href="//www.google-styleguide.googlecode.com" title="Google
Styleguide">Google Styleguide</a>. <a href="//www.angularjs.org"
title="AngularJS">AngularJS.org</a></article></body></html>
dapat dicek dengan baik
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Saturday, 25 August 2012 05:06:43 UTC