Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDL contains typedefs nested in interface #3561

Open
depp opened this issue Jul 2, 2023 · 0 comments
Open

IDL contains typedefs nested in interface #3561

depp opened this issue Jul 2, 2023 · 0 comments

Comments

@depp
Copy link

depp commented Jul 2, 2023

The file specs/1.0.3/webgl.idl contains typedefs inside interface definitions. This is not permitted by the IDL grammar, and prevents some IDL tools (specifically, webidl2.js) from parsing the file.

The typedefs are (with line numbers):

    519     typedef (ArrayBuffer or ArrayBufferView) BufferDataSource;
    646     typedef (ImageData or
    647              HTMLImageElement or
    648              HTMLCanvasElement or
    649              HTMLVideoElement) TexImageSource;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant