widlparser icon indicating copy to clipboard operation
widlparser copied to clipboard

Error with required dictionary argument when required member is inherited

Open Ms2ger opened this issue 5 years ago • 1 comments

dictionary TableType {
  required DOMString element;
};
dictionary InitialTableDescriptor : TableType {};
interface Table {
  constructor(InitialTableDescriptor descriptor);
};

yields

IDL ERROR LINE: ___ - Dictionary argument "descriptor" without required members must be marked optional

Ms2ger avatar Nov 17 '20 08:11 Ms2ger

@plinss any news?

Ms2ger avatar Jan 12 '21 10:01 Ms2ger