mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
remove title attribute as it does not improve screen reader navigation
This commit is contained in:
parent
3765dc8c13
commit
ee8591e040
@ -78,7 +78,6 @@ define([
|
||||
requireConfig.urlArgs + '#' + encodeURIComponent(JSON.stringify(req)));
|
||||
$i.attr('allowfullscreen', 'true');
|
||||
$i.attr('allow', 'clipboard-write');
|
||||
$i.attr('title', 'Main Content');
|
||||
$('iframe-placeholder').after($i).remove();
|
||||
|
||||
// This is a cheap trick to avoid loading sframe-channel in parallel with the
|
||||
|
||||
Loading…
Reference in New Issue
Block a user