Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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