[Webkit-unassigned] [Bug 28769] New: The type of HTMLInputElement::list should follow the standard
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 27 02:38:31 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28769
Summary: The type of HTMLInputElement::list should follow the
standard
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Minor
Priority: P3
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tkent at chromium.org
CC: eric at webkit.org, sam at webkit.org
In bug#27756, Sam wrote:
| > +#if defined(ENABLE_DATALIST) && ENABLE_DATALIST
| > + // The type of the list is HTMLElement according to the
standard.
| > + // We intentionally use HTMLDataListElement for it
because our implementation
| > + // always returns an HTMLDataListElement instance.
| > + readonly attribute HTMLDataListElement list;
| > +#endif
|
| It is not clear to me why the spec has this returning an Element, but I would
| rather we match it. Except for extended attributes, I would really like to
| keep these IDLs as close to the specs word as possible.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list