MDL-68135 output: remove the presentation role from user pic
commit32ec05466a0054a1de114167cdfcbd640615d7fe
authorShamim Rezaie <shamim@moodle.com>
Tue, 10 Mar 2020 05:30:08 +0000 (10 16:30 +1100)
committerShamim Rezaie <shamim@moodle.com>
Tue, 10 Mar 2020 05:30:08 +0000 (10 16:30 +1100)
tree1bebf928b7031ea14550696a23d498a07aab9813
parent9df2f66fb4dcb615e40b9defd35e0a2882d98cc4
MDL-68135 output: remove the presentation role from user pic

"presentation" is not a valid role for the img element.
Moreover, it doesn't make sense to have both role="presentation" and
aria-hidden="true" for an element at the same time.
For more info please see:
https://timwright.org/blog/2016/11/19/difference-rolepresentation-aria-hiddentrue/
lib/outputrenderers.php