[WSG] Standards compliance and Autocomplete

2008-06-30 Thread Lisa Herrod
Hi Guys, Just wondering if there is a standards compliant way of implementing 'autocomplete' on forms, which I believe is proprietry...? An example might be that there is a login and password field on a banking site and you don't want the browser to remember the data. I realise there are ways

Re: [WSG] Standards compliance and Autocomplete

2008-06-30 Thread Patrick H. Lauke
Lisa Herrod wrote: Just wondering if there is a standards compliant way of implementing 'autocomplete' on forms, which I believe is proprietry...? Not tested it, but...could you inject the autocomplete=off via javascript to the form element? An example might be that there is a login and

Re: Re: [WSG] Standards compliance and Autocomplete

2008-06-30 Thread William Donovan
I have had the same question fluttering around in my head. the thought process for me begins with Accessibility: can other people still get to the search result that the auto complete is attempting to show if the are using a screen reader or have javascript turned off, or there are bugs (like

Re: [WSG] Standards compliance and Autocomplete

2008-06-30 Thread Lisa Herrod
2008/7/1 Patrick H. Lauke [EMAIL PROTECTED]: Lisa Herrod wrote: Just wondering if there is a standards compliant way of implementing 'autocomplete' on forms, which I believe is proprietry...? Not tested it, but...could you inject the autocomplete=off via javascript to the form element?