Site Report

[Skip navigation links]

This tab shows pages that exhibit browser-specific behavior, or trigger browser bugs.

BrowserInternet ExplorerFirefoxSafariOperaChromeiOSAndroid *BlackBerry
Version7.08.09.010.011.0≤ 2526≤ 6.07.0≤ 12.1≤ 17≤ 3132≤ 5.06.07.0≤ 3.04.0≤ 7.110.0Key
Critical IssuesCriticalOKOKOKCriticalCriticalCriticalOKOKOKOKOKOKOKOKOKOKOKOKOKCritical Missing content or functionality on some browsers
Major Issues   OKOKOK       OKOKOKOKOKOKOKOKOKOKOKOKOKVery Important Major layout or performance problems on some browsers
Minor IssuesImportantOKOKOK       OKOKOKOKOKOKOKOKOKOKOKOKOKLess Important Minor layout or performance problems on some browsers

* Most Android devices from 4.1 onwards use Chrome as the default browser, older versions use the original Android browser

PriorityURL / Description Line
View Pages  CriticalThe element.attachEvent method was removed in Internet Explorer 11.Internet Explorer ≥ 11.0
Use the W3 standard addEventListener() instead, using feature detection to support old versions of IE:
		
if (obj.addEventListener) { 
	// use W3 DOM method if available (Chrome, Firefox, IE9+, Opera 7+) 
	obj.addEventListener('click', myClick, false); 
} else if (obj.attachEvent)  { 
	// fallback for IE8 and earlier 
	obj.attachEvent('onclick', myClick); 
}  else { 
	// fallback to DOM level 0 (only allows single event handler per event for each element) 
	obj.onclick = myClick;
}			
http://hungryhouse.co.uk/ 505
http://hungryhouse.co.uk/?signin=yes 387
http://hungryhouse.co.uk/join 546
http://hungryhouse.co.uk/takeaways/southwark-waterloo-bermondsey-borough-se1 5441
This issue was found on another 5 pages. The evaluation version is limited to showing issues on 4 pages.   
View Pages  CriticalThe innerText property is a non-standard extension not supported by Firefox.Firefox
http://hungryhouse.co.uk/ 38
http://hungryhouse.co.uk/?signin=yes 30
http://hungryhouse.co.uk/join 29
http://hungryhouse.co.uk/takeaways/southwark-waterloo-bermondsey-borough-se1 24
This issue was found on another 5 pages. The evaluation version is limited to showing issues on 4 pages.   
View Pages  CriticalThe OnReadyStateChange event is not implemented in Firefox 3.6.Firefox ≤ 3.6
http://hungryhouse.co.uk/takeaways/southwark-waterloo-bermondsey-borough-se1 5
View Pages  CriticalThe ReadyState property is not implemented in Firefox 3.Firefox ≤ 3.0
http://hungryhouse.co.uk/takeaways/southwark-waterloo-bermondsey-borough-se1 5
View Pages  CriticalThis page contains a link using the data: protocol. This is not supported by IE 7 or earlier.Internet Explorer ≤ 7
http://hungryhouse.co.uk/ 100 227 326
View Pages  ImportantThis page has malformed tags which IE8 and later treat differently from earlier versions of IE.Internet Explorer ≤ 7.0
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.
http://hungryhouse.co.uk/?signin=yes 340 340 342
http://hungryhouse.co.uk/join 187 204 208 499 501 ...
http://hungryhouse.co.uk/search_loading 137 512 512 514
http://hungryhouse.co.uk/takeaways/southwark-waterloo-bermondsey-borough-se1 484 5394 5394 5396
This issue was found on another 4 pages. The evaluation version is limited to showing issues on 4 pages.   
Expand All6 issues on 9 pages
Close HelpHelp More Info