Options
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
The submit button in the iframe should be a button, not an anchor
Right now, the submit button within hpm2's iframe is an Anchor tag. (<a>)
This is a very bad pattern for accessibility, as visually impaired users will read this as being a link, while for all intents and purposes, it only manages javascript functions. It should therefore be a <button> to make sure the user understands what they are activating and cognitively understand the expected behavior.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.