allow way of disabling identity safe autofill within HTML

I want some input fields not to be autofilled as identity safe isn't very accurate in identifying the fields correctly.

 

eg:

<input type="text" rel="noautofill" name="pass">

 

 

This is because there are sites that load data via iframes and identity safe completes these fields when it shouldn't and because it is via an iframe there is no option to "never for this page". There are also sites like squidcard where you enter the 1st/5th/9th character from your password and ID safe is now populating these when obviously it doesn't know.

 

If developers like me know that we can force autofills not to autofill then life becomes easier for the end user.

 

thanks