[Skip navigation links]

Site Report

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

BrowserIEEdgeFirefoxSafariOperaChromeiOSAndroid
Version119290147792≤ 131492Key
Critical 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, 2 issuesVery Important, no issuesVery Important, no issuesVery Important, no issuesVery Important, no issuesVery Important, no issuesVery Important, no issuesVery Important, no issuesVery Important, no issuesVery Important Major layout or performance problems
Minor IssuesImportant, no issuesImportant, no issuesImportant, no issuesImportant, no issuesImportant, no issuesImportant, no issuesImportant, no issuesImportant, no issuesLess Important Minor layout or performance problems
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 1 pages
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://www.diligent.com/newsLine 2918

Priority 2

3 issues on 56 pages

Very ImportantThe CSS filter: property is not supported by some browsers. Internet Explorer 3 pages
https://www.diligent.com/-/media/Base-Themes/Core-Libraries/styles/optimized-min.css?t=20210806T111239ZLine 245
https://www.diligent.com/-/media/Base-Themes/Main-Theme/styles/optimized-min.css?t=20210806T111240ZLine 45
https://www.diligent.com/-/media/Themes/Diligent/Master/DiligentTheme/styles/pre-optimized-min.css?t=20210513T180440ZLine 3279
Very ImportantThe CSS grid: property is not supported by some browsers. Internet Explorer 1 pages
https://www.diligent.com/-/media/Themes/Diligent/Master/DiligentTheme/styles/pre-optimized-min.css?t=20210513T180440ZLine 2513 2762 3032 3178
Very ImportantThe display: flex CSS property does not work correctly in some browsers. Internet Explorer ≤ 11 55 pages
https://www.diligent.com/Line 242 250
https://www.diligent.com/404PageLine 364 392
https://www.diligent.com/solutionsLine 238 246
https://www.diligent.com/solutions/modern-governanceLine 260 268
This issue was found on another 51 pages. The trial version is limited to showing issues on 4 pages.
Expand all 4 issues