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/
