ryanseddon / H5F

Deprecated, please use hyperform instead https://github.com/hyperform/hyperform

Home Page:https://thecssninja.com/javascript/H5F

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

valid class is added to hyperlinks within form in firefox 3.6.12 on mac os x 10.6.5

ProBackup-nl opened this issue · comments

When using keyboard navigation and pressing the tab key through the form, the valid class is (undesired) added to and removed from hyperlinks. This behaviour is undesired.

form#f > fieldset > div > label > span > a

Or http://crashplan.probackup.nl/online-backup/bestellen/index.nl.html (h5f is not yet there due to this and placeholder issues).

Yep I have a fix for H5F so it doesn't trigger on anything but form elements, I also have a fix for placeholder issue on non required fields. This will be coming very soon with a few other updates.

Another fix that is needed (for Firefox 3.6.12) is one that on page load event gives the attribute required fields the required class (to mimic native html5 forms behaviour)

Very soon is very welcome,

as the form at http://crashplan.probackup.nl/remote-backup/feedback.en.html
currently doesn't look that great in Firefox 3 and IE8.