• Love your plugin! One question though – I noticed, as I was making accessibility fixes, that the submit button on the form isn’t actually a <button>, it’s just a styled link.

    This is problematic from an accessibility standpoint, see this page for an example https://www.jimthatcher.com/webcourse8.htm

    I see where I can fix this in the code for the plugin, but I don’t want to make the change only to have it written over in the next release. Is this something you’d consider changing? Either to <button>, or <input type=”submit”>, <input type=”button”>, something like that?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Accessibility question – add button to form’ is closed to new replies.