[whatwg] Misnamed attribute on HTMLFormElement

On Thu, Jan 1, 2009 at 10:59 AM, Cameron McCormack <cam at mcc.id.au> wrote:
> The IDL currently says:
>
>  interface HTMLFormElement ? {
>    attribute DOMString accept-charset;
>    ?
>  };
>
> I assume that should be acceptCharset?  If you are actually wanting a
> property on an ES host object named "accept-charset", then some
> additional functionality in Web IDL to define that will be needed.

I would really how web idl would not support that feature :)

Received on Thursday, 1 January 2009 02:59:43 UTC