To improve Accessibility, am aria-label need to be added to the following checkbox input:
|
my $input = $repo->xml->create_element( "input", |
|
id => "ep_orcid_" . $permission->{"permission"}, |
|
class => "ep_form_input_checkbox", |
|
name => $permission->{"permission"}, |
|
type => "checkbox", |
|
value => 1, |
|
); |
This probably also require as phrase that can be configure to set the value for this aria-label.
To improve Accessibility, am aria-label need to be added to the following checkbox input:
orcid_support_advance/lib/plugins/EPrints/Plugin/Screen/ManageOrcid.pm
Lines 340 to 346 in cacb7ff
This probably also require as phrase that can be configure to set the value for this aria-label.