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

Bogus assertion in "prepare the script element"? #8534

Open
awesomekling opened this issue Nov 20, 2022 · 0 comments
Open

Bogus assertion in "prepare the script element"? #8534

awesomekling opened this issue Nov 20, 2022 · 0 comments

Comments

@awesomekling
Copy link
Member

In "prepare the script element" step 32.1, we assert that el's result is "uninitialized".

It seems to me that el's result could be "null" at this point if "fetch an inline module script graph" returns early in step 31.

awesomekling added a commit to awesomekling/serenity that referenced this issue Nov 21, 2022
The HTML spec is asking us to make a possibly-bogus assertion, so let's
disable it for now.

Spec bug: whatwg/html#8534
awesomekling added a commit to SerenityOS/serenity that referenced this issue Nov 21, 2022
The HTML spec is asking us to make a possibly-bogus assertion, so let's
disable it for now.

Spec bug: whatwg/html#8534
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant