mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 15:49:43 +02:00
MDL-78294 filter_glossary: Use <strong> to convey semantic meaning
It is better to use <strong> instead of <b> for accessibility as <strong> is a semantic tag that convey to screen reader users that the Attachments text is important. <b> on the other hand just makes the text bold and is only for presentation and has no semantic meaning.
This commit is contained in:
parent
0fe5369869
commit
d3939d8193
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
</div>
|
||||
{{/taglistdata}}
|
||||
{{#hasattachments}}
|
||||
<b>{{#str}} attachments, filter_glossary {{/str}}:</b>
|
||||
<strong>{{#str}} attachments, filter_glossary {{/str}}:</strong>
|
||||
<ul>
|
||||
{{#attachments}}
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue