[Webkit-unassigned] [Bug 27756] [HTML5][Forms] Part 2 of datalist&list: Support for HTMLInputElement::list and HTMLInputElement::selectedOption

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 26 06:39:52 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27756


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org




--- Comment #28 from Sam Weinig <sam at webkit.org>  2009-08-26 06:39:51 PDT ---
> +#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