-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.4, 3.10, 3.10.1
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
MDL-70169-master -
-
0
-
Internationals - 3.11 Sprint 2, Internationals - 3.11 Sprint 3, Internationals - 3.11 Sprint 4, Internationals - 3.11 Sprint 5, Internationals - 3.11 Sprint 6, Internationals - 3.11 Sprint 7
As reported by eThink, WAVE reports the following issues on the login page:
- Alerts:
- 1 X Missing first level heading (H1)
- 1 X Redundant title text (only when there is a logo shown on the login page)
example code:<h2 class=”card-header text-center”><img src=”
/pluginfile.php/1/core_admin/logo/0x200/1600349662/images.jpg” class=”img-
fluid” title=”DEV39” alt=”DEV39”></h2>
- ARIA (to be examined if they are used properly):
- 1 X ARIA + 1 X ARIA alert or live region
Both issues in the following code:<div class="toast-wrapper mx-auto py-0 fixed-top" role="status" aria-live="polite"></div>
- 1 X ARIA button + 1 X ARIA tabindex
Both issues in the following code, and related to the help icon for cookies:<a class="btn btn-link p-0" role="button" data-container="body" data-toggle="popover" data-placement="right" data-content="Two cookies are used on this site:..." data-html="true" tabindex="0" data-trigger="focus">
<i class="icon fa fa-question-circle text-info fa-fw " title="Help with Cookies must be enabled in your browser" aria-label="Help with Cookies must be enabled in your browser"></i>
</a>
- 2 X ARIA label
One is related to the help icon for cookies:<i class="icon fa fa-question-circle text-info fa-fw " title="Help with Cookies must be enabled in your browser" aria-label="Help with Cookies must be enabled in your browser"></i>
and this is the other one:
<section id="region-main" class="col-12" aria-label="Content"><span class="notifications" id="user-notifications">
- 1 X ARIA + 1 X ARIA alert or live region