pkp / pkp-lib

The library used by PKP's applications OJS, OMP and OPS, open source software for scholarly publishing.
https://pkp.sfu.ca
GNU General Public License v3.0
298 stars 443 forks source link

Register form fieldsets missing legend #6902

Open NateWr opened 3 years ago

NateWr commented 3 years ago

An accessibility audit identified that there are two <fieldset>s on the registration form that are missing <legend>s. These are:

Both can have their legends hidden using the same technique as the legends for the privacy consent checkbox. But they need a legend which describes the checkbox.

israelcefrin commented 6 months ago

Google Recaptcha was a false positive, but it has been fixed through this issue: https://github.com/pkp/pkp-lib/issues/9386