[Skip navigation links]

Site Report

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

BrowserIEEdgeFirefoxSafariOperaChromeiOSAndroid
Version111869136077≤ 111213≤ 34*Key
Critical IssuesCritical, 1 issuesCritical, no issuesCritical, no issuesCritical, 1 issuesCritical, no issuesCritical, no issuesCritical, 1 issuesCritical, 1 issuesCritical, 1 issuesCritical, no issuesCritical, 1 issuesCritical Missing content or functionality
Major IssuesVery Important, no issuesVery Important, no issuesVery Important, no issuesVery Important, no issuesVery Important, no issuesVery Important Major layout or performance problems
Minor IssuesImportant, 1 issuesImportant, no issuesImportant, 4 issuesImportant, 2 issuesImportant, no issuesImportant, no issuesImportant, no issuesLess Important Minor layout or performance problems

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

PriorityDescription and URLGuideline and Line#Count

Priority 1

2 issues on 2 pages

CriticalFlash is disabled in Safari 10, and not supported on mobile devices including iPhone/iPad and Android 4.1 or later. Safari ≥ 10 Android ≥ 4.1 iPhone/iPad
http://a.blip.tv/api.swfLine 1
CriticalThe element.attachEvent method was removed in Internet Explorer 11. Internet Explorer ≥ 11
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;
}
https://marnti-warajanga.moadoph.gov.au/javascripts/vendor/modernizr-1.6.min.jsLine 120 122

Priority 3

5 issues on 249 pages

ImportantSupport for conditional comments has been removed from IE10 and later. Internet Explorer ≥ 10
Fix by specifying which versions of Internet Explorer the comment applies to using a comment like [if lte IE 9].
https://marnti-warajanga.moadoph.gov.au/Line 5
https://marnti-warajanga.moadoph.gov.au/alum_cheedy.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/arnold_carter.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/art_and_music.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/brodie_tittums.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/charlie_coppin.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/country.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/dylan_corbett.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/ginger_bob.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/kelman_tullock.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/pilbara-tour/Line 3
https://marnti-warajanga.moadoph.gov.au/sheridan_walters.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/speaking_culture.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/sylvia_clarke.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/teddy_allen.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/the_1946_strike.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/the_1967_referendum.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/the_apology.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/tracey_monaghan.htmlLine 3
https://marnti-warajanga.moadoph.gov.au/videos.htmlLine 3
This issue was found on another 228 pages. You can change the number of pages shown for each issue using the Options menu command in the desktop edition or the Edit Scan button in the OnDemand edition.
ImportantThe -moz-border-radius: CSS property is not supported in Firefox 13 or later. Firefox ≥ 13
Use the CSS3 border-radius: property instead.
https://marnti-warajanga.moadoph.gov.au/stylesheets/screen.cssLine 5 375 481 801 865 ...
ImportantThe orphans: CSS property is not supported by some browsers. Firefox Safari
https://marnti-warajanga.moadoph.gov.au/stylesheets/screen.cssLine 361
ImportantThe page-break-after: CSS property values avoid, left and right are not supported by Firefox. Firefox
https://marnti-warajanga.moadoph.gov.au/stylesheets/screen.cssLine 367
ImportantThe widows: CSS property is not implemented by some browsers. Firefox Safari
https://marnti-warajanga.moadoph.gov.au/stylesheets/screen.cssLine 362
Expand all 7 issues