This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 9486 - autocomplete form element attribute should be a DOMString attribute
Summary: autocomplete form element attribute should be a DOMString attribute
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://dev.w3.org/html5/spec/forms.ht...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-11 16:45 UTC by Mounir Lamouri
Modified: 2010-10-04 14:31 UTC (History)
4 users (show)

See Also:


Attachments

Description Mounir Lamouri 2010-04-11 16:45:42 UTC
In the HTMLFormElement IDL, the autocomplete attribute is referenced as a boolean attribute but the autocomplete attribute description [1] describes it as an enumerated attribute. An enumerated attribute should be represented as a DOMString attribute in the IDL.

I suppose the enumerated attribute is the requested behavior because it will match the HTMLInputElement autocomplete attribute behavior. Otherwise, the autocomplete attribute should be described as a boolean attribute with the default value set to 'true'.

[1] http://dev.w3.org/html5/spec/forms.html#attr-form-autocomplete
Comment 1 Mounir Lamouri 2010-04-11 20:04:30 UTC
bug 9490 is the same bug for the input element.
Comment 2 Ian 'Hixie' Hickson 2010-04-13 08:46:16 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see bug 9490
Rationale: Concurred with reporter's comments.