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

Normalize an algorithm calls recursively itself with an argument of the wrong type #365

Open
petervanderbeken opened this issue Jul 24, 2024 · 0 comments

Comments

@petervanderbeken
Copy link

Normalize an algorithm calls itself with alg set to an Algorithm dictionary:

Return the result of running the normalize an algorithm algorithm, with the alg set to a new Algorithm dictionary whose name attribute is alg, and with the op set to op.

But the alg argument is defined as AlgorithmIdentifier, which means it must be either an object or a DOMString and doesn't include that dictionary type.

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