NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 445 - add autocomplete attribute to <form> element
add autocomplete attribute to <form> element
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://html5.org/tools/web-apps-track...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-12 12:17 CET by Michael[tm] Smith
Modified: 2009-03-04 14:49 CET (History)
0 users

See Also:


Attachments
patch with proposed update (357 bytes, patch)
2009-02-12 12:46 CET, Michael[tm] Smith
Details
updated patch (463 bytes, patch)
2009-02-24 09:35 CET, Michael[tm] Smith
Details

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Michael[tm] Smith 2009-02-12 12:46:58 CET
Created attachment 57 [details]
patch with proposed update
Comment 2 Michael[tm] Smith 2009-02-24 09:35:37 CET
Created attachment 58 [details]
updated patch

I realized first patch was using input.attrs.autocomplete.. which is not what we want, of course. Considered if it should be shared-form.attrs.autocomplete, and changing input attribute model to reference that also, but actually the semantics of the form element autocomplete attribute are different than those for input (since the presence of autocomplete on the form element does not affect the form element itself, but instead any of its child input elements). So seems like we instead need a form.attrs.autocomplete
Comment 3 Henri Sivonen 2009-03-04 14:49:21 CET
Checked in. Thanks.