[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, no issuesCritical, no issuesCritical, no issuesCritical, no issuesCritical, no issuesCritical, no issuesCritical, no issuesCritical, no issuesCritical Missing content or functionality
Major IssuesVery Important, 3 issuesVery Important, 1 issuesVery Important, no issuesVery Important, 1 issuesVery Important, no issuesVery Important, no issuesVery Important, 1 issuesVery Important, no issuesVery Important, no issuesVery Important, 1 issuesVery Important, 1 issuesVery Important Major layout or performance problems
Minor IssuesImportant, 2 issuesImportant, 1 issuesImportant, no issuesImportant, no issuesImportant, 1 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

1 issues on 1 pages

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://collection.moadoph.gov.au/workspace/javascripts/vendor/modernizr-2.0.6.min.jsLine 34

Priority 2

3 issues on 10 pages

Very ImportantCSS hex colors with alpha values like #RGBA or #RRGGBBAA are not supported by all browsers. iPhone/iPad ≤ 9 Internet Explorer Edge Android
In CSS Level 3 hex colors have 3 or 6 hex digits. In CSS Level 4 hex colors can also have 4 or 8 hex digits.
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:30Line 65 72
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:31Line 65 72
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:32Line 65 72
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:33Line 65 72
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:34Line 65 72
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:35Line 65 72
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:37Line 65 72
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:38Line 65 72
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:39Line 65 72
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:40Line 65 72
Very ImportantThe CSS filter: property is not supported by some browsers. Internet Explorer Safari
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:30Line 440
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:31Line 440
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:32Line 440
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:33Line 440
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:34Line 440
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:35Line 440
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:37Line 440
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:38Line 440
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:39Line 440
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:40Line 440
Very ImportantThe display: flex CSS property does not work correctly in some browsers. Internet Explorer ≤ 11
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:30Line 137
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:31Line 137
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:32Line 137
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:33Line 137
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:34Line 137
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:35Line 137
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:37Line 137
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:38Line 137
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:39Line 137
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:40Line 137

Priority 3

4 issues on 551 pages

ImportantCSS selectors for input type=search are ignored by some older browsers. iPhone/iPad ≤ 4
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:30Line 39 40 47 60
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:31Line 39 40 47 60
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:32Line 39 40 47 60
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:33Line 39 40 47 60
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:34Line 39 40 47 60
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:35Line 39 40 47 60
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:37Line 39 40 47 60
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:38Line 39 40 47 60
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:39Line 39 40 47 60
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:40Line 39 40 47 60
ImportantDirectX filters are not supported by IE10 or later. Internet Explorer ≥ 10
DirectX-based Filters and Transitions (DX filters) do not work in Internet Explorer 10 for any pages in the Internet Zone. Use CSS3 features instead.
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:30Line 398 402
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:31Line 398 402
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:32Line 398 402
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:33Line 398 402
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:34Line 398 402
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:35Line 398 402
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:37Line 398 402
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:38Line 398 402
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:39Line 398 402
https://collection.moadoph.gov.au/stylesheets/application.css?v=10:40Line 398 402
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://collection.moadoph.gov.au/Line 2
https://collection.moadoph.gov.au/highlights/Line 1 18
https://collection.moadoph.gov.au/map/Line 1 18
https://collection.moadoph.gov.au/objects/Line 1 18
https://collection.moadoph.gov.au/rooms/Line 1 18
https://collection.moadoph.gov.au/rooms/lf510/Line 1 18
https://collection.moadoph.gov.au/rooms/lf511/Line 1 18
https://collection.moadoph.gov.au/rooms/lf512/Line 1 18
https://collection.moadoph.gov.au/rooms/lf513/Line 1 18
https://collection.moadoph.gov.au/rooms/lf514/Line 1 18
https://collection.moadoph.gov.au/rooms/lf515/Line 1 18
https://collection.moadoph.gov.au/rooms/lf516/Line 1 18
https://collection.moadoph.gov.au/rooms/lf518/Line 1 18
https://collection.moadoph.gov.au/rooms/lf519/Line 1 18
https://collection.moadoph.gov.au/rooms/lf521/Line 1 18
https://collection.moadoph.gov.au/rooms/lf522/Line 1 18
https://collection.moadoph.gov.au/rooms/lf524/Line 1 18
https://collection.moadoph.gov.au/rooms/m176/objects/1999-0470/Line 1 18
https://collection.moadoph.gov.au/rooms/m9413/Line 1 18
https://collection.moadoph.gov.au/rooms/m96/objects/1999-1237/Line 1 18
This issue was found on another 520 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://collection.moadoph.gov.au/workspace/stylesheets/vendor/jquery.popeye.styles.cssLine 16
Expand all 8 issues