-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Implement ToggleEvent.source and the request-close command #5002
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
Conversation
6113087
to
fe2aa5c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is very unhappy.
yeah no clue what's going wrong, the test passes perfectly on my machine |
d796998
to
e582666
Compare
I get this crash when running
I was able to "fix" the issue by making |
that sounds like a correct fix to me, because the field is nullable (spec bug?) |
Ah, I'd only did the quickest thing I could think of to resolve the problem. My initial quick reading of the spec led me to believe that This would also match the definition of |
Should I open a spec issue for the ToggleEvent.source idl definition not being nullable? |
I think that would be a good idea - then you could add a comment that references the issue to make it clear that we are diverging from the current spec. |
Good news: The popover source test doesn't crash anymore! |
I assume it's a flake? I can't reproduce it locally and the crash only occurs on one of the CI jobs. I've restarted the CI job to see if it happens again. |
Made a spec issue and added a link |
yay everything passed! |
whatwg/html#11360 has already been resolved, so I've removed the corresponding AD-HOC comment |
See commit descriptions for spec PRs