[Accessibility] Use semantic markup to mark emphasized or special text.

Reference: https://www.w3.org/TR/WCAG20-TECHS/H49.html
This commit is contained in:
Ashesh Vashi
2020-04-08 12:27:18 +05:30
parent d9e95d13e6
commit 073e310a5a
7 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
<form name="frmMasterPassword" id="frmMasterPassword" style="height: 100%; width: 100%" onsubmit="return false;">
<div>
<div><b>{{ content_text|safe }}</b></div>
<div><strong>{{ content_text|safe }}</strong></div>
<div class="input-group row py-2">
<label for="password" class="col-sm-2 col-form-label">{{ _('Password') }}</label>
<div class="col-sm-10">