[whatwg] Misnamed attribute on HTMLFormElement

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.

-- 
Cameron McCormack ? http://mcc.id.au/

Received on Thursday, 1 January 2009 00:59:35 UTC