You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In step 4.2. we call out to run iframe load event steps given element, which expects an iframe parameter. However, the element at this point may also be a frame.
The text was updated successfully, but these errors were encountered:
Thanks! I put a fix for this into #6315 since it seemed like the best way to fix this was by a proper refactoring, and I didn't want to do that twice (once before #6315, and once after). See 81cd346
https://html.spec.whatwg.org/multipage/iframe-embed-object.html#shared-attribute-processing-steps-for-iframe-and-frame-elements
In step 4.2. we call out to
run iframe load event steps
givenelement
, which expects aniframe
parameter. However, theelement
at this point may also be aframe
.The text was updated successfully, but these errors were encountered: