[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

@@ -744,7 +744,7 @@ export default class SchemaDiffUI {
footer_panel.$container.find('#schema-diff-ddl-comp').append(self.footer.render().$el);
header_panel.$container.find('#schema-diff-grid').append(`<div class='obj_properties container-fluid'>
<div class='pg-panel-message'>` + gettext('Select the server, database and schema for the source and target and click <b>Compare</b> to compare them.') + '</div></div>');
<div class='pg-panel-message'>` + gettext('Select the server, database and schema for the source and target and click <strong>Compare</strong> to compare them.') + '</div></div>');
self.grid_width = $('#schema-diff-grid').width();
self.grid_height = this.panel_obj.height();