Skip to content

Error with required dictionary argument when required member is inherited #62

@Ms2ger

Description

@Ms2ger
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions